summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-2415-143/+361
|\
| * Merge tag 'net-6.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-248-126/+278
| |\
| | * selftests: bonding: add macvlan over bond testingHangbin Liu2023-08-242-1/+101
| | * selftest: bond: add new topo bond_topo_2d1c.shHangbin Liu2023-08-244-113/+167
| | * selftests: bonding: do not set port down before adding to bondHangbin Liu2023-08-211-2/+2
| | * selftests/net: Add log.txt and tools to .gitignoreAnh Tuan Phan2023-08-201-0/+2
| | * selftests: mlxsw: Fix test failure on Spectrum-4Ido Schimmel2023-08-181-10/+6
| * | Merge tag 'x86_urgent_for_v6.5_rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-195-17/+45
| |\ \
| | * | objtool/x86: Fixup frame-pointer vs rethunkPeter Zijlstra2023-08-171-6/+11
| | * | x86/cpu: Rename original retbleed methodsPeter Zijlstra2023-08-162-2/+2
| | * | x86/cpu: Clean up SRSO return thunk messPeter Zijlstra2023-08-161-1/+1
| | * | objtool/x86: Fix SRSO messPeter Zijlstra2023-08-164-6/+31
| | * | x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...Petr Pavlu2023-08-141-3/+1
| | * | x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu2023-08-141-1/+1
| * | | Merge tag 'asm-generic-fix-6.5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-08-182-0/+38
| |\ \ \ | | |_|/ | |/| |
| | * | asm-generic: partially revert "Unify uapi bitsperlong.h for arm64, riscv and ...Arnd Bergmann2023-08-172-0/+38
* | | | selftests: fib_test: add a test case for IPv6 source address deleteHangbin Liu2023-08-201-1/+151
* | | | selftests: vrf_route_leaking: remove ipv6_ping_frag from default testingHangbin Liu2023-08-201-1/+1
* | | | tools: ynl-gen: use temporary file for renderingJiri Pirko2023-08-191-2/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-185-3/+10
|\| | |
| * | | Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-181-1/+2
| |\ \ \ | | |_|/ | |/| |
| | * | selftests: mirror_gre_changes: Tighten up the TTL test matchPetr Machata2023-08-141-1/+2
| * | | Merge tag 'char-misc-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-121-1/+2
| |\ \ \
| | * \ \ Merge tag 'counter-fixes-for-6.5b' of git://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2023-08-041-1/+2
| | |\ \ \
| | | * | | tools/counter: Makefile: Replace rmdir by rm to avoid make,clean failureAnh Tuan Phan2023-07-241-1/+2
| * | | | | Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s...Linus Torvalds2023-08-113-1/+6
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | selftests: cgroup: fix test_kmem_basic false positivesJohannes Weiner2023-08-041-0/+4
| | * | | | selftests: mm: ksm: fix incorrect evaluation of parameterAyush Jain2023-08-041-0/+1
| | * | | | radix tree test suite: fix incorrect allocation size for pthreadsColin Ian King2023-08-041-1/+1
| | |/ / /
* | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-1613-24/+1079
|\ \ \ \ \
| * | | | | selftests/bpf: Add mptcpify testGeliang Tang2023-08-162-0/+161
| * | | | | selftests/bpf: Fix error checks of mptcp open_and_loadGeliang Tang2023-08-161-11/+1
| * | | | | selftests/bpf: Add two mptcp netns helpersGeliang Tang2023-08-161-10/+21
| * | | | | bpftool: Implement link show support for xdpDaniel Borkmann2023-08-161-0/+7
| * | | | | bpftool: Implement link show support for tcxDaniel Borkmann2023-08-161-0/+37
| * | | | | selftests/bpf: Add selftest for fill_link_infoYafang Shao2023-08-163-0/+387
| * | | | | selftests/bpf: Add various more tcx test casesDaniel Borkmann2023-08-143-0/+462
| * | | | | selftests/bpf: Clean up fmod_ret in bench_rename test scriptYipeng Zou2023-08-141-1/+1
| * | | | | selftests/bpf: Fix repeat option when kfunc_call verification failsYipeng Zou2023-08-141-1/+1
| * | | | | libbpf: Set close-on-exec flag on gzopenMarco Vedovati2023-08-141-2/+2
| * | | | | bpftool: fix perf help messageDaniel T. Lee2023-08-111-1/+1
* | | | | | selftests: fib_tests: Add a test case for IPv6 garbage collectionKui-Feng Lee2023-08-161-3/+69
* | | | | | selftests: bonding: remove redundant delete action of device link1_1Zhengchao Shao2023-08-161-1/+0
* | | | | | tools: ynl: add more info to KeyErrors on missing attrsJakub Kicinski2023-08-151-3/+12
* | | | | | selftests: seg6: add selftest for NEXT-C-SID flavor in SRv6 End.X behaviorPaolo Lungaroni2023-08-152-0/+1214
* | | | | | netlink: specs: devlink: extend health reporter dump attributes by port indexJiri Pirko2023-08-142-0/+11
* | | | | | netlink: specs: devlink: extend per-instance dump commands to accept instance...Jiri Pirko2023-08-142-26/+643
* | | | | | netlink: specs: devlink: add commands that do per-instance dumpJiri Pirko2023-08-142-0/+3352
* | | | | | selftests: forwarding: Add test case for traffic redirection from a locked portIdo Schimmel2023-08-141-0/+36
* | | | | | selftests: openvswitch: add explicit drop testcaseAdrian Moreno2023-08-141-0/+35