index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-08-04
46
-203
/
+2062
|
\
|
*
bpf: Allow to specify ifindex for skb in bpf_prog_test_run_skb
Dmitry Yakunin
2020-08-03
1
-0
/
+5
|
*
selftests/bpf: Fix spurious test failures in core_retro selftest
Andrii Nakryiko
2020-08-02
2
-2
/
+19
|
*
selftests/bpf: Add link detach tests for cgroup, netns, and xdp bpf_links
Andrii Nakryiko
2020-08-02
5
-29
/
+73
|
*
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
John Fastabend
2020-08-02
15
-132
/
+43
|
*
selftests/bpf: Omit nodad flag when adding addresses to loopback
Jakub Sitnicki
2020-07-31
1
-2
/
+2
|
*
selftests/bpf: Don't destroy failed link
Andrii Nakryiko
2020-07-31
1
-14
/
+28
|
*
selftests/bpf: Add xdpdrv mode for test_xdp_redirect
Hangbin Liu
2020-07-31
1
-32
/
+52
|
*
selftests/bpf: Verify socket storage in cgroup/sock_{create, release}
Stanislav Fomichev
2020-07-31
1
-0
/
+19
|
*
selftests/bpf: Test bpf_iter buffer access with negative offset
Yonghong Song
2020-07-31
2
-0
/
+34
|
*
bpf, selftests: use :: 1 for localhost in tcp_server.py
John Fastabend
2020-07-29
3
-4
/
+4
|
*
selftests/bpf: Add new bpf_iter context structs to fix build on old kernels
Andrii Nakryiko
2020-07-28
1
-0
/
+18
|
*
selftests/bpf: Add BPF XDP link selftests
Andrii Nakryiko
2020-07-26
2
-0
/
+149
|
*
libbpf: Add support for BPF XDP link
Andrii Nakryiko
2020-07-26
1
-1
/
+1
|
*
selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingress
YiFei Zhu
2020-07-26
3
-27
/
+311
|
*
selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple progs
YiFei Zhu
2020-07-26
4
-11
/
+99
|
*
selftests/bpf: Add test for CGROUP_STORAGE map on multiple attaches
YiFei Zhu
2020-07-26
2
-0
/
+191
|
*
selftests/bpf: Add get_stackid_cannot_attach
Song Liu
2020-07-26
1
-0
/
+91
|
*
selftests/bpf: Add callchain_stackid
Song Liu
2020-07-26
2
-0
/
+175
|
*
selftests/bpf: Add a test for out of bound rdonly buf access
Yonghong Song
2020-07-26
2
-0
/
+57
|
*
selftests/bpf: Add a test for bpf sk_storage_map iterator
Yonghong Song
2020-07-26
2
-0
/
+106
|
*
selftests/bpf: Add test for bpf array map iterators
Yonghong Song
2020-07-26
3
-0
/
+247
|
*
selftests/bpf: Add test for bpf hash map iterators
Yonghong Song
2020-07-26
3
-0
/
+337
|
*
selftests/bpf: Test BPF socket lookup and reuseport with connections
Jakub Sitnicki
2020-07-26
1
-1
/
+53
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-08-02
3
-14
/
+114
|
\
\
|
|
/
|
/
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-08-01
2
-14
/
+111
|
|
\
|
|
*
selftests/bpf: Extend map-in-map selftest to detect memory leaks
Andrii Nakryiko
2020-07-30
1
-14
/
+110
|
|
*
selftests/bpf: Fix cgroup sockopt verifier test
Jean-Philippe Brucker
2020-07-11
1
-0
/
+1
|
*
|
selftests/bpf: fix netdevsim trap_flow_action_cookie read
Hangbin Liu
2020-07-31
1
-0
/
+3
|
|
/
*
|
bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.h
Yonghong Song
2020-07-21
1
-8
/
+25
*
|
tools/bpf: Sync btf_ids.h to tools
Yonghong Song
2020-07-21
1
-0
/
+1
*
|
samples/bpf, selftests/bpf: Use bpf_probe_read_kernel
Ilya Leoshkevich
2020-07-21
5
-7
/
+7
*
|
selftests/bpf: Fix test_lwt_seg6local.sh hangs
Ilya Leoshkevich
2020-07-21
1
-1
/
+1
*
|
selftests: bpf: test_kmod.sh: Fix running out of srctree
Ilya Leoshkevich
2020-07-21
1
-3
/
+9
*
|
selftests/bpf: Tests for BPF_SK_LOOKUP attach point
Jakub Sitnicki
2020-07-18
4
-23
/
+1960
*
|
selftests/bpf: Add verifier tests for bpf_sk_lookup context access
Jakub Sitnicki
2020-07-18
1
-0
/
+492
*
|
selftests/bpf: Fix possible hang in sockopt_inherit
Stanislav Fomichev
2020-07-16
1
-2
/
+1
*
|
selftest: Add tests for XDP programs in CPUMAP entries
Lorenzo Bianconi
2020-07-16
2
-0
/
+106
*
|
selftests/bpf: Fix merge conflict resolution
Alexei Starovoitov
2020-07-14
1
-14
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-07-14
15
-57
/
+480
|
\
\
|
*
|
tools/bpftool: Strip away modifiers from global variables
Andrii Nakryiko
2020-07-14
2
-5
/
+7
|
*
|
selftests/bpf: Add selftests verifying bpf_trace_printk() behaviour
Alan Maguire
2020-07-14
2
-0
/
+96
|
*
|
selftests/bpf: Add test for resolve_btfids
Jiri Olsa
2020-07-13
3
-1
/
+175
|
*
|
selftests/bpf: Switch perf_buffer test to tracepoint and skeleton
Andrii Nakryiko
2020-07-09
2
-32
/
+14
|
*
|
selftests/bpf: Add test relying only on CO-RE and no recent kernel features
Andrii Nakryiko
2020-07-09
2
-0
/
+63
|
*
|
selftests/bpf: test_progs avoid minus shell exit codes
Jesper Dangaard Brouer
2020-07-09
1
-4
/
+5
|
*
|
selftests/bpf: test_progs use another shell exit on non-actions
Jesper Dangaard Brouer
2020-07-09
1
-1
/
+3
|
*
|
selftests: bpf: Remove unused bpf_map_def_legacy struct
Daniel T. Lee
2020-07-08
1
-14
/
+0
|
*
|
selftests/bpf: Test BPF_CGROUP_INET_SOCK_RELEASE
Stanislav Fomichev
2020-07-08
2
-0
/
+117
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-11
10
-22
/
+128
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
[next]