summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-0410-57/+133
|\
| * Merge tag 'net-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-12-032-0/+2
| |\
| | * selftests: tc-testing: enable CONFIG_NET_SCH_RED as a moduleDavide Caratti2020-11-281-0/+1
| | * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-281-0/+1
| | |\
| | | * bpftool: Fix error return value in build_btf_type_tableZhen Lei2020-11-241-0/+1
| * | | Merge tag 'trace-v5.10-rc6-bootconfig' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2020-12-021-2/+5
| |\ \ \
| | * | | tools/bootconfig: Store size and checksum in footer as le32Masami Hiramatsu2020-12-011-2/+5
| * | | | Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-022-42/+85
| |\| | |
| | * | | tools/bootconfig: Align the bootconfig applied initrd image size to 4Masami Hiramatsu2020-11-192-24/+39
| | * | | tools/bootconfig: Fix to check the write failure correctlyMasami Hiramatsu2020-11-191-4/+26
| | * | | tools/bootconfig: Fix errno reference after printf()Masami Hiramatsu2020-11-191-23/+29
| * | | | perf probe: Change function definition check due to broken DWARFMasami Hiramatsu2020-11-272-4/+19
| * | | | perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu2020-11-271-0/+8
| * | | | perf stat: Use proper cpu for shadow statsNamhyung Kim2020-11-271-4/+1
| * | | | perf record: Synthesize cgroup events only if neededNamhyung Kim2020-11-271-0/+3
| * | | | perf diff: Fix error return value in __cmd_diff()Zhen Lei2020-11-271-1/+3
| * | | | perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo2020-11-271-6/+9
| | |/ / | |/| |
* | | | macvlan: Support for high multicast packet rateThomas Karlsson2020-12-031-0/+2
* | | | selftests: forwarding: Add QinQ veto testingDanielle Ratson2020-12-021-0/+296
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-281-4/+4
|\| | |
| * | | Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-11-211-4/+4
| |\ \ \ | | |_|/ | |/| |
| | * | selftests/seccomp: sh: Fix register namesKees Cook2020-11-201-2/+2
| | * | selftests/seccomp: powerpc: Fix typo in macro variable nameKees Cook2020-11-201-2/+2
* | | | selftests/tls: add CHACHA20-POLY1305 to tls selftestsVadim Fedorenko2020-11-271-7/+33
* | | | selftests: mlxsw: Add blackhole_nexthop trap testIdo Schimmel2020-11-241-0/+36
* | | | selftests: forwarding: Add blackhole nexthops testsIdo Schimmel2020-11-241-1/+57
* | | | selftests: mlxsw: Add blackhole nexthop configuration testsIdo Schimmel2020-11-241-3/+22
* | | | selftests: mptcp: add ADD_ADDR IPv6 test casesGeliang Tang2020-11-211-1/+69
* | | | selftests: mptcp: add link failure test caseFlorian Westphal2020-11-211-22/+82
* | | | selftests: forwarding: Add multipath tunneling nexthop testIdo Schimmel2020-11-211-0/+356
* | | | selftests: forwarding: Add device-only nexthop testIdo Schimmel2020-11-211-0/+160
* | | | selftests: forwarding: Test IPv4 routes with IPv6 link-local nexthopsIdo Schimmel2020-11-211-0/+11
* | | | selftests: forwarding: Do not configure nexthop objects twiceIdo Schimmel2020-11-211-1/+0
* | | | selftests: mlxsw: Add nexthop objects configuration testsIdo Schimmel2020-11-211-0/+189
* | | | selftests: add ring and coalesce selftestsAntonio Cardace2020-11-202-0/+217
* | | | selftests: refactor get_netdev_name functionAntonio Cardace2020-11-201-18/+2
* | | | selftests: extract common functions in ethtool-common.shAntonio Cardace2020-11-202-61/+71
* | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-2033-152/+535
|\| | |
| * | | Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-1910-20/+169
| |\ \ \
| | * \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-1910-20/+169
| | |\ \ \ | | | |/ / | | |/| |
| | | * | selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu2020-11-192-0/+96
| | | * | libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa2020-11-191-0/+2
| | | * | selftests/bpf: Fix error return code in run_getsockopt_test()Wang Hai2020-11-161-1/+2
| | | * | bpf: Relax return code check for subprogramsDmitrii Banshchikov2020-11-142-0/+20
| | | * | tools, bpftool: Add missing close before bpftool net attach exitWang Hai2020-11-131-9/+9
| | | * | selftests/bpf: Fix unused attribute usage in subprogs_unused testAndrii Nakryiko2020-11-121-2/+2
| | | * | libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko2020-11-093-10/+40
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-11-192-2/+3
| |\ \ \ \
| | * | | | tools/testing/scatterlist: Fix test to compile and runMaor Gottlieb2020-11-182-2/+3
| * | | | | Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-197-67/+265
| |\ \ \ \ \