summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/net: toeplitz testCoco Li2021-08-054-0/+813
* selftests/net: GRO coalesce testCoco Li2021-08-054-0/+1306
* tc-testing: Add control-plane selftests for sch_mqPeilin Ye2021-08-042-0/+138
* af_unix: Add OOB supportRao Shoaib2021-08-043-0/+443
* bonding: add new option lacp_activeHangbin Liu2021-08-031-0/+1
* selftests/net: remove min gso test in packet_sndDust Li2021-08-021-3/+0
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-3163-1599/+4514
|\
| * tools: bpftool: Complete metrics list in "bpftool prog profile" docQuentin Monnet2021-07-312-2/+4
| * tools: bpftool: Document and add bash completion for -L, -B optionsQuentin Monnet2021-07-318-10/+96
| * selftests/bpf: Update bpftool's consistency script for checking optionsQuentin Monnet2021-07-311-11/+111
| * tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet2021-07-3125-28/+45
| * tools: bpftool: Complete and synchronise attach or map typesQuentin Monnet2021-07-314-5/+12
| * selftests/bpf: Check consistency between bpftool source, doc, completionQuentin Monnet2021-07-311-0/+486
| * tools: bpftool: Slightly ease bash completion updatesQuentin Monnet2021-07-311-25/+29
| * libbpf: Add btf__load_vmlinux_btf/btf__load_module_btfHengqi Chen2021-07-304-6/+20
| * tools: bpftool: Support dumping split BTF by idQuentin Monnet2021-07-301-1/+1
| * libbpf: Add split BTF support for btf__load_from_kernel_by_id()Quentin Monnet2021-07-303-2/+9
| * tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet2021-07-307-29/+42
| * tools: Free BTF objects at various locationsQuentin Monnet2021-07-304-4/+9
| * libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()Quentin Monnet2021-07-304-11/+24
| * libbpf: Rename btf__load() as btf__load_into_kernel()Quentin Monnet2021-07-304-2/+5
| * libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()Quentin Monnet2021-07-301-1/+3
| * tools/resolve_btfids: Emit warnings and patch zero id for missing symbolsHengqi Chen2021-07-291-6/+7
| * bpf: Increase supported cgroup storage value sizeStanislav Fomichev2021-07-283-15/+35
| * libbpf: Fix race when pinning maps in parallelMartynas Pumputis2021-07-271-1/+14
| * libbpf: Fix comment typoJason Wang2021-07-271-3/+3
| * selftests/bpf: Use ping6 only if available in tc_redirectJussi Maki2021-07-271-6/+17
| * libbpf: Split CO-RE logic into relo_core.c.Alexei Starovoitov2021-07-265-1297/+1319
| * libbpf: Move CO-RE types into relo_core.h.Alexei Starovoitov2021-07-263-93/+102
| * libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.Alexei Starovoitov2021-07-261-46/+71
| * libbpf: Cleanup the layering between CORE and bpf_program.Alexei Starovoitov2021-07-261-36/+38
| * selftests/bpf: Document vmtest.sh dependenciesEvgeniy Litvinenko2021-07-241-0/+7
| * libbpf: Add bpf_map__pin_path functionEvgeniy Litvinenko2021-07-244-0/+16
| * bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2021-07-245-9/+384
| * libbpf: Export bpf_program__attach_kprobe_opts functionJiri Olsa2021-07-233-14/+33
| * libbpf: Allow decimal offset for kprobesJiri Olsa2021-07-233-1/+14
| * libbpf: Fix func leak in attach_kprobeJiri Olsa2021-07-231-0/+1
| * selftests/bpf: Mute expected invalid map creation error msgMartynas Pumputis2021-07-231-0/+5
| * libbpf: Propagate errors when retrieving enum value for typed data displayAlan Maguire2021-07-201-2/+3
| * selftests/bpf: Add __int128-specific tests for typed data dumpAlan Maguire2021-07-201-0/+17
| * libbpf: Avoid use of __int128 in typed dump displayAlan Maguire2021-07-201-33/+65
| * selftests, bpf: test_tc_tunnel.sh nc: Cannot use -p and -lVincent Li2021-07-201-1/+1
| * bpf, selftests: Fix test_maps now that sockmap supports UDPJohn Fastabend2021-07-201-2/+2
| * selftests/bpf: Check inner map deletionMartynas Pumputis2021-07-202-1/+88
| * libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis2021-07-201-6/+4
| * libbpf: Btf typed dump does not need to allocate dump dataAlan Maguire2021-07-171-5/+4
| * libbpf: Fix compilation errors on ppc64le for btf dump typed dataAlan Maguire2021-07-171-2/+2
| * libbpf: Clarify/fix unaligned data issues for btf typed dumpAlan Maguire2021-07-171-4/+24
| * selftests/bpf: Add dump type data tests to btf dump testsAlan Maguire2021-07-161-0/+598
| * selftests/bpf: Add ASSERT_STRNEQ() variant for test_progsAlan Maguire2021-07-161-0/+12