summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-11-24selftests/bpf: Add reproducer for decl_tag in func_proto argumentStanislav Fomichev
2022-11-23selftests/bpf: Mount debugfs in setns_by_fdStanislav Fomichev
2022-11-22selftests/bpf: Add selftests for bpf_cgroup_ancestor() kfuncDavid Vernet
2022-11-22selftests/bpf: Add cgroup kfunc / kptr selftestsDavid Vernet
2022-11-22selftests/bpf: Workaround for llvm nop-4 bugAlexei Starovoitov
2022-11-22Revert "selftests/bpf: Temporarily disable linked list tests"Alexei Starovoitov
2022-11-21selftests/bpf: Make sure zero-len skbs aren't redirectableStanislav Fomichev
2022-11-21selftests/bpf: Add test for cgroup iterator on a dead cgroupHou Tao
2022-11-21selftests/bpf: Add cgroup helper remove_cgroup()Hou Tao
2022-11-20bpftool: remove function free_btf_vmlinux()Sahid Orentino Ferdjaoui
2022-11-20bpftool: clean-up usage of libbpf_get_error()Sahid Orentino Ferdjaoui
2022-11-20bpftool: fix error message when function can't register struct_opsSahid Orentino Ferdjaoui
2022-11-20bpftool: replace return value PTR_ERR(NULL) with 0Sahid Orentino Ferdjaoui
2022-11-20bpftool: remove support of --legacy option for bpftoolSahid Orentino Ferdjaoui
2022-11-20bpf: Add type cast unit testsYonghong Song
2022-11-20bpf/selftests: Add selftests for new task kfuncsDavid Vernet
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet
2022-11-18libbpf: Ignore hashmap__find() result explicitly in btf_dumpAndrii Nakryiko
2022-11-18selftests/bpf: Skip spin lock failure test on s390xKumar Kartikeya Dwivedi
2022-11-17selftests/bpf: Temporarily disable linked list testsKumar Kartikeya Dwivedi
2022-11-17selftests/bpf: Add BTF sanity testsKumar Kartikeya Dwivedi
2022-11-17selftests/bpf: Add BPF linked list API testsKumar Kartikeya Dwivedi
2022-11-17selftests/bpf: Add failure test cases for spin lock pairingKumar Kartikeya Dwivedi
2022-11-17selftests/bpf: Update spinlock selftestKumar Kartikeya Dwivedi
2022-11-17selftests/bpf: Add __contains macro to bpf_experimental.hKumar Kartikeya Dwivedi
2022-11-17bpf: Introduce single ownership BPF linked list APIKumar Kartikeya Dwivedi
2022-11-17bpf: Introduce bpf_obj_dropKumar Kartikeya Dwivedi
2022-11-17bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi
2022-11-17bpf: Rewrite kfunc argument handlingKumar Kartikeya Dwivedi
2022-11-17selftests/bpf: Pass target triple to get_sys_includes macroBjörn Töpel
2022-11-17selftests/bpf: Explicitly pass RESOLVE_BTFIDS to sub-makeBjörn Töpel
2022-11-16selftests/bpf: fix memory leak of lsm_cgroupWang Yufen
2022-11-15selftests/bpf: allow unpriv bpf for selftests by defaultEduard Zingerman
2022-11-15bpftool: Check argc first before "file" in do_batch()Tiezhu Yang
2022-11-15selftests/bpf: check nullness propagation for reg to reg comparisonsEduard Zingerman
2022-11-14bpf: Rename MEM_ALLOC to MEM_RINGBUFKumar Kartikeya Dwivedi
2022-11-14bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi
2022-11-14libbpf: checkpatch: Fixed code alignments in ringbuf.cKang Minchul
2022-11-14libbpf: Fixed various checkpatch issues in libbpf.cKang Minchul
2022-11-14libbpf: checkpatch: Fixed code alignments in btf.cKang Minchul
2022-11-14libbpf: Fix uninitialized warning in btf_dump_dump_type_dataDavid Michael
2022-11-11selftests: mptcp: use max_time instead of timeGeliang Tang
2022-11-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-11selftests/bpf: fix veristat's singular file-or-prog filterAndrii Nakryiko
2022-11-11selftests/bpf: Test skops->skb_hwtstampMartin KaFai Lau
2022-11-11selftests/bpf: Fix incorrect ASSERT in the tcp_hdr_options testMartin KaFai Lau
2022-11-11bpf: Add hwtstamp field for the sockops progMartin KaFai Lau
2022-11-11selftests/bpf: Fix xdp_synproxy compilation failure in 32-bit archYang Jihong
2022-11-11libbpf: Hashmap.h update to fix build issues using LLVM14Eduard Zingerman
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski