index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
progs
Age
Commit message (
Expand
)
Author
2024-01-04
selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attach
Dmitrii Dolgov
2024-01-04
selftests/bpf: Add test for recursive attachment of tracing progs
Dmitrii Dolgov
2024-01-04
selftests/bpf: Test gotol with large offsets
Ilya Leoshkevich
2024-01-03
selftests/bpf: add arg:ctx cases to test_global_funcs tests
Andrii Nakryiko
2024-01-03
selftests/bpf: Add a selftest with > 512-byte percpu allocation size
Yonghong Song
2024-01-03
selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_ma
Yonghong Song
2024-01-03
selftests/bpf: Convert profiler.c to bpf_cmp.
Alexei Starovoitov
2024-01-03
selftests/bpf: Convert exceptions_assert.c to bpf_cmp
Alexei Starovoitov
2024-01-03
bpf: Introduce "volatile compare" macros
Alexei Starovoitov
2024-01-03
selftests/bpf: Attempt to build BPF programs with -Wsign-compare
Alexei Starovoitov
2024-01-03
bpf: Add a possibly-zero-sized read test
Andrei Matei
2024-01-03
bpf: Simplify checking size of helper accesses
Andrei Matei
2023-12-20
selftests/bpf: Remove tests for zeroed-array kptr
Hou Tao
2023-12-19
selftests/bpf: add freplace of BTF-unreliable main prog test
Andrii Nakryiko
2023-12-19
selftests/bpf: add global subprog annotation tests
Andrii Nakryiko
2023-12-19
bpf: reuse subprog argument parsing logic for subprog call checks
Andrii Nakryiko
2023-12-19
bpf: reuse btf_prepare_func_args() check for main program BTF validation
Andrii Nakryiko
2023-12-19
selftests/bpf: add testcase to verifier_bounds.c for BPF_JNE
Menglong Dong
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
2023-12-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-12-18
bpf: Ensure precise is reset to false in __mark_reg_const_zero()
Andrii Nakryiko
2023-12-18
selftests/bpf: Test the release of map btf
Hou Tao
2023-12-14
bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()
Daniel Xu
2023-12-14
bpf: selftests: Move xfrm tunnel test to test_progs
Daniel Xu
2023-12-14
bpf: selftests: test_tunnel: Use vmlinux.h declarations
Daniel Xu
2023-12-13
selftests/bpf: Check VLAN tag and proto in xdp_metadata
Larysa Zaremba
2023-12-13
selftests/bpf: Add flags and VLAN hint to xdp_hw_metadata
Larysa Zaremba
2023-12-13
selftests/bpf: Allow VLAN packets in xdp_hw_metadata
Larysa Zaremba
2023-12-13
selftests/bpf: add BPF object loading tests with explicit token passing
Andrii Nakryiko
2023-12-13
bpf: selftests: Add verifier tests for CO-RE bitfield writes
Daniel Xu
2023-12-13
bpf: selftests: test_loader: Support __btf_path() annotation
Daniel Xu
2023-12-11
selftests/bpf: validate eliminated global subprog is not freplaceable
Andrii Nakryiko
2023-12-09
selftests/bpf: Add test for bpf_cpumask_weight() kfunc
David Vernet
2023-12-09
selftests/bpf: validate fake register spill/fill precision backtracking logic
Andrii Nakryiko
2023-12-08
selftests/bpf: Add selftests for cgroup1 local storage
Yafang Shao
2023-12-08
selftests/bpf: fix timer/test_bad_ret subtest on test_progs-cpuv4 flavor
Andrii Nakryiko
2023-12-08
bpf: Fix accesses to uninit stack slots
Andrei Matei
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-07
bpf: Add verifier regression test for previous patch
Andrei Matei
2023-12-06
selftests/bpf: Add test for early update in prog_array_map_poke_run
Jiri Olsa
2023-12-05
selftests/bpf: validate precision logic in partial_stack_load_preserves_zeros
Andrii Nakryiko
2023-12-05
selftests/bpf: validate zero preservation for sub-slot loads
Andrii Nakryiko
2023-12-05
selftests/bpf: validate STACK_ZERO is preserved on subreg spill
Andrii Nakryiko
2023-12-05
selftests/bpf: add stack access precision test
Andrii Nakryiko
2023-12-05
bpf: support non-r10 register spill/fill to/from stack in precision tracking
Andrii Nakryiko
2023-12-05
selftests/bpf: Make sure we trigger metadata kfuncs for dst 8080
Stanislav Fomichev
2023-12-05
selftests/bpf: Test bpf_kptr_xchg stashing of bpf_rb_root
Dave Marchevsky
2023-12-04
selftests/bpf: Test outer map update operations in syscall program
Hou Tao
2023-12-04
selftests/bpf: Add test cases for inner map
Hou Tao
2023-12-02
bpf: simplify tnum output if a fully known constant
Andrii Nakryiko
[prev]
[next]