index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-05
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-47
/
+519
2025-05-02
selftests/bpf: Cleanup bpf qdisc selftests
Amery Hung
1
-39
/
+11
2025-05-02
selftests/bpf: Test attaching a bpf qdisc with incomplete operators
Amery Hung
1
-0
/
+19
2025-05-02
selftests/bpf: Test setting and creating bpf qdisc as default qdisc
Amery Hung
1
-0
/
+60
2025-05-02
selftests/bpf: Add tests for bucket resume logic in UDP socket iterators
Jordan Rife
1
-0
/
+414
2025-05-02
selftests/bpf: Return socket cookies from sock_iter_batch progs
Jordan Rife
1
-13
/
+20
2025-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+37
2025-04-25
selftests/bpf: add test for softlock when modifying hashmap while iterating
Brandon Kammerdiener
1
-0
/
+37
2025-04-23
selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure
Ihor Solodrai
1
-1
/
+0
2025-04-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+180
2025-04-17
selftests/bpf: Test attaching bpf qdisc to mq and non root
Amery Hung
1
-0
/
+75
2025-04-17
selftests/bpf: Add a bpf fq qdisc to selftest
Amery Hung
1
-0
/
+24
2025-04-17
selftests/bpf: Add a basic fifo qdisc test
Amery Hung
1
-0
/
+81
2025-04-04
selftests/bpf: Make res_spin_lock test less verbose
Kumar Kartikeya Dwivedi
1
-2
/
+5
2025-03-30
Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-0
/
+98
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
42
-477
/
+3305
2025-03-19
selftests/bpf: Migrate test_xdp_vlan.sh into test_progs
Bastien Curutchet (eBPF Foundation)
1
-0
/
+175
2025-03-19
selftests/bpf: Add tests for rqspinlock
Kumar Kartikeya Dwivedi
1
-0
/
+98
2025-03-18
selftests/bpf: Add selftest for attaching fexit to __noreturn functions
Yafang Shao
1
-0
/
+9
2025-03-17
selftests/bpf: Test freplace from user namespace
Mykyta Yatsenko
1
-1
/
+96
2025-03-15
selftests/bpf: Fix arena_spin_lock compilation on PowerPC
Kumar Kartikeya Dwivedi
1
-2
/
+2
2025-03-15
selftests/bpf: Add a kernel flag test for LSM bpf hook
Blaise Boscaccy
1
-0
/
+43
2025-03-15
selftests/bpf: Convert comma to semicolon
Chen Ni
1
-2
/
+2
2025-03-15
selftests: bpf: fix duplicate selftests in cpumask_success.
Emil Tsalapatis
1
-1
/
+1
2025-03-15
selftests: bpf: add bpf_cpumask_populate selftests
Emil Tsalapatis
1
-0
/
+3
2025-03-15
selftests/bpf: lwt_seg6local: Move test to test_progs
Bastien Curutchet (eBPF Foundation)
1
-0
/
+176
2025-03-15
selftests/bpf: Fix cap_enable_effective() return code
Feng Yang
1
-2
/
+2
2025-03-15
selftests/bpf: Move test_lwt_ip_encap to test_progs
Bastien Curutchet (eBPF Foundation)
1
-0
/
+540
2025-03-15
selftests/bpf: Add tests for arena spin lock
Kumar Kartikeya Dwivedi
1
-0
/
+108
2025-03-15
selftests/bpf: test cases for compute_live_registers()
Eduard Zingerman
1
-0
/
+9
2025-03-15
bpf: simple DFA-based live registers analysis
Eduard Zingerman
1
-1
/
+10
2025-03-15
selftests/bpf: Add selftests for load-acquire and store-release instructions
Peilin Ye
2
-1
/
+69
2025-03-15
selftests/bpf: Add tests for bpf_object__prepare
Mykyta Yatsenko
1
-0
/
+99
2025-03-15
selftests/bpf: test_tunnel: Move ip6tnl tunnel tests to test_progs
Bastien Curutchet (eBPF Foundation)
1
-0
/
+59
2025-03-15
selftests/bpf: test_tunnel: Move ip6geneve tunnel test to test_progs
Bastien Curutchet (eBPF Foundation)
1
-0
/
+48
2025-03-15
selftests/bpf: test_tunnel: Move geneve tunnel test to test_progs
Bastien Curutchet (eBPF Foundation)
1
-0
/
+45
2025-03-15
selftests/bpf: test_tunnel: Move ip6erspan tunnel test to test_progs
Bastien Curutchet (eBPF Foundation)
1
-0
/
+41
2025-03-15
selftests/bpf: test_tunnel: Move erspan tunnel tests to test_progs
Bastien Curutchet (eBPF Foundation)
1
-0
/
+46
2025-03-15
selftests/bpf: test_tunnel: Move ip6gre tunnel test to test_progs
Bastien Curutchet (eBPF Foundation)
1
-0
/
+104
2025-03-15
selftests/bpf: test_tunnel: Move gre tunnel test to test_progs
Bastien Curutchet (eBPF Foundation)
1
-0
/
+97
2025-03-15
selftests/bpf: test_tunnel: Add ping helpers
Bastien Curutchet (eBPF Foundation)
1
-29
/
+24
2025-03-15
selftests/bpf: test_tunnel: Add generic_attach* helpers
Bastien Curutchet (eBPF Foundation)
1
-74
/
+66
2025-03-15
selftests/bpf: Add tests for extending sleepable global subprogs
Kumar Kartikeya Dwivedi
2
-107
/
+144
2025-03-15
selftests/bpf: Test sleepable global subprogs in atomic contexts
Kumar Kartikeya Dwivedi
2
-0
/
+6
2025-03-15
selftests/bpf: Add selftests allowing cgroup prog pre-ordering
Yonghong Song
1
-0
/
+128
2025-03-15
selftests/bpf: Allow auto port binding for bpf nf
Jiayuan Chen
1
-3
/
+6
2025-03-15
selftests/bpf: Allow auto port binding for cgroup connect
Jiayuan Chen
1
-4
/
+9
2025-03-15
selftests/bpf: Add tests for bpf_dynptr_copy
Mykyta Yatsenko
1
-0
/
+21
2025-03-07
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-36
/
+138
2025-03-06
selftests/bpf: Add test for XDP metadata support in tun driver
Marcus Wichelmann
1
-0
/
+66
[next]