index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
net
Age
Commit message (
Expand
)
Author
Lines
2024-04-15
selftests: net: print full exception on failure
Jakub Kicinski
-1
/
+3
2024-04-15
selftests: net: print report check location in python tests
Jakub Kicinski
-11
/
+14
2024-04-14
net: change maximum number of UDP segments to 128
Yuri Benditovich
-1
/
+1
2024-04-12
selftests: netfilter: nft_nat.sh: move to lib.sh infra
Florian Westphal
-274
/
+206
2024-04-12
selftests: netfilter: nft_flowtable.sh: move test to lib.sh infra
Florian Westphal
-72
/
+36
2024-04-12
selftests: netfilter: nft_fib.sh: move to lib.sh infra
Florian Westphal
-52
/
+19
2024-04-12
selftests: netfilter: nft_conntrack_helper.sh: test to lib.sh infra
Florian Westphal
-79
/
+53
2024-04-12
selftests: netfilter: nf_nat_edemux.sh: move to lib.sh infra
Florian Westphal
-56
/
+26
2024-04-12
selftests: netfilter: ipvs.sh: move to lib.sh infra
Florian Westphal
-85
/
+68
2024-04-12
selftests: netfilter: place checktool helper in lib.sh
Florian Westphal
-12
/
+8
2024-04-12
selftests: netfilter: conntrack_ipip_mtu.sh" move to lib.sh infra
Florian Westphal
-23
/
+14
2024-04-12
selftests: netfilter: conntrack_vrf.sh: move to lib.sh infra
Florian Westphal
-62
/
+39
2024-04-12
selftests: netfilter: conntrack_sctp_collision.sh: move to lib.sh infra
Florian Westphal
-34
/
+32
2024-04-12
selftests: netfilter: conntrack_tcp_unreplied.sh: move to lib.sh infra
Florian Westphal
-69
/
+55
2024-04-12
selftests: netfilter: conntrack_icmp_related.sh: move to lib.sh infra
Florian Westphal
-108
/
+71
2024-04-12
selftests: netfilter: br_netfilter.sh: move to lib.sh infra
Florian Westphal
-76
/
+55
2024-04-12
selftests: netfilter: bridge_brouter.sh: move to lib.sh infra
Florian Westphal
-76
/
+52
2024-04-12
selftests: netfilter: move to net subdir
Florian Westphal
-0
/
+8797
2024-04-11
selftests: mptcp: test last time mptcp_info
Geliang Tang
-0
/
+53
2024-04-10
selftests: fib_rule_tests: Add VRF tests
Ido Schimmel
-3
/
+43
2024-04-10
selftests: net: reuse common code in bpf_offload
Jakub Kicinski
-96
/
+37
2024-04-10
selftests: net: declare section names for bpf_offload
Jakub Kicinski
-3
/
+7
2024-04-10
selftests: net: bpf_offload: wait for maps
Jakub Kicinski
-8
/
+8
2024-04-10
selftests: move bpf-offload test from bpf to net
Jakub Kicinski
-1
/
+1453
2024-04-08
selftests: mptcp: netlink: drop disable=SC2086
Geliang Tang
-8
/
+3
2024-04-08
selftests: mptcp: ip_mptcp option for more scripts
Geliang Tang
-4
/
+35
2024-04-08
selftests: mptcp: use pm_nl endpoint ops
Geliang Tang
-61
/
+89
2024-04-08
selftests: mptcp: export pm_nl endpoint ops
Geliang Tang
-66
/
+91
2024-04-08
selftests: mptcp: join: update endpoint ops
Geliang Tang
-49
/
+23
2024-04-08
selftests: mptcp: netlink: add change_address helper
Geliang Tang
-2
/
+13
2024-04-08
selftests: mptcp: add {get,format}_endpoint(s) helpers
Geliang Tang
-71
/
+98
2024-04-08
selftests: mptcp: netlink: add 'limits' helpers
Geliang Tang
-7
/
+25
2024-04-08
selftests: mptcp: export ip_mptcp to mptcp_lib
Geliang Tang
-9
/
+17
2024-04-08
selftests: mptcp: add ms units for tc-netem delay
Geliang Tang
-5
/
+5
2024-04-08
selftests: mptcp: add tc check for check_tools
Geliang Tang
-3
/
+9
2024-04-08
selftests: drivers: add scaffolding for Netlink tests in Python
Jakub Kicinski
-0
/
+116
2024-04-08
selftests: nl_netdev: add a trivial Netlink netdev test
Jakub Kicinski
-0
/
+25
2024-04-08
selftests: net: add scaffolding for Netlink tests in Python
Jakub Kicinski
-0
/
+215
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-77
/
+731
2024-04-01
selftests: mptcp: join: fix dev in check_endpoint
Geliang Tang
-1
/
+3
2024-04-01
mptcp: don't account accept() of non-MPC client as fallback to TCP
Davide Caratti
-0
/
+9
2024-04-01
selftests: reuseaddr_conflict: add missing new line at the end of the output
Jakub Kicinski
-1
/
+1
2024-03-29
selftest: tcp: Add bind() tests for SO_REUSEADDR/SO_REUSEPORT.
Kuniyuki Iwashima
-6
/
+257
2024-03-29
selftest: tcp: Add bind() tests for IPV6_V6ONLY.
Kuniyuki Iwashima
-0
/
+116
2024-03-29
selftest: tcp: Add more bind() calls.
Kuniyuki Iwashima
-59
/
+166
2024-03-29
selftest: tcp: Add v4-v4 and v6-v6 bind() conflict tests.
Kuniyuki Iwashima
-0
/
+100
2024-03-29
selftest: tcp: Define the reverse order bind() tests explicitly.
Kuniyuki Iwashima
-8
/
+59
2024-03-29
selftest: tcp: Make bind() selftest flexible.
Kuniyuki Iwashima
-34
/
+58
2024-03-29
selftest: af_unix: Test GC for SCM_RIGHTS.
Kuniyuki Iwashima
-1
/
+288
2024-03-29
selftests: net: gro fwd: update vxlan GRO test expectations
Antoine Tenart
-8
/
+2
[prev]
[next]