summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-02-06bonding: Add independent control state machineAahil Awatramani1-0/+1
2024-02-06selftests/net: Amend per-netns counter checksDmitry Safonov1-6/+6
2024-02-06selftests/net: ignore timing errors in so_txtime if KSFT_MACHINE_SLOWWillem de Bruijn1-2/+5
2024-02-05netdevsim: add Makefile for selftestsDavid Wei1-0/+17
2024-02-05selftests: net: let big_tcp test cope with slow envPaolo Abeni1-1/+3
2024-02-04selftests: netdevsim: stop using ifconfigJakub Kicinski1-20/+20
2024-02-03Merge tag 'perf-tools-fixes-for-v6.8-1-2024-02-01' of git://git.kernel.org/pu...Linus Torvalds31-383/+588
2024-02-03tools: ynl: auto-gen for all genetlink familiesJakub Kicinski1-1/+4
2024-02-03tools: ynl: generate code for ovs familiesJakub Kicinski3-1/+62
2024-02-03tools: ynl: include dpll and mptcp_pm in C codegenJakub Kicinski2-1/+3
2024-02-03selftests: net: avoid just another constant waitPaolo Abeni1-5/+13
2024-02-03selftests: net: fix tcp listener handling in pmtu.shPaolo Abeni1-1/+4
2024-02-03selftests: net: fix setup_ns usage in rtnetlink.shPaolo Abeni1-4/+2
2024-02-03selftests: net: cut more slack for gro fwd tests.Paolo Abeni2-3/+13
2024-02-02selftests: openvswitch: Test ICMP related matches work with SNATBrad Cowie1-0/+62
2024-02-02selftests/landlock: Fix capability for net_testMickaël Salaün2-9/+44
2024-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski41-212/+382
2024-02-01Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds26-123/+232
2024-02-01Merge tag 'hid-for-linus-2024020101' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2024-02-01selftests: mptcp: join: stop transfer when check is done (part 2)Matthieu Baerts (NGI0)1-14/+9
2024-02-01selftests: mptcp: join: stop transfer when check is done (part 1)Matthieu Baerts (NGI0)1-2/+2
2024-02-01selftests: mptcp: allow changing subtests prefixMatthieu Baerts (NGI0)1-1/+1
2024-02-01selftests: mptcp: decrease BW in simult flowsMatthieu Baerts (NGI0)1-4/+4
2024-02-01selftests: mptcp: increase timeout to 30 minMatthieu Baerts (NGI0)1-1/+1
2024-02-01selftests: mptcp: add missing kconfig for NF MangleMatthieu Baerts (NGI0)1-0/+1
2024-02-01selftests: mptcp: add missing kconfig for NF Filter in v6Matthieu Baerts (NGI0)1-0/+1
2024-02-01selftests: mptcp: add missing kconfig for NF FilterMatthieu Baerts (NGI0)1-0/+1
2024-02-01selftests: net: enable some more knobsPaolo Abeni1-0/+3
2024-02-01selftests: net: add missing config for NF_TARGET_TTLJakub Kicinski1-0/+1
2024-02-01selftests: forwarding: List helper scripts in TEST_FILES Makefile variableBenjamin Poirier1-1/+1
2024-02-01selftests: net: List helper scripts in TEST_FILES Makefile variableBenjamin Poirier1-3/+2
2024-02-01selftests: net: Remove executable bits from library scriptsBenjamin Poirier2-0/+0
2024-02-01selftests: bonding: Check initial stateBenjamin Poirier1-0/+11
2024-02-01selftests: team: Add missing config optionsBenjamin Poirier1-1/+3
2024-02-01tools/net/ynl: Add type info to struct members in generated docsDonald Hunter1-1/+8
2024-02-01tools/net/ynl: Add support for nested structsDonald Hunter2-6/+22
2024-02-01tools/net/ynl: Move formatted_string method out of NlAttrDonald Hunter1-16/+15
2024-02-01tools/net/ynl: Rename _fixed_header_size() to _struct_size()Donald Hunter1-6/+6
2024-02-01tools/net/ynl: Combine struct decoding logic in ynlDonald Hunter1-33/+14
2024-02-01tools/net/ynl: Encode default values for binary blobsDonald Hunter1-2/+7
2024-02-01tools/net/ynl: Add support for encoding sub-messagesDonald Hunter1-4/+23
2024-02-01tools/net/ynl: Refactor fixed header encoding into separate methodDonald Hunter1-11/+15
2024-02-01tools/net/ynl: Support sub-messages in nested attribute spacesDonald Hunter1-9/+29
2024-02-01tools/net/ynl: Add --output-json arg to ynl cliDonald Hunter1-3/+19
2024-02-01selftests: Declare local variable for pause in fcnal-test.shDavid Ahern1-4/+5
2024-02-01selftests: net: don't access /dev/stdout in pmtu.shPaolo Abeni1-1/+1
2024-02-01selftests: net: fix available tunnels detectionPaolo Abeni1-8/+8
2024-02-01selftests: net: add missing config for pmtu.sh testsPaolo Abeni1-0/+3
2024-02-01selftests/net: Repair RST passive reset selftestDmitry Safonov2-52/+98
2024-02-01selftests/net: Rectify key counters checksDmitry Safonov1-19/+25