summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)Author
2025-12-10selftests/bpf: add regression test for bpf_d_path()Shuran Liu
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-11-29selftests/bpf: do not hardcode target rate in test_tc_edt BPF programAlexis Lothoré (eBPF Foundation)
2025-11-29selftests/bpf: integrate test_tc_edt into test_progsAlexis Lothoré (eBPF Foundation)
2025-11-29selftests/bpf: rename test_tc_edt.bpf.c section to expose program typeAlexis Lothoré (eBPF Foundation)
2025-11-28selftests/bpf: Remove usage of lsm/file_alloc_security in selftestAmery Hung
2025-11-28bpf: force BPF_F_RDONLY_PROG on insn array creationAnton Protopopov
2025-11-25tcp: remove icsk->icsk_retransmit_timerEric Dumazet
2025-11-25tcp: introduce icsk->icsk_keepalive_timerEric Dumazet
2025-11-25selftests/bpf: Call bpf_get_numa_node_id() in trigger_count()Menglong Dong
2025-11-24selftests/bpf: Fix htab_update/reenter_update selftest failureSaket Kumar Bhaskar
2025-11-21selftests: bpf: Add tests for unbalanced rcu_read_lockPuranjay Mohan
2025-11-21bpf: test the correct stack liveness of tail callsEduard Zingerman
2025-11-21bpf: test the proper verification of tail callsMartin Teichmann
2025-11-21selftests/bpf: Improve reliability of test_perf_branches_no_hw()Matt Bobrowski
2025-11-21selftests: bpf: Enable gotox tests from arm64Puranjay Mohan
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-18selftests/bpf: Replace TCP CC string comparisons with bpf_strncmpHoyeon Lee
2025-11-18selftests/bpf: Move common TCP helpers into bpf_tracing_net.hHoyeon Lee
2025-11-14selftests/bpf: Test bpf_skb_check_mtu(BPF_MTU_CHK_SEGS) when transport_header...Martin KaFai Lau
2025-11-14selftests/bpf: Align kfuncs renamed in bpf treeMykyta Yatsenko
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov
2025-11-14selftests/bpf: Convert glob_match() to bpf arenaAlexei Starovoitov
2025-11-14selftests/bpf: Test widen_imprecise_scalars() with different stack depthEduard Zingerman
2025-11-13selftests/bpf: Add mptcp test with sockmapJiayuan Chen
2025-11-13selftests/bpf: Add test to verify freeing the special fields in pcpu mapsLeon Hwang
2025-11-10bpf/selftests: Add selftest for bpf_smc_hs_ctrlD. Wythe
2025-11-10selftests/bpf: Cover skb metadata access after bpf_skb_change_protoJakub Sitnicki
2025-11-10selftests/bpf: Cover skb metadata access after change_head/tail helperJakub Sitnicki
2025-11-10selftests/bpf: Cover skb metadata access after bpf_skb_adjust_roomJakub Sitnicki
2025-11-10selftests/bpf: Cover skb metadata access after vlan push/pop helperJakub Sitnicki
2025-11-10selftests/bpf: Expect unclone to preserve skb metadataJakub Sitnicki
2025-11-10selftests/bpf: Dump skb metadata on verification failureJakub Sitnicki
2025-11-10selftests/bpf: Verify skb metadata in BPF instead of userspaceJakub Sitnicki
2025-11-05selftests/bpf: add C-level selftests for indirect jumpsAnton Protopopov
2025-11-05selftests/bpf: add new verifier_gotox testAnton Protopopov
2025-11-05selftests/bpf: Add stacktrace ips test for raw_tpJiri Olsa
2025-11-05selftests/bpf: Add stacktrace ips test for kprobe_multi/kretprobe_multiJiri Olsa
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko
2025-11-04bpf:add _impl suffix for bpf_task_work_schedule* kfuncsMykyta Yatsenko
2025-11-03selftests/bpf: Add test for conditional jumps on same scalar registerKaFai Wan
2025-11-03selftests/bpf: Add tests for livepatch + bpf trampolineSong Liu
2025-10-29selftests/bpf: Fix intermittent failures in file_reader testMykyta Yatsenko
2025-10-29selftests/bpf: Integrate test_tc_tunnel.sh tests into test_progsAlexis Lothoré (eBPF Foundation)
2025-10-29selftests/bpf: Make test_tc_tunnel.bpf.c compatible with big endian platformsAlexis Lothoré (eBPF Foundation)
2025-10-27selftests/bpf/benchs: Add overwrite mode benchmark for BPF ring bufferXu Kuohai
2025-10-27selftests/bpf: Add overwrite mode test for BPF ring bufferXu Kuohai
2025-10-27selftests/bpf: add file dynptr testsMykyta Yatsenko
2025-10-27bpf: widen dynptr size/offset to 64 bitMykyta Yatsenko
2025-10-27selftests/bpf: remove unnecessary kfunc prototypesMykyta Yatsenko