summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Use memcpy instead of strncpy to please GCCAndrii Nakryiko2020-12-041-1/+1
* selftests/bpf: Add fentry/fexit/fmod_ret selftest for kernel moduleAndrii Nakryiko2020-12-042-0/+119
* selftests/bpf: Add tp_btf CO-RE reloc test for modulesAndrii Nakryiko2020-12-042-2/+33
* libbpf: Support attachment of BPF tracing programs to kernel modulesAndrii Nakryiko2020-12-043-32/+112
* libbpf: Factor out low-level BPF program loading helperAndrii Nakryiko2020-12-043-50/+113
* bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko2020-12-041-1/+6
* selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTFAndrii Nakryiko2020-12-043-11/+151
* selftests/bpf: Add support for marking sub-tests as skippedAndrii Nakryiko2020-12-041-3/+3
* selftests/bpf: Add bpf_testmod kernel module for testingAndrii Nakryiko2020-12-049-3/+198
* libbpf: Add kernel module BTF support for CO-RE relocationsAndrii Nakryiko2020-12-041-10/+169
* libbpf: Refactor CO-RE relocs to not assume a single BTF objectAndrii Nakryiko2020-12-041-76/+111
* libbpf: Add internal helper to load BTF data by FDAndrii Nakryiko2020-12-042-26/+36
* selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMPPrankur gupta2020-12-044-0/+40
* bpf: Fix cold build of test_progs-no_alu32Brendan Jackman2020-12-031-1/+1
* libbpf: Cap retries in sys_bpf_prog_loadStanislav Fomichev2020-12-031-1/+2
* libbpf: Sanitise map names before pinningToke Høiland-Jørgensen2020-12-031-0/+12
* libbpf: Fail early when loading programs with unspecified typeAndrei Matei2020-12-031-1/+14
* selftests/bpf: Indent ima_setup.sh with tabs.KP Singh2020-12-031-54/+54
* selftests/bpf: Add config dependency on BLK_DEV_LOOPKP Singh2020-12-031-0/+1
* selftests/bpf: Ensure securityfs mount before writing ima policyKP Singh2020-12-031-0/+15
* selftests/bpf: Update ima_setup.sh for busyboxKP Singh2020-12-031-4/+8
* libbpf: Separate XDP program load with xsk socket creationMariusz Dudek2020-12-033-9/+90
* tools/resolve_btfids: Fix some error messagesBrendan Jackman2020-12-031-3/+3
* selftests/bpf: Copy file using read/write in local storage testStanislav Fomichev2020-12-031-10/+18
* tools/bpftool: Auto-detect split BTFs in common casesAndrii Nakryiko2020-12-031-4/+21
* libbpf: Add base BTF accessorAndrii Nakryiko2020-12-033-0/+7
* tools/bpftool: Emit name <anon> for anonymous BTFsAndrii Nakryiko2020-12-031-0/+2
* bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin2020-12-032-8/+1
* 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