summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-04-11selftests/bpf: Remove kmalloc tracing from local storage create benchAmery Hung2-26/+6
2026-04-11selftests/bpf: Add test for add_const base_id consistencyDaniel Borkmann1-0/+63
2026-04-11bpf: poison dead stack slotsAlexei Starovoitov1-0/+2
2026-04-11selftests/bpf: add new tests for static stack liveness analysisAlexei Starovoitov3-0/+2464
2026-04-11selftests/bpf: adjust verifier_log buffersAlexei Starovoitov1-3/+3
2026-04-11selftests/bpf: update existing tests due to liveness changesAlexei Starovoitov8-86/+79
2026-04-10selftests/bpf: Add BTF sanitize test covering BTF layoutAlan Maguire1-0/+97
2026-04-10libbpf: Allow use of feature cache for non-token casesAlan Maguire2-3/+12
2026-04-10selftests/bpf: Remove test_access_variable_arrayVenkat Rao Bagalkote2-35/+0
2026-04-09selftests/bpf: Add test for stale pkt range after scalar arithmeticDaniel Borkmann1-0/+61
2026-04-09selftests/bpf: Add tests for ld_{abs,ind} failure path in subprogsDaniel Borkmann1-0/+142
2026-04-09selftests/bpf: Add test to ensure kprobe_multi is not sleepableVarun R Mallya2-1/+59
2026-04-08selftests/bpf: Test overwriting referenced dynptrAmery Hung1-0/+115
2026-04-08selftests/bpf: Add tests for stale delta leaking through id reassignmentDaniel Borkmann1-0/+55
2026-04-08selftests/bpf: Add tests for delta tracking when src_reg == dst_regDaniel Borkmann1-0/+57
2026-04-08selftests/bpf: Add tests for kprobe attachment with duplicate symbolsAndrey Grodzovsky2-0/+109
2026-04-08selftests/bpf: add test for nullable PTR_TO_BUF accessQi Tang2-0/+48
2026-04-07selftests/bpf: Allow prog name matching for tests with __descriptionKumar Kartikeya Dwivedi4-20/+76
2026-04-07bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()Weiming Shi1-0/+2
2026-04-07selftests/bpf: Add more tests for loading insn arrays with offsetsAnton Protopopov2-39/+115
2026-04-07selftests/bpf: Add tests for syscall ctx accesses beyond U16_MAXKumar Kartikeya Dwivedi1-0/+108
2026-04-07selftests/bpf: Add tests for unaligned syscall ctx accessesKumar Kartikeya Dwivedi1-0/+133
2026-04-07selftests/bpf: Test modified syscall ctx for ARG_PTR_TO_CTXKumar Kartikeya Dwivedi1-0/+94
2026-04-07selftests/bpf: Add syscall ctx variable offset testsKumar Kartikeya Dwivedi2-6/+267
2026-04-07selftests/bpf: Convert ctx tests from ASM to CKumar Kartikeya Dwivedi2-45/+35
2026-04-07bpf: Support variable offsets for syscall PTR_TO_CTXKumar Kartikeya Dwivedi2-2/+0
2026-04-06selftests/bpf: remove unused toggle in tc_tunnelAlexis Lothoré (eBPF Foundation)1-10/+5
2026-04-06selftests/bpf: add get_next_key boundary test for cgroup_storageWeiming Shi1-0/+5
2026-04-06selftests/bpf: Add torn write detection test for htab BPF_F_LOCKMykyta Yatsenko2-1/+184
2026-04-03bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passesAlexei Starovoitov2-8/+18
2026-04-03selftests/bpf: Add tests for subprog topological orderingAlexei Starovoitov2-0/+228
2026-04-03bpf: Sort subprogs in topological order after check_cfg()Alexei Starovoitov2-5/+4
2026-04-03bpf: Do register range validation earlyAlexei Starovoitov1-2/+2
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov28-37/+1121
2026-04-03Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+341
2026-04-03selftests/bpf: Remove invariant violation flagsPaul Chaignon1-17/+7
2026-04-03selftests/bpf: Cover invariant violation case from syzbotPaul Chaignon1-0/+29
2026-04-03selftests/bpf: Improve task local data documentation and fix potential memory...Amery Hung1-7/+18
2026-04-03selftests/bpf: Remove TLD_READ_ONCE() in the user space headerAmery Hung2-6/+4
2026-04-03selftests/bpf: Make sure TLD_DEFINE_KEY runs firstAmery Hung1-1/+1
2026-04-03selftests/bpf: Simplify task_local_data memory allocationAmery Hung1-38/+22
2026-04-03selftests/bpf: Fix task_local_data data allocation sizeAmery Hung2-6/+8
2026-04-02selftests/bpf: Add test for raw-address single kprobe attachHoyeon Lee1-0/+80
2026-04-02libbpf: Clarify raw-address single kprobe attach behaviorHoyeon Lee2-7/+34
2026-04-02libbpf: Use direct error codes for kprobe/uprobe attachHoyeon Lee1-2/+2
2026-04-02libbpf: Fix BTF handling in bpf_program__clone()Mykyta Yatsenko2-17/+44
2026-04-02selftests/bpf: Add more precision tracking tests for atomicsDaniel Borkmann1-0/+341
2026-04-02Merge tag 'net-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-0/+69
2026-04-02selftests/bpf: Add test to verify the fix of kprobe_write_ctx abuseLeon Hwang2-0/+83
2026-04-02selftests/tc-testing: add tests for cls_fw and cls_flow on shared blocksXiang Mei1-0/+44