summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: mlxsw: Add Q-in-VNI veto testsAmit Cohen2020-12-082-0/+143
* selftests: forwarding: Add Q-in-VNI testPetr Machata2020-12-081-0/+347
* selftests: mlxsw: Test RIF's reference count when joining a LAGIdo Schimmel2020-12-061-0/+43
* selftests: forwarding: Add MPLS L2VPN testGuillaume Nault2020-12-043-0/+196
* selftests: add selftest for the SRv6 End.DT6 (VRF) behaviorAndrea Mayer2020-12-041-0/+502
* selftests: add selftest for the SRv6 End.DT4 behaviorAndrea Mayer2020-12-041-0/+494
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-0454-470/+2023
|\
| * selftests/bpf: Fix invalid use of strncat in test_sockmapAndrii Nakryiko2020-12-031-13/+23
| * libbpf: Use memcpy instead of strncpy to please GCCAndrii Nakryiko2020-12-031-1/+1
| * selftests/bpf: Add fentry/fexit/fmod_ret selftest for kernel moduleAndrii Nakryiko2020-12-032-0/+119
| * selftests/bpf: Add tp_btf CO-RE reloc test for modulesAndrii Nakryiko2020-12-032-2/+33
| * libbpf: Support attachment of BPF tracing programs to kernel modulesAndrii Nakryiko2020-12-033-32/+112
| * libbpf: Factor out low-level BPF program loading helperAndrii Nakryiko2020-12-033-50/+113
| * bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko2020-12-031-1/+6
| * selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTFAndrii Nakryiko2020-12-033-11/+151
| * selftests/bpf: Add support for marking sub-tests as skippedAndrii Nakryiko2020-12-031-3/+3
| * selftests/bpf: Add bpf_testmod kernel module for testingAndrii Nakryiko2020-12-039-3/+198
| * libbpf: Add kernel module BTF support for CO-RE relocationsAndrii Nakryiko2020-12-031-10/+169
| * libbpf: Refactor CO-RE relocs to not assume a single BTF objectAndrii Nakryiko2020-12-031-76/+111
| * libbpf: Add internal helper to load BTF data by FDAndrii Nakryiko2020-12-032-26/+36
| * selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMPPrankur gupta2020-12-034-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-022-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-187-18/+52
| * selftests/bpf: Avoid running unprivileged tests with alignment requirementsBjörn Töpel2020-11-181-0/+13
| * selftests/bpf: Fix broken riscv buildBjörn Töpel2020-11-181-1/+2