summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-2714-72/+295
|\
| * selftests/bpf: Add test based on port range for BPF flow dissectorYoshiki Komachi2020-01-271-0/+14
| * tools/bpf: Allow overriding llvm tools for runqslowerAndrey Ignatov2020-01-271-3/+3
| * selftest/bpf: Add test for allowed trampolines countJiri Olsa2020-01-252-0/+133
| * libbpf: Fix realloc usage in bpf_core_find_candsAndrii Nakryiko2020-01-241-1/+3
| * libbpf: Improve handling of failed CO-RE relocationsAndrii Nakryiko2020-01-242-40/+61
| * selftests: bpf: Reset global state between reuseport test runsLorenz Bauer2020-01-241-2/+14
| * selftests: bpf: Make reuseport test output more legibleLorenz Bauer2020-01-241-4/+24
| * selftests: bpf: Ignore FIN packets for reuseport testsLorenz Bauer2020-01-241-0/+6
| * selftests: bpf: Use a temporary file in test_sockmapLorenz Bauer2020-01-241-10/+5
| * bpftool: Print function linkage in BTF dumpAndrii Nakryiko2020-01-241-4/+23
| * selftests/bpf: Improve bpftool changes detectionAndrii Nakryiko2020-01-241-5/+6
| * selftests/bpf: Initialize duration variable before usingJohn Sperbeck2020-01-243-3/+3
* | selftests: netfilter: Introduce tests for sets with range concatenationStefano Brivio2020-01-272-1/+1483
* | selftests: mlxsw: Add a TBF selftestPetr Machata2020-01-258-0/+344
* | selftests: forwarding: lib: Allow reading TC rule byte countersPetr Machata2020-01-251-1/+2
* | selftests: forwarding: lib: Add helpers for busywaitingPetr Machata2020-01-251-0/+18
* | selftests: Move two functions from mlxsw's qos_lib to libPetr Machata2020-01-252-24/+24
* | mptcp: add basic kselftest for mptcpFlorian Westphal2020-01-247-0/+1448
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-23194-715/+4391
|\
| * bpf: tcp: Add bpf_cubic exampleMartin KaFai Lau2020-01-223-0/+585
| * bpf: Sync uapi bpf.h to tools/Martin KaFai Lau2020-01-221-1/+8
| * selftests/bpf: Add tests for program extensionsAlexei Starovoitov2020-01-223-2/+83
| * libbpf: Add support for program extensionsAlexei Starovoitov2020-01-226-4/+18
| * selftests/bpf: Build urandom_read with LDFLAGS and LDLIBSDaniel Díaz2020-01-221-1/+1
| * selftests: Refactor build to remove tools/lib/bpf from include pathToke Høiland-Jørgensen2020-01-202-33/+30
| * runsqslower: Support user-specified libbpf include and object pathsToke Høiland-Jørgensen2020-01-201-5/+7
| * tools/runqslower: Remove tools/lib/bpf from include pathToke Høiland-Jørgensen2020-01-201-1/+1
| * perf: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-206-6/+6
| * bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-2017-35/+35
| * selftests: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-20128-181/+181
| * tools/runqslower: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-203-5/+6
| * selftests: Pass VMLINUX_BTF to runqslower MakefileToke Høiland-Jørgensen2020-01-201-2/+6
| * tools/bpf/runqslower: Fix override option for VMLINUX_BTFToke Høiland-Jørgensen2020-01-201-9/+10
| * selftests/bpf: Skip perf hw events test if the setup disabled itHangbin Liu2020-01-201-2/+6
| * selftests/bpf: Don't check for btf fd in test_btfStanislav Fomichev2020-01-201-4/+0
| * libbpf: Load btf_vmlinux only once per object.KP Singh2020-01-171-52/+101
| * libbpf: Fix potential multiplication overflow in mmap() size calculationAndrii Nakryiko2020-01-171-1/+1
| * libbpf: Simplify BTF initialization logicAndrii Nakryiko2020-01-171-13/+6
| * libbpf: Fix error handling bug in btf_dump__newAndrii Nakryiko2020-01-171-0/+1
| * libbpf: Revert bpf_helper_defs.h inclusion regressionAndrii Nakryiko2020-01-161-1/+1
| * selftests/bpf: Fix test_progs send_signal flakiness with nmi modeYonghong Song2020-01-161-5/+1
| * libbpf: Fix unneeded extra initialization in bpf_map_batch_commonBrian Vazquez2020-01-161-1/+1
| * selftests/bpf: Add whitelist/blacklist of test names to test_progsAndrii Nakryiko2020-01-152-11/+80
| * bpftool: Support dumping a map with btf_vmlinux_value_type_idMartin KaFai Lau2020-01-151-11/+50
| * bpftool: Add struct_ops map nameMartin KaFai Lau2020-01-151-0/+1
| * libbpf: Expose bpf_find_kernel_btf as a LIBBPF_APIMartin KaFai Lau2020-01-154-96/+102
| * bpftool: Fix missing BTF output for json during map dumpMartin KaFai Lau2020-01-151-22/+20
| * bpftool: Fix a leak of btf objectMartin KaFai Lau2020-01-151-14/+2
| * selftests/bpf: Add batch ops testing to array bpf mapBrian Vazquez2020-01-151-0/+129