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-06-28
selftests: mirror_gre_lag_lacp: Check counters at tunnel
Petr Machata
-15
/
+22
2024-06-28
selftests: lib: tc_rule_stats_get(): Move default to argument definition
Petr Machata
-2
/
+2
2024-06-28
selftests: mirror: Drop direction argument from several functions
Petr Machata
-84
/
+63
2024-06-28
selftests: libs: Expand "$@" where possible
Petr Machata
-30
/
+176
2024-06-27
selftests: net: add config for openvswitch
Aaron Conole
-0
/
+5
2024-06-27
selftests: net: Use the provided dpctl rather than the vswitchd for tests.
Aaron Conole
-23
/
+124
2024-06-27
selftests: openvswitch: Support implicit ipv6 arguments.
Aaron Conole
-12
/
+24
2024-06-27
selftests: openvswitch: Add support for tunnel() key.
Aaron Conole
-1
/
+166
2024-06-27
selftests: openvswitch: Add set() and set_masked() support.
Aaron Conole
-3
/
+34
2024-06-27
selftests: openvswitch: Refactor actions parsing.
Aaron Conole
-22
/
+23
2024-06-27
selftests: openvswitch: Support explicit tunnel port creation.
Aaron Conole
-6
/
+75
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-438
/
+738
2024-06-27
selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.
Kuniyuki Iwashima
-0
/
+72
2024-06-27
af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.
Kuniyuki Iwashima
-0
/
+68
2024-06-27
selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.c
Kuniyuki Iwashima
-0
/
+147
2024-06-27
selftest: af_unix: Check SIGURG after every send() in msg_oob.c
Kuniyuki Iwashima
-1
/
+50
2024-06-27
selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.c
Kuniyuki Iwashima
-0
/
+91
2024-06-27
af_unix: Don't stop recv() at consumed ex-OOB skb.
Kuniyuki Iwashima
-0
/
+16
2024-06-27
selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.
Kuniyuki Iwashima
-5
/
+44
2024-06-27
af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.
Kuniyuki Iwashima
-0
/
+11
2024-06-27
af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.
Kuniyuki Iwashima
-2
/
+23
2024-06-27
selftest: af_unix: Add msg_oob.c.
Kuniyuki Iwashima
-1
/
+221
2024-06-27
selftest: af_unix: Remove test_unix_oob.c.
Kuniyuki Iwashima
-438
/
+1
2024-06-26
selftests: drv-net: rss_ctx: add tests for RSS configuration and contexts
Jakub Kicinski
-2
/
+11
2024-06-26
selftests: drv-net: add helper to wait for HW stats to sync
Jakub Kicinski
-0
/
+4
2024-06-26
selftests: drv-net: try to check if port is in use
Jakub Kicinski
-2
/
+13
2024-06-25
selftests: net: remove unneeded IP_GRE config
Yujie Liu
-1
/
+0
2024-06-21
selftests: net: change shebang to bash in amt.sh
Taehee Yoo
-1
/
+1
2024-06-21
selftest: af_unix: Add Kconfig file.
Kuniyuki Iwashima
-0
/
+3
2024-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-20
/
+709
2024-06-19
selftests: add selftest for the SRv6 End.DX6 behavior with netfilter
Jianguo Wu
-0
/
+342
2024-06-19
selftests: add selftest for the SRv6 End.DX4 behavior with netfilter
Jianguo Wu
-0
/
+337
2024-06-19
selftests: openvswitch: Set value to nla flags.
Adrian Moreno
-1
/
+1
2024-06-18
selftests: openvswitch: Use bash as interpreter
Simon Horman
-1
/
+1
2024-06-17
selftests: mptcp: userspace_pm: fixed subtest names
Matthieu Baerts (NGI0)
-18
/
+28
2024-06-14
selftests: forwarding: Add test for minimum and maximum MTU
Amit Cohen
-0
/
+284
2024-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+3
2024-06-12
selftests: forwarding: router_mpath_hash: Add a new selftest
Petr Machata
-0
/
+334
2024-06-12
selftests: forwarding: lib: Split sysctl_save() out of sysctl_set()
Petr Machata
-1
/
+8
2024-06-11
selftests: mptcp: lib: use wait_local_port_listen helper
Geliang Tang
-14
/
+2
2024-06-11
selftests: mptcp: lib: use setup/cleanup_ns helpers
Geliang Tang
-9
/
+8
2024-06-11
selftests: net: lib: remove 'ns' var in setup_ns
Geliang Tang
-8
/
+12
2024-06-11
selftests: net: lib: do not set ns var as readonly
Matthieu Baerts (NGI0)
-3
/
+3
2024-06-11
selftests: net: lib: remove ns from list after clean-up
Matthieu Baerts (NGI0)
-4
/
+17
2024-06-11
selftests: net: lib: ignore possible errors
Matthieu Baerts (NGI0)
-9
/
+1
2024-06-10
mptcp: pm: update add_addr counters after connect
YonglongLi
-2
/
+2
2024-06-10
mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID
YonglongLi
-1
/
+2
2024-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-9
/
+10
2024-06-06
selftests: net: lib: set 'i' as local
Matthieu Baerts (NGI0)
-0
/
+1
2024-06-06
selftests: net: lib: avoid error removing empty netns name
Matthieu Baerts (NGI0)
-6
/
+7
[prev]
[next]