summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* selftests: netfilter: conntrack_ipip_mtu.sh" move to lib.sh infraFlorian Westphal2024-04-121-23/+14
* selftests: netfilter: conntrack_vrf.sh: move to lib.sh infraFlorian Westphal2024-04-121-62/+39
* selftests: netfilter: conntrack_sctp_collision.sh: move to lib.sh infraFlorian Westphal2024-04-121-34/+32
* selftests: netfilter: conntrack_tcp_unreplied.sh: move to lib.sh infraFlorian Westphal2024-04-121-69/+55
* selftests: netfilter: conntrack_icmp_related.sh: move to lib.sh infraFlorian Westphal2024-04-121-108/+71
* selftests: netfilter: br_netfilter.sh: move to lib.sh infraFlorian Westphal2024-04-121-76/+55
* selftests: netfilter: bridge_brouter.sh: move to lib.sh infraFlorian Westphal2024-04-121-76/+52
* selftests: netfilter: move to net subdirFlorian Westphal2024-04-1235-194/+96
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-112-1/+61
|\
| * Merge tag 'turbostat-2024.04.10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-04-101-0/+60
| |\
| | * tools/power turbostat: v2024.04.10Len Brown2024-04-101-0/+1
| | * tools/power turbostat: Add selftestsPatryk Wlazlyn2024-04-091-0/+59
| * | Merge tag 'mm-hotfixes-stable-2024-04-05-11-30' of git://git.kernel.org/pub/s...Linus Torvalds2024-04-051-1/+1
| |\ \
| | * | selftests/mm: include strings.h for ffslEdward Liaw2024-04-051-1/+1
* | | | selftests: mptcp: test last time mptcp_infoGeliang Tang2024-04-111-0/+53
* | | | selftests: fib_rule_tests: Add VRF testsIdo Schimmel2024-04-101-3/+43
* | | | selftests: net: reuse common code in bpf_offloadJakub Kicinski2024-04-102-96/+37
* | | | selftests: net: declare section names for bpf_offloadJakub Kicinski2024-04-104-3/+7
* | | | selftests: net: bpf_offload: wait for mapsJakub Kicinski2024-04-101-8/+8
* | | | selftests: move bpf-offload test from bpf to netJakub Kicinski2024-04-105-2/+7
* | | | selftests: mptcp: netlink: drop disable=SC2086Geliang Tang2024-04-081-8/+3
* | | | selftests: mptcp: ip_mptcp option for more scriptsGeliang Tang2024-04-083-4/+35
* | | | selftests: mptcp: use pm_nl endpoint opsGeliang Tang2024-04-083-61/+89
* | | | selftests: mptcp: export pm_nl endpoint opsGeliang Tang2024-04-082-66/+91
* | | | selftests: mptcp: join: update endpoint opsGeliang Tang2024-04-081-49/+23
* | | | selftests: mptcp: netlink: add change_address helperGeliang Tang2024-04-081-2/+13
* | | | selftests: mptcp: add {get,format}_endpoint(s) helpersGeliang Tang2024-04-083-71/+98
* | | | selftests: mptcp: netlink: add 'limits' helpersGeliang Tang2024-04-081-7/+25
* | | | selftests: mptcp: export ip_mptcp to mptcp_libGeliang Tang2024-04-082-9/+17
* | | | selftests: mptcp: add ms units for tc-netem delayGeliang Tang2024-04-082-5/+5
* | | | selftests: mptcp: add tc check for check_toolsGeliang Tang2024-04-084-3/+9
* | | | testing: net-drv: add a driver test for stats reportingJakub Kicinski2024-04-081-0/+86
* | | | selftests: drivers: add scaffolding for Netlink tests in PythonJakub Kicinski2024-04-087-1/+224
* | | | selftests: nl_netdev: add a trivial Netlink netdev testJakub Kicinski2024-04-082-0/+25
* | | | selftests: net: add scaffolding for Netlink tests in PythonJakub Kicinski2024-04-087-1/+223
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-0413-82/+790
|\| | |
| * | | Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-045-77/+731
| |\ \ \
| | * | | selftests: mptcp: join: fix dev in check_endpointGeliang Tang2024-04-011-1/+3
| | * | | mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti2024-04-011-0/+9
| | * | | selftests: reuseaddr_conflict: add missing new line at the end of the outputJakub Kicinski2024-04-011-1/+1
| | * | | selftest: tcp: Add bind() tests for SO_REUSEADDR/SO_REUSEPORT.Kuniyuki Iwashima2024-03-291-6/+257
| | * | | selftest: tcp: Add bind() tests for IPV6_V6ONLY.Kuniyuki Iwashima2024-03-291-0/+116
| | * | | selftest: tcp: Add more bind() calls.Kuniyuki Iwashima2024-03-291-59/+166
| | * | | selftest: tcp: Add v4-v4 and v6-v6 bind() conflict tests.Kuniyuki Iwashima2024-03-291-0/+100
| | * | | selftest: tcp: Define the reverse order bind() tests explicitly.Kuniyuki Iwashima2024-03-291-8/+59
| | * | | selftest: tcp: Make bind() selftest flexible.Kuniyuki Iwashima2024-03-291-34/+58
| | * | | selftests: net: gro fwd: update vxlan GRO test expectationsAntoine Tenart2024-03-291-8/+2
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-04-034-3/+53
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge tag 'kvm-riscv-fixes-6.9-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2024-04-022-2/+2
| | |\ \ \
| | | * | | KVM: selftests: Fix spelling mistake "trigged" -> "triggered"Colin Ian King2024-03-252-2/+2