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
2023-02-06
selftests: forwarding: bridge_mdb: Fix a typo
Petr Machata
-1
/
+1
2023-02-06
selftests: forwarding: Move IGMP- and MLD-related functions to lib
Petr Machata
-49
/
+49
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-13
/
+53
2023-02-02
selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchma...
Andrei Gherzan
-7
/
+27
2023-02-02
selftests: net: udpgso_bench: Fix racing bug between the rx/tx programs
Andrei Gherzan
-4
/
+20
2023-02-02
selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are provided
Andrei Gherzan
-0
/
+4
2023-02-02
selftests: net: udpgso_bench_rx: Fix 'used uninitialized' compiler warning
Andrei Gherzan
-1
/
+1
2023-01-31
selftests: net: forwarding: lib: Drop lldpad_app_wait_set(), _del()
Petr Machata
-21
/
+0
2023-01-28
selftest: net: Improve IPV6_TCLASS/IPV6_HOPLIMIT tests apparmor compatibility
Andrei Gherzan
-1
/
+1
2023-01-26
selftests: mptcp: userspace: avoid read errors
Matthieu Baerts
-20
/
+12
2023-01-26
selftests: mptcp: userspace: print error details if any
Matthieu Baerts
-8
/
+25
2023-01-26
selftests: mptcp: userspace: refactor asserts
Matthieu Baerts
-36
/
+36
2023-01-26
selftests: mptcp: userspace: print titles
Matthieu Baerts
-1
/
+23
2023-01-26
selftests: mptcp: add test-cases for mixed v4/v6 subflows
Paolo Abeni
-9
/
+44
2023-01-25
selftests/net: Cover the IP_LOCAL_PORT_RANGE socket option
Jakub Sitnicki
-0
/
+454
2023-01-24
act_mirred: use the backlog for nested calls to mirred ingress
Davide Caratti
-1
/
+48
2023-01-23
selftests: net: tcp_mmap: populate pages in send path
Eric Dumazet
-1
/
+2
2023-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-5
/
+54
2023-01-19
selftests/net: toeplitz: fix race on tpacket_v3 block close
Willem de Bruijn
-5
/
+7
2023-01-19
selftests/net: mv bpf/nat6to4.c to net folder
Hangbin Liu
-57
/
+52
2023-01-13
selftests: mptcp: userspace: validate v4-v6 subflows mix
Matthieu Baerts
-0
/
+47
2023-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-74
/
+130
2023-01-10
selftests/net: l2_tos_ttl_inherit.sh: Ensure environment cleanup on failure.
Guillaume Nault
-4
/
+36
2023-01-10
selftests/net: l2_tos_ttl_inherit.sh: Run tests in their own netns.
Guillaume Nault
-69
/
+93
2023-01-10
selftests/net: l2_tos_ttl_inherit.sh: Set IPv6 addresses with "nodad".
Guillaume Nault
-4
/
+4
2023-01-09
af_unix: selftest: Fix the size of the parameter to connect()
Mirsad Goran Todorovac
-1
/
+1
2023-01-09
selftest: mptcp: add test for mptcp socket in use
Menglong Dong
-5
/
+51
2023-01-09
selftest: mptcp: exit from copyfd_io_poll() when receive SIGUSR1
Menglong Dong
-2
/
+2
2023-01-01
selftests: net: return non-zero for failures reported in arp_ndisc_evict_noca...
Po-Hsu Lin
-2
/
+9
2023-01-01
selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrier
Po-Hsu Lin
-2
/
+2
2022-12-30
selftests: net: fix cmsg_so_mark.sh test hang
Po-Hsu Lin
-1
/
+1
2022-12-30
tcp: Add selftest for bind() and TIME_WAIT.
Kuniyuki Iwashima
-0
/
+93
2022-12-12
selftests: forwarding: Add bridge MDB test
Ido Schimmel
-0
/
+1165
2022-12-12
selftests: forwarding: Rename bridge_mdb test
Ido Schimmel
-1
/
+1
2022-12-08
selftests: net: Fix O=dir builds
Björn Töpel
-3
/
+3
2022-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-4
/
+220
2022-12-06
ipv4: Fix incorrect route flushing when table ID 0 is used
Ido Schimmel
-0
/
+10
2022-12-06
ipv4: Fix incorrect route flushing when source address is deleted
Ido Schimmel
-0
/
+27
2022-12-02
selftests: net: Use "grep -E" instead of "egrep"
Tiezhu Yang
-1
/
+1
2022-12-02
selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offload
Zhengchao Shao
-1
/
+1
2022-12-02
selftests/tls: Fix tls selftests dependency to correct algorithm
Tianjia Zhang
-1
/
+1
2022-12-01
selftests: Add a basic HSR test.
Sebastian Andrzej Siewior
-0
/
+267
2022-12-01
selftests: mptcp: listener test for in-kernel PM
Geliang Tang
-1
/
+57
2022-12-01
selftests: mptcp: make evts global in mptcp_join
Geliang Tang
-23
/
+29
2022-12-01
selftests: mptcp: listener test for userspace PM
Geliang Tang
-0
/
+76
2022-12-01
selftests: mptcp: make evts global in userspace_pm
Geliang Tang
-120
/
+93
2022-12-01
selftests: mptcp: enhance userspace pm tests
Geliang Tang
-4
/
+6
2022-12-01
selftests: mptcp: declare var as local
Matthieu Baerts
-22
/
+29
2022-12-01
selftests: mptcp: clearly declare global ns vars
Matthieu Baerts
-8
/
+6
2022-12-01
selftests: mptcp: uniform 'rndh' variable
Matthieu Baerts
-5
/
+9
[prev]
[next]