summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* netdev: add queue stat for alloc failuresJakub Kicinski2024-03-081-0/+1
* netdev: add per-queue statisticsJakub Kicinski2024-03-081-0/+19
* selftests: userspace pm: avoid relaunching pm eventsMatthieu Baerts (NGI0)2024-03-081-16/+13
* selftests: mptcp: simult flows: fix shellcheck warningsMatthieu Baerts (NGI0)2024-03-081-2/+8
* selftests: mptcp: pm netlink: fix shellcheck warningsMatthieu Baerts (NGI0)2024-03-081-4/+10
* selftests: mptcp: sockopt: fix shellcheck warningsMatthieu Baerts (NGI0)2024-03-081-4/+10
* selftests: mptcp: connect: fix shellcheck warningsMatthieu Baerts (NGI0)2024-03-081-29/+47
* selftests: mptcp: diag: fix shellcheck warningsMatthieu Baerts (NGI0)2024-03-081-4/+10
* selftests: mptcp: add mptcp_lib_events helperGeliang Tang2024-03-083-18/+18
* selftests: mptcp: more operations in ns_init/exitGeliang Tang2024-03-087-24/+4
* selftests: mptcp: add mptcp_lib_ns_init/exit helpersGeliang Tang2024-03-088-67/+53
* selftests: mptcp: add local variables rndhGeliang Tang2024-03-082-0/+2
* selftests: mptcp: add mptcp_lib_check_tools helperGeliang Tang2024-03-088-73/+40
* selftests: mptcp: stop forcing iptables-legacyMatthieu Baerts (NGI0)2024-03-082-16/+8
* selftests/net: fix waiting time for ipv6_gc test in fib_tests.sh.Kui-Feng Lee2024-03-081-10/+7
* tools/net/ynl: Add nest-type-value decodingDonald Hunter2024-03-081-0/+12
* tools/net/ynl: Fix c codegen for array-nestDonald Hunter2024-03-081-1/+1
* tools/net/ynl: Report netlink errors without stacktraceDonald Hunter2024-03-082-9/+13
* tools/net/ynl: Fix extack decoding for netlink-rawDonald Hunter2024-03-081-1/+6
* tools: ynl: check for overflow of constructed messagesJakub Kicinski2024-03-073-4/+68
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-074-21/+84
|\
| * Merge tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-073-11/+78
| |\
| | * selftests/bpf: Fix up xdp bonding test wrt feature flagsDaniel Borkmann2024-03-061-2/+2
| | * selftests/bpf: test case for callback_depth states pruning logicEduard Zingerman2024-03-061-0/+70
| | * selftests: mptcp: diag: avoid extra waitingMatthieu Baerts (NGI0)2024-03-041-6/+3
| | * selftests: mptcp: diag: return KSFT_FAIL not test_cntGeliang Tang2024-03-041-3/+3
| * | Merge tag 'powerpc-6.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-031-10/+6
| |\ \ | | |/ | |/|
| | * selftests/powerpc: Fix fpu_signal failuresMichael Ellerman2024-03-011-10/+6
* | | selftests/harness: Fix TEST_F()'s vfork handlingMickaël Salaün2024-03-072-23/+27
* | | tools: ynl: add --dbg-small-recv for easier kernel testingJakub Kicinski2024-03-061-1/+6
* | | tools: ynl: support debug printing messagesJakub Kicinski2024-03-061-0/+15
* | | tools: ynl: allow setting recv() sizeJakub Kicinski2024-03-061-3/+18
* | | tools: ynl: move the new line in NlMsg __repr__Jakub Kicinski2024-03-061-3/+3
* | | tools: ynl: remove __pycache__ during cleanJakub Kicinski2024-03-061-0/+1
* | | tools: ynl: add distclean to .PHONY in all makefilesJakub Kicinski2024-03-063-3/+3
* | | tools: ynl: rename make hardclean -> distcleanJakub Kicinski2024-03-064-5/+5
* | | selftests: avoid using SKIP(exit()) in harness fixure setupJakub Kicinski2024-03-062-4/+4
* | | selftests: forwarding: Make {, ip6}gre-inner-v6-multipath tests more robustIdo Schimmel2024-03-052-4/+4
* | | selftests: forwarding: Make VXLAN ECN encap tests more robustIdo Schimmel2024-03-052-4/+4
* | | selftests: forwarding: Make vxlan-bridge-1q pass on debug kernelsIdo Schimmel2024-03-051-5/+5
* | | selftests: forwarding: Make tc-police pass on debug kernelsIdo Schimmel2024-03-051-8/+8
* | | selftests: forwarding: Parametrize mausezahn delayIdo Schimmel2024-03-0516-41/+44
* | | selftests: forwarding: Remove IPv6 L3 multipath hash testsIdo Schimmel2024-03-054-147/+2
* | | tools: virtio: introduce vhost_net_testYunsheng Lin2024-03-054-3/+542
* | | selftests/tc-testing: require an up to date iproute2 for blockcast testsPedro Tammela2024-03-051-0/+7
* | | selftests: net: Correct couple of spelling mistakesPrabhav Kumar Vaish2024-03-052-2/+2
* | | selftests: mptcp: userspace pm get addr testsGeliang Tang2024-03-041-0/+30
* | | selftests: mptcp: add token for get_addrGeliang Tang2024-03-041-1/+13
* | | selftests: mptcp: dump userspace addrs listGeliang Tang2024-03-041-0/+61
* | | selftests: mptcp: add mptcp_lib_check_output helperGeliang Tang2024-03-042-11/+30