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-02-29
bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
Kees Cook
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-22
selftests/bpf: update tcp_custom_syncookie to use scalar packet offset
Eduard Zingerman
2024-02-19
selftests/bpf: Add negtive test cases for task iter
Yafang Shao
2024-02-19
selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_ca...
Martin KaFai Lau
2024-02-15
selftest/bpf: Test the read of vsyscall page under x86-64
Hou Tao
2024-02-15
bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19
Yonghong Song
2024-02-13
selftests/bpf: add anonymous user struct as global subprog arg test
Andrii Nakryiko
2024-02-13
bpf: don't infer PTR_TO_CTX for programs with unnamed context type
Andrii Nakryiko
2024-02-13
selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.
Kui-Feng Lee
2024-02-13
bpf: Abstract loop unrolling pragmas in BPF selftests
Jose E. Marchesi
2024-02-13
selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}()
Yonghong Song
2024-02-11
bpf: Allow compiler to inline most of bpf_local_storage_lookup()
Marco Elver
2024-02-07
selftests/bpf: Mark cpumask kfunc declarations as __weak
Yafang Shao
2024-02-06
bpf: Use -Wno-address-of-packed-member in some selftests
Jose E. Marchesi
2024-02-05
selftests/bpf: Add tests for RCU lock transfer between subprogs
Kumar Kartikeya Dwivedi
2024-02-05
selftests/bpf: Add test for static subprog call in lock cs
Kumar Kartikeya Dwivedi
2024-02-05
bpf: Allow calling static subprogs while holding a bpf_spin_lock
Kumar Kartikeya Dwivedi
2024-02-05
selftests/bpf: Suppress warning message of an unused variable.
Kui-Feng Lee
2024-02-05
selftests/bpf: Fix flaky test ptr_untrusted
Yonghong Song
2024-02-02
selftests/bpf: add more cases for __arg_trusted __arg_nullable args
Andrii Nakryiko
2024-02-02
selftests/bpf: States pruning checks for scalar vs STACK_MISC
Eduard Zingerman
2024-02-02
selftests/bpf: Add test cases for narrowing fill
Maxim Mikityanskiy
2024-02-02
bpf: Preserve boundaries and track scalars on narrowing fill
Maxim Mikityanskiy
2024-02-02
selftests/bpf: Test tracking spilled unbounded scalars
Maxim Mikityanskiy
2024-02-02
bpf: Track spilled unbounded scalars
Maxim Mikityanskiy
2024-01-30
selftests/bpf: convert bpf_rdonly_cast() uses to bpf_core_cast() macro
Andrii Nakryiko
2024-01-30
libbpf: add bpf_core_cast() macro
Andrii Nakryiko
2024-01-30
selftests/bpf: add trusted global subprog arg tests
Andrii Nakryiko
2024-01-24
selftests/bpf: Incorporate LSM policy to token-based tests
Andrii Nakryiko
2024-01-24
selftests/bpf: Add BPF object loading tests with explicit token passing
Andrii Nakryiko
2024-01-23
selftests/bpf: test case for register_bpf_struct_ops().
Kui-Feng Lee
2024-01-23
selftests/bpf: Add fill_link_info test for perf event
Jiri Olsa
2024-01-23
bpf: Use r constraint instead of p constraint in selftests
Jose E. Marchesi
2024-01-23
bpf: fix constraint in test_tcpbpf_kern.c
Jose E. Marchesi
2024-01-23
bpf: avoid VLAs in progs/test_xdp_dynptr.c
Jose E. Marchesi
2024-01-23
selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY values
Andrey Grafin
2024-01-23
selftest: bpf: Test bpf_sk_assign_tcp_reqsk().
Kuniyuki Iwashima
2024-01-23
selftests/bpf: Add a selftest with not-8-byte aligned BPF_ST
Yonghong Song
2024-01-23
bpf: Track aligned st store as imprecise spilled registers
Yonghong Song
2024-01-23
selftests/bpf: Test assigning ID to scalars on spill
Maxim Mikityanskiy
2024-01-23
bpf: Assign ID to scalars on spill
Maxim Mikityanskiy
2024-01-23
selftests/bpf: Add a test case for 32-bit spill tracking
Maxim Mikityanskiy
2024-01-23
selftests/bpf: check if imprecise stack spills confuse infinite loop detection
Eduard Zingerman
2024-01-23
selftests/bpf: Fix the u64_offset_to_skb_data test
Maxim Mikityanskiy
2024-01-23
selftests/bpf: Update LLVM Phabricator links
Nathan Chancellor
2024-01-23
selftests/bpf: Test the inlining of bpf_kptr_xchg()
Hou Tao
2024-01-17
selftests/bpf: add tests confirming type logic in kernel for __arg_ctx
Andrii Nakryiko
2024-01-16
selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYS
Hao Sun
2024-01-13
selftests/bpf: Test udp and tcp iter batching
Martin KaFai Lau
[prev]
[next]