summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-02-03Merge tag 'perf-tools-fixes-for-v6.8-1-2024-02-01' of git://git.kernel.org/pu...Linus Torvalds-383/+588
2024-02-01Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-123/+232
2024-02-01Merge tag 'hid-for-linus-2024020101' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+4
2024-02-01selftests: mptcp: join: stop transfer when check is done (part 2)Matthieu Baerts (NGI0)-14/+9
2024-02-01selftests: mptcp: join: stop transfer when check is done (part 1)Matthieu Baerts (NGI0)-2/+2
2024-02-01selftests: mptcp: allow changing subtests prefixMatthieu Baerts (NGI0)-1/+1
2024-02-01selftests: mptcp: decrease BW in simult flowsMatthieu Baerts (NGI0)-4/+4
2024-02-01selftests: mptcp: increase timeout to 30 minMatthieu Baerts (NGI0)-1/+1
2024-02-01selftests: mptcp: add missing kconfig for NF MangleMatthieu Baerts (NGI0)-0/+1
2024-02-01selftests: mptcp: add missing kconfig for NF Filter in v6Matthieu Baerts (NGI0)-0/+1
2024-02-01selftests: mptcp: add missing kconfig for NF FilterMatthieu Baerts (NGI0)-0/+1
2024-02-01selftests: net: enable some more knobsPaolo Abeni-0/+3
2024-02-01selftests: net: add missing config for NF_TARGET_TTLJakub Kicinski-0/+1
2024-02-01selftests: forwarding: List helper scripts in TEST_FILES Makefile variableBenjamin Poirier-1/+1
2024-02-01selftests: net: List helper scripts in TEST_FILES Makefile variableBenjamin Poirier-3/+2
2024-02-01selftests: net: Remove executable bits from library scriptsBenjamin Poirier-0/+0
2024-02-01selftests: bonding: Check initial stateBenjamin Poirier-0/+11
2024-02-01selftests: team: Add missing config optionsBenjamin Poirier-1/+3
2024-01-31selftests: net: don't access /dev/stdout in pmtu.shPaolo Abeni-1/+1
2024-01-31selftests: net: fix available tunnels detectionPaolo Abeni-8/+8
2024-01-31selftests: net: add missing config for pmtu.sh testsPaolo Abeni-0/+3
2024-01-31selftests/net: Repair RST passive reset selftestDmitry Safonov-52/+98
2024-01-31selftests/net: Rectify key counters checksDmitry Safonov-19/+25
2024-01-31selftests/net: Argument value mismatch when calling verify_counters()Mohammad Nassiri-1/+1
2024-01-31perf tools headers: update the asm-generic/unaligned.h copy with the kernel s...Arnaldo Carvalho de Melo-12/+12
2024-01-31selftests: net: add missing config for GENEVEMatthias May-0/+1
2024-01-30selftests: net: Add missing matchall classifierIdo Schimmel-0/+1
2024-01-30Merge tag 'linux_kselftest-fixes-6.8-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-68/+109
2024-01-30kselftest/seccomp: Report each expectation we assert as a KTAP testMark Brown-20/+41
2024-01-30kselftest/seccomp: Use kselftest output functions for benchmarkMark Brown-21/+24
2024-01-30selftests/livepatch: fix and refactor new dmesg message codeJoe Lawrence-20/+17
2024-01-30tools include UAPI: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo-0/+70
2024-01-30perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark-1/+8
2024-01-30tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo-4/+8
2024-01-30tools headers x86 cpufeatures: Sync with the kernel sources to pick TDX, Zen,...Arnaldo Carvalho de Melo-1/+7
2024-01-29selftests: net: add missing config for nftables-backed iptablesJakub Kicinski-0/+1
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds-16/+30
2024-01-29tools headers UAPI: Sync unistd.h to pick {list,stat}mount, lsm_{[gs]et_self_...Arnaldo Carvalho de Melo-1/+14
2024-01-28Merge tag 'cxl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+6
2024-01-27perf vendor events intel: Alderlake/sapphirerapids metric fixesIan Rogers-160/+123
2024-01-27tools headers UAPI: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo-90/+53
2024-01-26Merge tag 'pm-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-1/+1
2024-01-26selftests: net: give more time for GRO aggregationPaolo Abeni-1/+1
2024-01-26selftests: net: add missing required classifierPaolo Abeni-0/+1
2024-01-26selftests: net: add missing config for big tcp testsPaolo Abeni-0/+5
2024-01-26perf tools: Fix calloc() arguments to address error introduced in gcc-14Sun Haiyong-7/+7
2024-01-26perf top: Remove needless malloc(0) call that triggers -Walloc-sizeSun Haiyong-1/+1
2024-01-26perf build: Make minimal shellcheck version to v0.6.0Yicong Yang-0/+10
2024-01-26tools headers UAPI: Update tools's copy of drm.h headers to pick DRM_IOCTL_MO...Arnaldo Carvalho de Melo-7/+77
2024-01-26perf test shell daemon: Make signal test less racyIan Rogers-10/+24