aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-29selftests: forwarding: ethtool_extended_state: Convert to busywaitPetr Machata1-15/+28
2022-06-24tc-testing: gitignore, delete plugins directoryliujing1-1/+0
2022-06-24Bonding: add per-port priority for failover re-selectionHangbin Liu1-0/+1
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski28-167/+368
2022-06-23Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds7-57/+208
2022-06-22Merge tag 'linux-kselftest-fixes-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds5-5/+29
2022-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-1/+1
2022-06-21selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.shJie2x Zhou1-1/+1
2022-06-20Merge tag 'perf-tools-fixes-for-v5.19-2022-06-19' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds15-105/+125
2022-06-20ipv4: fix bind address validity regression testsRiccardo Paolo Bestetti1-9/+27
2022-06-19Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2022-06-19tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+9
2022-06-19perf metrics: Ensure at least 1 id per metricIan Rogers1-0/+9
2022-06-19tools headers arm64: Sync arm64's cputype.h with the kernel sourcesArnaldo Carvalho de Melo1-2/+10
2022-06-19tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-5/+6
2022-06-19perf arm-spe: Don't set data source if it's not a memory operationLeo Yan1-14/+8
2022-06-19perf expr: Allow exponents on floating point valuesIan Rogers2-1/+3
2022-06-19perf test topology: Use !strncmp(right platform) to fix guest PPC comparision checkAthira Rajeev1-1/+1
2022-06-19perf test: Record only user callchains on the "Check Arm64 callgraphs are complete in fp mode" testMichael Petlan1-1/+1
2022-06-19perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+6
2022-06-19perf test: Fix variable length array undefined behavior in bp_accountIan Rogers1-2/+14
2022-06-19libperf evsel: Open shouldn't leak fd on failureIan Rogers1-5/+12
2022-06-19perf test: Fix "perf stat CSV output linter" test on s390Thomas Richter2-72/+45
2022-06-19perf unwind: Fix uninitialized variableIan Rogers1-1/+1
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski59-682/+3808
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski5-51/+151
2022-06-17ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti1-0/+33
2022-06-17selftests: spectrum-2: tc_flower_scale: Dynamically set scale targetIdo Schimmel1-5/+10
2022-06-17selftests: mlxsw: Add a RIF counter scale testPetr Machata5-2/+162
2022-06-17selftests: mlxsw: tc_flower_scale: Add a traffic testPetr Machata1-0/+17
2022-06-17selftests: mlxsw: resource_scale: Pass target count to cleanupPetr Machata2-2/+2
2022-06-17selftests: mlxsw: resource_scale: Allow skipping a testPetr Machata2-0/+9
2022-06-17selftests: mlxsw: resource_scale: Introduce traffic testsPetr Machata2-3/+20
2022-06-17selftests: mlxsw: resource_scale: Update scale target after test setupIdo Schimmel2-0/+6
2022-06-17selftests: mirror_gre_bridge_1q_lag: Enslave port to bridge before other configurationsAmit Cohen1-3/+4
2022-06-17selftests/bpf: Don't force lld on non-x86 architecturesAndrii Nakryiko1-2/+9
2022-06-16selftests/bpf: Add selftests for raw syncookie helpers in TC modeMaxim Mikityanskiy3-69/+224
2022-06-16selftests/bpf: Add selftests for raw syncookie helpersMaxim Mikityanskiy5-1/+1330
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy1-0/+78
2022-06-16bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookieMaxim Mikityanskiy1-4/+6
2022-06-16selftest/bpf: Fix kprobe_multi bench testJiri Olsa1-0/+3
2022-06-16selftests/bpf: Shuffle cookies symbols in kprobe multi testJiri Olsa2-51/+51
2022-06-16selftests/bpf: add tests for sleepable (uk)probesDelyan Kratunov2-1/+108
2022-06-16libbpf: add support for sleepable uprobe programsDelyan Kratunov1-1/+4
2022-06-17libbpf: Fix internal USDT address translation logic for shared librariesAndrii Nakryiko2-65/+72
2022-06-16selftests: make use of GUP_TEST_FILE macroJoel Savitz1-2/+2
2022-06-16selftests: vm: Fix resource leak when return errorDing Xiang1-0/+2
2022-06-16selftests dma: fix compile error for dma_map_benchmarkYu Liao2-1/+2
2022-06-16selftests/bpf: Test tail call counting with bpf2bpf and data on stackJakub Sitnicki2-0/+97
2022-06-16Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-122/+0