aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-18selftests/bpf: Cover metadata access from a modified skb cloneJakub Sitnicki3-10/+305
2025-08-18selftests/bpf: Cover read/write to skb metadata at an offsetJakub Sitnicki2-0/+129
2025-08-18selftests/bpf: Cover write access to skb metadata via dynptrJakub Sitnicki2-5/+98
2025-08-18selftests/bpf: Cover read access to skb metadata via dynptrJakub Sitnicki3-0/+66
2025-08-18selftests/bpf: Parametrize test_xdp_context_tuntapJakub Sitnicki1-10/+21
2025-08-18selftests/bpf: Pass just bpf_map to xdp_context_test helperJakub Sitnicki1-6/+5
2025-08-18selftests/bpf: Cover verifier checks for skb_meta dynptr typeJakub Sitnicki3-0/+315
2025-08-18selftests/bpf: Clobber a lot of registers in tailcall_bpf2bpf_hierarchy testsIlya Leoshkevich5-0/+30
2025-08-15selftests/bpf: Add test for DEVMAP reuseYureka Lilian2-0/+70
2025-08-15bpf/selftests: Fix test_tcpnotify_userMatt Bobrowski2-11/+10
2025-08-15selftests/bpf: Enable arena atomics tests for RV64Pu Lehui1-3/+6
2025-08-13selftests/bpf: Copy test_kmods when installing selftestAmery Hung1-1/+1
2025-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfMartin KaFai Lau1-1/+2
2025-08-06selftests/bpf: Test multi_st_ops and calling kfuncs from different programsAmery Hung3-0/+192
2025-08-06selftests/bpf: Add multi_st_ops that supports multiple instancesAmery Hung3-0/+120
2025-08-03Merge tag 'powerpc-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+2
2025-08-01selftests/bpf: Test concurrent task local data key creationAmery Hung1-0/+105
2025-08-01selftests/bpf: Test basic task local data operationsAmery Hung2-0/+257
2025-08-01selftests/bpf: Introduce task local dataAmery Hung2-0/+623
2025-08-01selftests/bpf: Test for unaligned flow_dissector ctx accessPaul Chaignon1-1/+22
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds96-446/+5202
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds8-16/+658
2025-07-28selftests/bpf: Migrate fexit_noreturns case into tracing_failure test suiteKaFai Wan4-38/+39
2025-07-28selftests/bpf: Add selftest for attaching tracing programs to functions in de...KaFai Wan2-0/+39
2025-07-28bpf: Show precise rejected function when attaching fexit/fmod_ret to __noretu...KaFai Wan1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.bpf' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-0/+366
2025-07-28bpf: Add third round of bounds deductionPaul Chaignon1-1/+1
2025-07-28selftests/bpf: Test invariants on JSLT crossing signPaul Chaignon1-1/+1
2025-07-28selftests/bpf: Test cross-sign 64bits range refinementPaul Chaignon1-0/+118
2025-07-28selftests/bpf: Update reg_bound range refinement logicPaul Chaignon1-0/+14
2025-07-28powerpc64/bpf: Add jit support for load_acquire and store_releasePuranjay Mohan1-1/+2
2025-07-26selftests/bpf: Enable private stack tests for arm64Puranjay Mohan4-4/+91
2025-07-26selftests: bpf: fix legacy netfilter optionsJakub Kicinski1-0/+2
2025-07-25selftests/bpf: Fix test dynptr/test_dynptr_memset_xdp_chunks failureYonghong Song1-1/+12
2025-07-25selftests/bpf: Fix test dynptr/test_dynptr_copy_xdp failureYonghong Song1-2/+3
2025-07-25selftests/bpf: Increase xdp data size for arm64 64K page sizeYonghong Song1-2/+8
2025-07-25selftests: net: Enable legacy netfilter legacy options.Florian Westphal1-0/+1
2025-07-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+25
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+69
2025-07-23selftests/bpf: Test invalid narrower ctx loadPaul Chaignon1-0/+25
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov2-0/+69
2025-07-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-15/+479
2025-07-16selftests/bpf: fix implementation of smp_mb()Puranjay Mohan1-1/+1
2025-07-16bpf/selftests: Add selftests for token infoTao Chen1-0/+44
2025-07-16selftests/bpf: Stress test attaching a BPF prog to another BPF progIlya Leoshkevich1-0/+67
2025-07-16selftests/bpf: enable tracing_struct tests for arm64Alexis Lothoré (eBPF Foundation)1-1/+0
2025-07-15selftests/bpf: Fix build error due to certain uninitialized variablesYonghong Song5-6/+6
2025-07-14selftests/bpf: Add tests for bucket resume logic in established socketsJordan Rife1-0/+293
2025-07-14selftests/bpf: Create iter_tcp_destroy test programJordan Rife1-0/+21
2025-07-14selftests/bpf: Create established sockets in socket iterator testsJordan Rife1-4/+85