index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Fix race when pinning maps in parallel
Martynas Pumputis
2021-07-27
1
-1
/
+14
*
libbpf: Fix comment typo
Jason Wang
2021-07-27
1
-3
/
+3
*
samples: bpf: Add the omitted xdp samples to .gitignore
Juhee Kang
2021-07-27
1
-0
/
+2
*
samples: bpf: Fix tracex7 error raised on the missing argument
Juhee Kang
2021-07-27
2
-0
/
+6
*
selftests/bpf: Use ping6 only if available in tc_redirect
Jussi Maki
2021-07-27
1
-6
/
+17
*
Merge branch 'libbpf: Move CO-RE logic into separate file.'
Andrii Nakryiko
2021-07-26
5
-1382
/
+1440
|
\
|
*
libbpf: Split CO-RE logic into relo_core.c.
Alexei Starovoitov
2021-07-26
5
-1297
/
+1319
|
*
libbpf: Move CO-RE types into relo_core.h.
Alexei Starovoitov
2021-07-26
3
-93
/
+102
|
*
libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.
Alexei Starovoitov
2021-07-26
1
-46
/
+71
|
*
libbpf: Cleanup the layering between CORE and bpf_program.
Alexei Starovoitov
2021-07-26
1
-36
/
+38
|
/
*
bpf/tests: Do not PASS tests without actually testing the result
Johan Almbladh
2021-07-24
1
-1
/
+8
*
bpf/tests: Fix copy-and-paste error in double word test
Johan Almbladh
2021-07-24
1
-2
/
+2
*
selftests/bpf: Document vmtest.sh dependencies
Evgeniy Litvinenko
2021-07-24
1
-0
/
+7
*
libbpf: Add bpf_map__pin_path function
Evgeniy Litvinenko
2021-07-24
4
-0
/
+16
*
Merge branch 'bpf: Allow bpf tcp iter to do bpf_(get|set)sockopt'
Andrii Nakryiko
2021-07-24
12
-97
/
+784
|
\
|
*
bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
2021-07-24
5
-9
/
+384
|
*
bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
2021-07-24
5
-1
/
+85
|
*
bpf: tcp: Bpf iter batching and lock_sock
Martin KaFai Lau
2021-07-24
1
-6
/
+231
|
*
tcp: seq_file: Replace listening_hash with lhash2
Martin KaFai Lau
2021-07-24
2
-17
/
+24
|
*
tcp: seq_file: Add listening_get_first()
Martin KaFai Lau
2021-07-24
1
-20
/
+39
|
*
bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_state
Martin KaFai Lau
2021-07-24
2
-21
/
+5
|
*
tcp: seq_file: Refactor net and family matching
Martin KaFai Lau
2021-07-24
1
-38
/
+30
|
*
tcp: seq_file: Avoid skipping sk during tcp_seek_last_pos
Martin KaFai Lau
2021-07-24
1
-2
/
+3
|
/
*
libbpf: Export bpf_program__attach_kprobe_opts function
Jiri Olsa
2021-07-23
3
-14
/
+33
*
libbpf: Allow decimal offset for kprobes
Jiri Olsa
2021-07-23
3
-1
/
+14
*
libbpf: Fix func leak in attach_kprobe
Jiri Olsa
2021-07-23
1
-0
/
+1
*
selftests/bpf: Mute expected invalid map creation error msg
Martynas Pumputis
2021-07-23
1
-0
/
+5
*
bpf: Remove redundant intiialization of variable stype
Colin Ian King
2021-07-23
1
-1
/
+1
*
bpf: Fix pointer cast warning
Arnd Bergmann
2021-07-23
1
-1
/
+1
*
Merge branch 'libbpf: btf typed data dumping fixes (__int128 usage, error pro...
Andrii Nakryiko
2021-07-20
2
-35
/
+85
|
\
|
*
libbpf: Propagate errors when retrieving enum value for typed data display
Alan Maguire
2021-07-20
1
-2
/
+3
|
*
selftests/bpf: Add __int128-specific tests for typed data dump
Alan Maguire
2021-07-20
1
-0
/
+17
|
*
libbpf: Avoid use of __int128 in typed dump display
Alan Maguire
2021-07-20
1
-33
/
+65
|
/
*
selftests, bpf: test_tc_tunnel.sh nc: Cannot use -p and -l
Vincent Li
2021-07-20
1
-1
/
+1
*
bpf, selftests: Fix test_maps now that sockmap supports UDP
John Fastabend
2021-07-20
1
-2
/
+2
*
selftests/bpf: Check inner map deletion
Martynas Pumputis
2021-07-20
2
-1
/
+88
*
libbpf: Fix removal of inner map in bpf_object__create_map
Martynas Pumputis
2021-07-20
1
-6
/
+4
*
Merge branch 'libbpf: BTF typed dump cleanups'
Andrii Nakryiko
2021-07-17
1
-11
/
+30
|
\
|
*
libbpf: Btf typed dump does not need to allocate dump data
Alan Maguire
2021-07-17
1
-5
/
+4
|
*
libbpf: Fix compilation errors on ppc64le for btf dump typed data
Alan Maguire
2021-07-17
1
-2
/
+2
|
*
libbpf: Clarify/fix unaligned data issues for btf typed dump
Alan Maguire
2021-07-17
1
-4
/
+24
|
/
*
Merge branch 'libbpf: BTF dumper support for typed data'
Andrii Nakryiko
2021-07-16
5
-5
/
+1444
|
\
|
*
selftests/bpf: Add dump type data tests to btf dump tests
Alan Maguire
2021-07-16
1
-0
/
+598
|
*
selftests/bpf: Add ASSERT_STRNEQ() variant for test_progs
Alan Maguire
2021-07-16
1
-0
/
+12
|
*
libbpf: BTF dumper support for typed data
Alan Maguire
2021-07-16
3
-5
/
+834
|
/
*
Merge branch 'Add btf_custom_path in bpf_obj_open_opts'
Andrii Nakryiko
2021-07-16
4
-33
/
+57
|
\
|
*
selftests/bpf: Switch existing selftests to using open_opts for custom BTF
Shuyi Cheng
2021-07-16
2
-26
/
+21
|
*
libbpf: Fix the possible memory leak on error
Shuyi Cheng
2021-07-16
1
-2
/
+4
|
*
libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'
Shuyi Cheng
2021-07-16
2
-5
/
+32
|
/
*
bpf, doc: Add heading and example for extensions in cbpf
Roy, UjjaL
2021-07-16
1
-7
/
+16
[next]