aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski37-170/+717
2022-09-22Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds13-14/+433
2022-09-22selftests: forwarding: add shebang for sch_red.shHangbin Liu1-0/+1
2022-09-22selftests: bonding: cause oops in bond_rr_gen_slave_idJonathan Toppins2-1/+51
2022-09-21perf tools: Honor namespace when synthesizing build-idsNamhyung Kim1-3/+14
2022-09-21tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo1-2/+3
2022-09-21perf kcore_copy: Do not check /proc/modules is unchangedAdrian Hunter1-5/+2
2022-09-21libperf evlist: Fix polling of system-wide eventsAdrian Hunter1-2/+3
2022-09-21perf record: Fix cpu mask bit setting for mixed mmapsAdrian Hunter1-0/+2
2022-09-21perf test: Skip wp modify test on old kernelsNamhyung Kim1-2/+8
2022-09-21perf jit: Include program header in ELF filesLieven Hey2-0/+18
2022-09-21perf test: Add a new test for perf stat cgroup BPF counterNamhyung Kim1-0/+83
2022-09-21perf stat: Use evsel->core.cpus to iterate cpus in BPF cgroup countersNamhyung Kim1-3/+3
2022-09-21perf stat: Fix cpu map index in bperf cgroup codeNamhyung Kim1-2/+2
2022-09-21perf stat: Fix BPF program section nameNamhyung Kim1-1/+1
2022-09-20selftests/tc-testings: add list case for basic filterZhengchao Shao1-0/+47
2022-09-20selftests/tc-testings: add selftests for tcindex filterZhengchao Shao1-0/+227
2022-09-20selftests/tc-testings: add selftests for rsvp filterZhengchao Shao1-0/+203
2022-09-20selftests/tc-testings: add selftests for route filterZhengchao Shao1-0/+181
2022-09-20selftests/tc-testings: add selftests for flow filterZhengchao Shao1-0/+623
2022-09-20selftests/tc-testings: add selftests for cgroup filterZhengchao Shao1-0/+1236
2022-09-20selftests/tc-testings: add selftests for bpf filterZhengchao Shao1-0/+171
2022-09-20wireguard: selftests: do not install headers on UMLJason A. Donenfeld1-0/+2
2022-09-20selftests/bonding: add a test for bonding lladdr targetHangbin Liu2-0/+66
2022-09-20Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-91/+1
2022-09-20selftests: forwarding: Add test cases for unresolved multicast routesIdo Schimmel1-1/+91
2022-09-20selftests: seg6: add selftest for NEXT-C-SID flavor in SRv6 End behaviorAndrea Mayer2-0/+1146
2022-09-19selftests: mlxsw: Remove qos_burst testAmit Cohen1-480/+0
2022-09-19selftests: mlxsw: Add QOS test for maximum use of descriptorsAmit Cohen2-0/+296
2022-09-19selftests: devlink_lib: Add function for querying maximum pool sizeAmit Cohen1-0/+5
2022-09-19selftests: mlxsw: Use shapers in QOS RED tests instead of forcing speedAmit Cohen3-16/+15
2022-09-19selftests: mlxsw: Use shapers in QOS tests instead of forcing speedAmit Cohen3-13/+16
2022-09-18Merge tag 'parisc-for-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-2/+2
2022-09-16net: Add tests for bonding and team address list managementBenjamin Poirier8-1/+236
2022-09-16selftests/tc-testings: add tunnel_key action deleting test caseZhengchao Shao1-0/+50
2022-09-16selftests/tc-testings: add sample action deleting test caseZhengchao Shao1-0/+50
2022-09-16selftests/tc-testings: add nat action deleting test caseZhengchao Shao1-0/+50
2022-09-16selftests/tc-testings: add ife action deleting test caseZhengchao Shao1-0/+50
2022-09-16selftests/tc-testings: add connmark action deleting test caseZhengchao Shao1-0/+50
2022-09-16selftests/tc-testings: add selftests for xt actionZhengchao Shao1-0/+219
2022-09-16selftests/tc-testings: add selftests for gate actionZhengchao Shao1-0/+315
2022-09-16selftests/tc-testings: add selftests for ctinfo actionZhengchao Shao1-0/+316
2022-09-15selftests: mptcp: move prefix tests of addr_nr_ns2 togetherGeliang Tang1-6/+4
2022-09-13Revert "selftests/timens: add a test for vfork+exit"Andrei Vagin2-91/+1
2022-09-13tools/include/uapi: Fix <asm/errno.h> for parisc and xtensaBen Hutchings1-2/+2
2022-09-12Merge tag 'hyperv-fixes-signed-20220912' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-3/+3
2022-09-09Merge tag 'linux-kselftest-kunit-fixes-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-0/+9
2022-09-09Merge tag 'perf-tools-fixes-for-v6.0-2022-09-08' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds11-39/+129
2022-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller1-12/+53
2022-09-08perf record: Fix synthesis failure warningsAdrian Hunter1-2/+6