aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-1/+24
9 daysselftest: bpf: Add test for bpf_tcp_sock() and RAW socket.Kuniyuki Iwashima1-1/+16
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-7/+42
2026-04-23selftests/bpf: check epoll readiness during reuseport migrationZhenzhong Wu1-7/+42
2026-04-22selftests/bpf: Verify bpf-tcp-cc rejects TCP_NODELAYKaFai Wan1-0/+4
2026-04-22selftests/bpf: Test TCP_NODELAY in TCP hdr opt callbacksKaFai Wan1-0/+4
2026-04-16selftests/bpf: cover UTF-8 trace_printk outputYihan Ding1-6/+22
2026-04-16bpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding1-1/+2
2026-04-15selftests/bpf: verify kallsyms entries for token-loaded subprogramsEduard Zingerman2-23/+84
2026-04-15selftests/bpf: Test small task local data allocationAmery Hung1-4/+74
2026-04-15selftests/bpf: Fix tld_get_data() returning garbage dataAmery Hung1-2/+8
2026-04-15selftests/bpf: Prevent allocating data larger than a pageAmery Hung2-6/+15
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-2/+225
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds46-997/+1982
2026-04-14Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-25/+3
2026-04-14Merge tag 'powerpc-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-18/+14
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+170
2026-04-14selftests/bpf: add test for xdp_master_redirect with bond not upJiayuan Chen1-2/+94
2026-04-12selftests/bpf: cover short IPv4/IPv6 inputs with adjust_roomSun Jian1-3/+37
2026-04-12selftests/bpf: Use memfd_create instead of shm_open in cgroup_iter_memcgAlexei Starovoitov1-4/+3
2026-04-12Merge patch series "bpf: Fix OOB in pcpu_init_value and add a test"Alexei Starovoitov1-0/+42
2026-04-12selftests/bpf: Add test for cgroup storage OOB readLang Xu1-0/+42
2026-04-12selftests/bpf: Fix reg_bounds to match new tnum-based refinementPaul Chaignon1-0/+35
2026-04-12bpf: add missing fsession to the verifier logMenglong Dong1-4/+4
2026-04-12selftests/bpf: Add tests for sock_ops ctx access with same src/dst registerJiayuan Chen1-0/+76
2026-04-10selftests/bpf: add new tests for static stack liveness analysisAlexei Starovoitov1-0/+2
2026-04-10selftests/bpf: adjust verifier_log buffersAlexei Starovoitov1-3/+3
2026-04-10selftests/bpf: Add BTF sanitize test covering BTF layoutAlan Maguire1-0/+97
2026-04-10selftests/bpf: Remove test_access_variable_arrayVenkat Rao Bagalkote1-16/+0
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-29/+68
2026-04-08selftests/bpf: Add test to ensure kprobe_multi is not sleepableVarun R Mallya1-1/+34
2026-04-07selftests/bpf: Add tests for kprobe attachment with duplicate symbolsAndrey Grodzovsky2-0/+109
2026-04-07selftests/bpf: add test for nullable PTR_TO_BUF accessQi Tang1-0/+9
2026-04-06selftests: bpf: adjust rx_dropped xskxceiver's test to respect tailroomMaciej Fijalkowski1-2/+4
2026-04-06selftests: bpf: fix pkt grow testsMaciej Fijalkowski1-3/+21
2026-04-06selftests: bpf: introduce a common routine for reading procfsMaciej Fijalkowski3-24/+43
2026-04-06selftests/bpf: Add more tests for loading insn arrays with offsetsAnton Protopopov1-39/+84
2026-04-06selftests/bpf: Convert ctx tests from ASM to CKumar Kartikeya Dwivedi1-1/+1
2026-04-05selftests/bpf: remove unused toggle in tc_tunnelAlexis Lothoré (eBPF Foundation)1-10/+5
2026-04-05selftests/bpf: add get_next_key boundary test for cgroup_storageWeiming Shi1-0/+5
2026-04-05selftests/bpf: Add torn write detection test for htab BPF_F_LOCKMykyta Yatsenko1-1/+168
2026-04-03selftests/bpf: Add tests for subprog topological orderingAlexei Starovoitov1-0/+2
2026-04-03selftest/bpf: Enable instruction array test for powerpcAbhishek Dubey1-1/+1
2026-04-03selftests/bpf: Enable private stack tests for powerpc64Abhishek Dubey1-17/+13
2026-04-02selftests/bpf: Improve task local data documentation and fix potential memory...Amery Hung1-7/+18
2026-04-02selftests/bpf: Remove TLD_READ_ONCE() in the user space headerAmery Hung2-6/+4
2026-04-02selftests/bpf: Make sure TLD_DEFINE_KEY runs firstAmery Hung1-1/+1
2026-04-02selftests/bpf: Simplify task_local_data memory allocationAmery Hung1-38/+22
2026-04-02selftests/bpf: Fix task_local_data data allocation sizeAmery Hung1-5/+7
2026-04-02selftests/bpf: Add test for raw-address single kprobe attachHoyeon Lee1-0/+80