summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: increase timeout to 10 minMatthieu Baerts2021-01-271-1/+1
* selftests: mptcp: add IPv4-mapped IPv6 testcasesGeliang Tang2021-01-271-0/+75
* selftests: add IPv4 unicast extensions testsSeth David Schoen2021-01-262-0/+229
* selftests: mlxsw: Add a scale test for physical portsDanielle Ratson2021-01-225-2/+98
* sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy2021-01-221-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-2022-314/+333
|\
| * Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-206-104/+102
| |\
| | * selftests: net: fib_tests: remove duplicate log testHangbin Liu2021-01-191-1/+0
| | * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-01-155-103/+102
| | |\
| | | * selftests/bpf: Add verifier test for PTR_TO_MEM spillGilad Reti2021-01-132-1/+41
| | | * libbpf: Allow loading empty BTFsAndrii Nakryiko2021-01-121-5/+0
| | | * bpf: Update local storage test to check handling of null ptrsKP Singh2021-01-122-97/+61
| * | | Merge tag 'perf-tools-fixes-2021-01-17' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-01-1712-208/+224
| |\ \ \
| | * | | perf inject: Correct event attribute sizesAl Grant2021-01-151-0/+8
| | * | | perf intel-pt: Fix 'CPU too large' errorAdrian Hunter2021-01-152-3/+3
| | * | | perf stat: Take cgroups into account for shadow statsNamhyung Kim2021-01-151-7/+19
| | * | | perf stat: Introduce struct runtime_stat_dataNamhyung Kim2021-01-151-173/+173
| | * | | libperf tests: Fail when failing to get a tracepoint idIan Rogers2021-01-151-0/+1
| | * | | libperf tests: If a test fails return non-zeroIan Rogers2021-01-154-4/+4
| | * | | libperf tests: Avoid uninitialized variable warningIan Rogers2021-01-151-2/+2
| | * | | perf test: Fix shadow stat test for non-bash shellsNamhyung Kim2021-01-151-16/+14
| | * | | tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo2021-01-151-5/+0
| | * | | tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2021-01-151-0/+2
| | * | | perf bpf examples: Fix bpf.h header include directive in 5sec.c exampleArnaldo Carvalho de Melo2021-01-151-1/+1
| * | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-01-152-2/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | arm64: selftests: Fix spelling of 'Mismatch'Mark Brown2021-01-152-2/+2
| * | | | Merge tag 'trace-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-01-142-0/+5
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | tools/bootconfig: Add tracing_on support to helper scriptsMasami Hiramatsu2021-01-142-0/+5
* | | | | selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded"Colin Ian King2021-01-191-2/+2
* | | | | GTP: add support for flow based tunneling APIPravin B Shelar2021-01-151-0/+1
* | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-01-1535-156/+1408
|\ \ \ \ \
| * | | | | bpf: Add tests for new BPF atomic operationsBrendan Jackman2021-01-149-0/+881
| * | | | | bpf: Add bitwise atomic instructionsBrendan Jackman2021-01-141-0/+6
| * | | | | bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman2021-01-142-1/+5
| * | | | | bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman2021-01-142-0/+4
| * | | | | bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-1411-33/+41
| * | | | | tools/bpftool: Add -Wall when building BPF programsIan Rogers2021-01-131-1/+1
| * | | | | bpf, libbpf: Avoid unused function warning on bpf_tail_call_staticIan Rogers2021-01-131-1/+1
| * | | | | selftests/bpf: Install btf_dump test casesJean-Philippe Brucker2021-01-131-1/+2
| * | | | | selftests/bpf: Fix installation of urandom_readJean-Philippe Brucker2021-01-131-1/+1
| * | | | | selftests/bpf: Move generated test files to $(TEST_GEN_FILES)Jean-Philippe Brucker2021-01-131-4/+3
| * | | | | selftests/bpf: Fix out-of-tree buildJean-Philippe Brucker2021-01-131-1/+1
| * | | | | selftests/bpf: Enable cross-buildingJean-Philippe Brucker2021-01-131-11/+35
| * | | | | selftests/bpf: Test kernel module ksym externsAndrii Nakryiko2021-01-123-0/+60
| * | | | | libbpf: Support kernel module ksym externsAndrii Nakryiko2021-01-121-18/+32
| * | | | | selftests/bpf: Sync RCU before unloading bpf_testmodAndrii Nakryiko2021-01-123-33/+12
| * | | | | bpf: Extend bind v4/v6 selftests for mark/prio/bindtoifindexDaniel Borkmann2021-01-122-8/+76
| * | | | | bpf: Clarify return value of probe str helpersBrendan Jackman2021-01-121-5/+5
| * | | | | libbpf: Clarify kernel type use with USER variants of CORE reading macrosAndrii Nakryiko2021-01-081-6/+39
| * | | | | selftests/bpf: Remove duplicate include in test_lsmMenglong Dong2021-01-081-1/+0