summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Extend bind{4,6} programs with a call to bpf_setsockoptStanislav Fomichev2020-12-022-0/+62
* selftests/bpf: Rewrite test_sock_addr bind bpf into CStanislav Fomichev2020-12-023-184/+171
* selftests/bpf: Fix flavored variants of test_imaKP Singh2020-11-301-0/+1
* libbpf: Replace size_t with __u32 in xsk interfacesMagnus Karlsson2020-11-271-9/+6
* bpf: Fix selftest compilation on clang 11Andrei Matei2020-11-261-0/+2
* bpf: Add a selftest for bpf_ima_inode_hashKP Singh2020-11-264-0/+186
* bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh2020-11-261-0/+11
* libbpf: Add support for canceling cached_cons advanceLi RongQing2020-11-251-0/+6
* selftest/bpf: Fix rst formatting in readmeAndrei Matei2020-11-241-13/+15
* selftest/bpf: Fix link in readmeAndrei Matei2020-11-241-1/+4
* bpftool: Add {i,d}tlb_misses support for bpftool profileYonghong Song2020-11-201-1/+29
* selftests/bpf: Mark tests that require unaligned memory accessBjörn Töpel2020-11-197-18/+52
* selftests/bpf: Avoid running unprivileged tests with alignment requirementsBjörn Töpel2020-11-191-0/+13
* selftests/bpf: Fix broken riscv buildBjörn Töpel2020-11-191-1/+2
* bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov2020-11-181-0/+11
* bpf: Add tests for bpf_bprm_opts_set helperKP Singh2020-11-182-0/+150
* bpf: Add bpf_bprm_opts_set helperKP Singh2020-11-181-0/+16
* libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()Alan Maguire2020-11-171-4/+4
* selftest/bpf: Fix IPV6FR handling in flow dissectorSantucci Pierpaolo2020-11-161-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-1450-892/+2402
|\
| * bpf: selftest: Use bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau2020-11-133-0/+259
| * selftests/bpf: Add asm tests for pkt vs pkt_end comparison.Alexei Starovoitov2020-11-131-0/+42
| * selftests/bpf: Add skb_pkt_end testAlexei Starovoitov2020-11-132-0/+95
| * tools/bpf: Always run the *-clean recipesJean-Philippe Brucker2020-11-121-2/+2
| * tools/bpf: Add bootstrap/ to .gitignoreJean-Philippe Brucker2020-11-121-1/+1
| * tools/bpftool: Fix build slowdownJean-Philippe Brucker2020-11-111-1/+3
| * tools/runqslower: Build bpftool using HOSTCCJean-Philippe Brucker2020-11-111-1/+2
| * tools/runqslower: Enable out-of-tree buildJean-Philippe Brucker2020-11-111-14/+18
| * tools/runqslower: Use Makefile.includeJean-Philippe Brucker2020-11-111-15/+9
| * tools/bpftool: Fix cross-buildJean-Philippe Brucker2020-11-111-8/+26
| * tools/bpftool: Force clean of out-of-tree buildJean-Philippe Brucker2020-11-111-3/+5
| * tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker2020-11-116-27/+10
| * selftest/bpf: Add missed ip6ip6 test backHangbin Liu2020-11-112-39/+46
| * tools/bpftool: Add support for in-kernel and named BTF in `btf show`Andrii Nakryiko2020-11-111-1/+27
| * bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko2020-11-111-0/+3
| * bpf: selftest: Use static globals in tcp_hdr_options and btf_skc_cls_ingressMartin KaFai Lau2020-11-102-7/+7
| * selftests/bpf: Fix selftest build with old libcAlexei Starovoitov2020-11-061-0/+4
| * bpf: Exercise syscall operations for inode and sk storageKP Singh2020-11-061-2/+15
| * bpf: Add tests for task_local_storageKP Singh2020-11-062-20/+226
| * bpf: Update selftests for local_storage to use vmlinux.hKP Singh2020-11-061-19/+1
| * bpf: Fix tests for local_storageKP Singh2020-11-061-9/+15
| * bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh2020-11-061-0/+9
| * bpftool: Add support for task local storageKP Singh2020-11-063-3/+6
| * libbpf: Add support for task local storageKP Singh2020-11-061-0/+1
| * bpf: Implement task local storageKP Singh2020-11-061-0/+39
| * bpf: Lift hashtab key_size limitFlorian Lehner2020-11-063-1/+89
| * tools/bpftool: Add bpftool support for split BTFAndrii Nakryiko2020-11-063-4/+21
| * selftests/bpf: Add split BTF dedup selftestsAndrii Nakryiko2020-11-063-0/+391
| * libbpf: Accomodate DWARF/compiler bug with duplicated identical arraysAndrii Nakryiko2020-11-061-2/+25
| * libbpf: Support BTF dedup of split BTFsAndrii Nakryiko2020-11-061-53/+168