summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tc-testing: gitignore, delete plugins directoryliujing2022-06-241-1/+0
* Bonding: add per-port priority for failover re-selectionHangbin Liu2022-06-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-2328-167/+368
|\
| * Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-237-57/+208
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-06-211-1/+1
| | |\
| | | * selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.shJie2x Zhou2022-06-211-1/+1
| | * | ipv4: fix bind address validity regression testsRiccardo Paolo Bestetti2022-06-201-9/+27
| | * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-06-175-51/+151
| | |\ \
| | | * | selftest/bpf: Fix kprobe_multi bench testJiri Olsa2022-06-161-0/+3
| | | * | selftests/bpf: Shuffle cookies symbols in kprobe multi testJiri Olsa2022-06-162-51/+51
| | | * | selftests/bpf: Test tail call counting with bpf2bpf and data on stackJakub Sitnicki2022-06-162-0/+97
| | * | | ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti2022-06-171-0/+33
| * | | | Merge tag 'linux-kselftest-fixes-5.19-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-06-225-5/+29
| |\ \ \ \
| | * | | | selftests: make use of GUP_TEST_FILE macroJoel Savitz2022-06-161-2/+2
| | * | | | selftests: vm: Fix resource leak when return errorDing Xiang2022-06-161-0/+2
| | * | | | selftests dma: fix compile error for dma_map_benchmarkYu Liao2022-06-162-1/+2
| | * | | | selftests: Fix clang cross compilationMark Brown2022-06-141-2/+23
| * | | | | Merge tag 'perf-tools-fixes-for-v5.19-2022-06-19' of git://git.kernel.org/pub...Linus Torvalds2022-06-2015-105/+125
| |\ \ \ \ \
| | * | | | | tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2022-06-191-0/+9
| | * | | | | perf metrics: Ensure at least 1 id per metricIan Rogers2022-06-191-0/+9
| | * | | | | tools headers arm64: Sync arm64's cputype.h with the kernel sourcesArnaldo Carvalho de Melo2022-06-191-2/+10
| | * | | | | tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-06-191-5/+6
| | * | | | | perf arm-spe: Don't set data source if it's not a memory operationLeo Yan2022-06-191-14/+8
| | * | | | | perf expr: Allow exponents on floating point valuesIan Rogers2022-06-192-1/+3
| | * | | | | perf test topology: Use !strncmp(right platform) to fix guest PPC comparision...Athira Rajeev2022-06-191-1/+1
| | * | | | | perf test: Record only user callchains on the "Check Arm64 callgraphs are com...Michael Petlan2022-06-191-1/+1
| | * | | | | perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2022-06-191-1/+6
| | * | | | | perf test: Fix variable length array undefined behavior in bp_accountIan Rogers2022-06-191-2/+14
| | * | | | | libperf evsel: Open shouldn't leak fd on failureIan Rogers2022-06-191-5/+12
| | * | | | | perf test: Fix "perf stat CSV output linter" test on s390Thomas Richter2022-06-192-72/+45
| | * | | | | perf unwind: Fix uninitialized variableIan Rogers2022-06-191-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-191-0/+6
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | x86/ftrace: Remove OBJECT_FILES_NON_STANDARD usageJosh Poimboeuf2022-06-061-0/+6
| | |/ / /
* | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-1759-682/+3808
|\ \ \ \ \
| * | | | | selftests/bpf: Don't force lld on non-x86 architecturesAndrii Nakryiko2022-06-171-2/+9
| * | | | | selftests/bpf: Add selftests for raw syncookie helpers in TC modeMaxim Mikityanskiy2022-06-163-69/+224
| * | | | | selftests/bpf: Add selftests for raw syncookie helpersMaxim Mikityanskiy2022-06-165-1/+1330
| * | | | | bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2022-06-161-0/+78
| * | | | | bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookieMaxim Mikityanskiy2022-06-161-4/+6
| * | | | | selftests/bpf: add tests for sleepable (uk)probesDelyan Kratunov2022-06-162-1/+108
| * | | | | libbpf: add support for sleepable uprobe programsDelyan Kratunov2022-06-161-1/+4
| * | | | | libbpf: Fix internal USDT address translation logic for shared librariesAndrii Nakryiko2022-06-172-65/+72
| * | | | | selftests/bpf: Avoid skipping certain subtestsYonghong Song2022-06-141-1/+6
| * | | | | selftests/bpf: Fix test_varlen verification failure with latest llvmYonghong Song2022-06-141-4/+4
| * | | | | bpftool: Do not check return value from libbpf_set_strict_mode()Quentin Monnet2022-06-141-3/+1
| * | | | | Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet2022-06-148-3/+23
| * | | | | libbpf: Fix an unsigned < 0 bugYonghong Song2022-06-141-1/+1
| * | | | | selftest/bpf/benchs: Add bpf_map benchmarkFeng Zhou2022-06-115-1/+152
| * | | | | libbpf: Fix uprobe symbol file offset calculation logicAndrii Nakryiko2022-06-091-41/+22
| * | | | | bpftool: Fix bootstrapping during a cross compilationShahab Vahedi2022-06-091-1/+1