summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Mount debugfs in setns_by_fdStanislav Fomichev2022-11-234-3/+7
* selftests/bpf: Add selftests for bpf_cgroup_ancestor() kfuncDavid Vernet2022-11-223-0/+47
* selftests/bpf: Add cgroup kfunc / kptr selftestsDavid Vernet2022-11-225-0/+631
* selftests/bpf: Workaround for llvm nop-4 bugAlexei Starovoitov2022-11-223-5/+6
* Revert "selftests/bpf: Temporarily disable linked list tests"Alexei Starovoitov2022-11-224-34/+16
* selftests/bpf: Make sure zero-len skbs aren't redirectableStanislav Fomichev2022-11-212-0/+183
* selftests/bpf: Add test for cgroup iterator on a dead cgroupHou Tao2022-11-211-0/+76
* selftests/bpf: Add cgroup helper remove_cgroup()Hou Tao2022-11-212-0/+20
* bpftool: remove function free_btf_vmlinux()Sahid Orentino Ferdjaoui2022-11-201-6/+1
* bpftool: clean-up usage of libbpf_get_error()Sahid Orentino Ferdjaoui2022-11-208-45/+39
* bpftool: fix error message when function can't register struct_opsSahid Orentino Ferdjaoui2022-11-201-3/+2
* bpftool: replace return value PTR_ERR(NULL) with 0Sahid Orentino Ferdjaoui2022-11-201-4/+2
* bpftool: remove support of --legacy option for bpftoolSahid Orentino Ferdjaoui2022-11-207-36/+6
* bpf: Add type cast unit testsYonghong Song2022-11-203-0/+198
* bpf/selftests: Add selftests for new task kfuncsDavid Vernet2022-11-205-0/+640
* bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet2022-11-202-3/+3
* libbpf: Ignore hashmap__find() result explicitly in btf_dumpAndrii Nakryiko2022-11-181-1/+1
* selftests/bpf: Skip spin lock failure test on s390xKumar Kartikeya Dwivedi2022-11-181-0/+6
* selftests/bpf: Temporarily disable linked list testsKumar Kartikeya Dwivedi2022-11-174-16/+34
* selftests/bpf: Add BTF sanity testsKumar Kartikeya Dwivedi2022-11-171-0/+485
* selftests/bpf: Add BPF linked list API testsKumar Kartikeya Dwivedi2022-11-176-0/+1264
* selftests/bpf: Add failure test cases for spin lock pairingKumar Kartikeya Dwivedi2022-11-172-1/+292
* selftests/bpf: Update spinlock selftestKumar Kartikeya Dwivedi2022-11-173-47/+51
* selftests/bpf: Add __contains macro to bpf_experimental.hKumar Kartikeya Dwivedi2022-11-171-0/+2
* bpf: Introduce single ownership BPF linked list APIKumar Kartikeya Dwivedi2022-11-171-0/+28
* bpf: Introduce bpf_obj_dropKumar Kartikeya Dwivedi2022-11-171-0/+13
* bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi2022-11-171-0/+25
* bpf: Rewrite kfunc argument handlingKumar Kartikeya Dwivedi2022-11-173-4/+4
* selftests/bpf: Pass target triple to get_sys_includes macroBjörn Töpel2022-11-171-4/+8
* selftests/bpf: Explicitly pass RESOLVE_BTFIDS to sub-makeBjörn Töpel2022-11-171-1/+1
* selftests/bpf: fix memory leak of lsm_cgroupWang Yufen2022-11-162-4/+21
* selftests/bpf: allow unpriv bpf for selftests by defaultEduard Zingerman2022-11-151-0/+1
* bpftool: Check argc first before "file" in do_batch()Tiezhu Yang2022-11-151-3/+3
* selftests/bpf: check nullness propagation for reg to reg comparisonsEduard Zingerman2022-11-151-0/+174
* bpf: Rename MEM_ALLOC to MEM_RINGBUFKumar Kartikeya Dwivedi2022-11-143-3/+3
* bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi2022-11-141-0/+10
* libbpf: checkpatch: Fixed code alignments in ringbuf.cKang Minchul2022-11-141-2/+2
* libbpf: Fixed various checkpatch issues in libbpf.cKang Minchul2022-11-141-17/+28
* libbpf: checkpatch: Fixed code alignments in btf.cKang Minchul2022-11-141-2/+3
* libbpf: Fix uninitialized warning in btf_dump_dump_type_dataDavid Michael2022-11-141-1/+1
* selftests: mptcp: use max_time instead of timeGeliang Tang2022-11-111-2/+2
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-1142-637/+1689
|\
| * selftests/bpf: fix veristat's singular file-or-prog filterAndrii Nakryiko2022-11-111-1/+7
| * selftests/bpf: Test skops->skb_hwtstampMartin KaFai Lau2022-11-113-2/+8
| * selftests/bpf: Fix incorrect ASSERT in the tcp_hdr_options testMartin KaFai Lau2022-11-111-2/+2
| * bpf: Add hwtstamp field for the sockops progMartin KaFai Lau2022-11-111-0/+1
| * selftests/bpf: Fix xdp_synproxy compilation failure in 32-bit archYang Jihong2022-11-111-2/+3
| * libbpf: Hashmap.h update to fix build issues using LLVM14Eduard Zingerman2022-11-112-2/+4
| * selftests: Fix test group SKIPPED resultDomenico Cerasuolo2022-11-091-16/+22
| * selftests/bpf: Tests for btf_dedup_resolve_fwdsEduard Zingerman2022-11-092-15/+206