index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
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
*
selftests/bpf: Use ping6 only if available in tc_redirect
Jussi Maki
2021-07-27
1
-6
/
+17
*
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
*
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
*
bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
2021-07-24
5
-9
/
+384
*
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
*
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
*
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
*
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
*
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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-07-16
15
-144
/
+1368
|
\
|
*
selftests/bpf: Add test cases for redirection between udp and unix
Cong Wang
2021-07-16
1
-0
/
+170
|
*
selftests/bpf: Add a test case for unix sockmap
Cong Wang
2021-07-16
1
-0
/
+97
|
*
selftests/bpf: Factor out add_to_sockmap()
Cong Wang
2021-07-16
1
-38
/
+21
|
*
selftests/bpf: Factor out udp_socketpair()
Cong Wang
2021-07-16
1
-38
/
+40
|
*
sock_map: Lift socket state restriction for datagram sockets
Cong Wang
2021-07-16
1
-3
/
+5
|
*
selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probe
Jiri Olsa
2021-07-16
2
-2
/
+27
|
*
libbpf: Allow specification of "kprobe/function+offset"
Alan Maguire
2021-07-16
1
-2
/
+22
|
*
libbpf: Add bpf_program__attach_kprobe_opts function
Jiri Olsa
2021-07-16
1
-9
/
+25
|
*
selftests/bpf: Add test for bpf_get_func_ip helper
Jiri Olsa
2021-07-16
2
-0
/
+101
|
*
bpf: Add bpf_get_func_ip helper for kprobe programs
Jiri Olsa
2021-07-16
1
-1
/
+1
|
*
bpf: Add bpf_get_func_ip helper for tracing programs
Jiri Olsa
2021-07-16
1
-0
/
+7
|
*
selftests/bpf: Add a test with bpf_timer in inner map.
Alexei Starovoitov
2021-07-15
3
-0
/
+231
|
*
selftests/bpf: Add bpf_timer test.
Alexei Starovoitov
2021-07-15
2
-0
/
+352
|
*
bpf: Introduce bpf timers.
Alexei Starovoitov
2021-07-15
1
-0
/
+73
|
*
selftests/bpf: Remove unused variable in tc_tunnel prog
Tobias Klauser
2021-07-15
1
-1
/
+0
|
*
bpf: Fix a typo of reuseport map in bpf.h.
Kuniyuki Iwashima
2021-07-15
1
-1
/
+1
|
*
bpf: Sync tools/include/uapi/linux/bpf.h
Alexei Starovoitov
2021-07-15
1
-3
/
+0
|
*
libbpf: Fix reuse of pinned map on older kernel
Martynas Pumputis
2021-07-13
1
-3
/
+45
|
*
bpf: Tidy xdp attach selftests
Kumar Kartikeya Dwivedi
2021-07-08
2
-50
/
+32
[next]