index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
selftests: mptcp: pm_nl_ctl: remove re-definition
Matthieu Baerts (NGI0)
1
-8
/
+2
2024-09-03
selftests: mptcp: join: simplify checksum_tests
Geliang Tang
1
-32
/
+11
2024-09-03
selftests: mptcp: join: mute errors when ran in the background
Matthieu Baerts (NGI0)
1
-18
/
+18
2024-09-03
selftests: mptcp: join: specify host being checked
Matthieu Baerts (NGI0)
1
-44
/
+45
2024-09-03
selftests: mptcp: join: more explicit check name
Matthieu Baerts (NGI0)
1
-32
/
+33
2024-09-03
selftests: mptcp: join: validate MPJ SYN TX MIB counters
Matthieu Baerts (NGI0)
1
-11
/
+78
2024-09-03
selftests: mptcp: join: one line for join check
Matthieu Baerts (NGI0)
1
-15
/
+30
2024-09-03
selftests: mptcp: join: reduce join_nr params
Matthieu Baerts (NGI0)
1
-9
/
+22
2024-09-03
selftests: netfilter: nft_queue.sh: fix spurious timeout on debug kernel
Florian Westphal
1
-22
/
+40
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
1
-1
/
+1
2024-08-29
selftests: add selftest for tcp SO_PEEK_OFF support
Jon Maloy
2
-0
/
+184
2024-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-32
/
+143
2024-08-29
selftests: mptcp: join: check re-re-adding ID 0 signal
Matthieu Baerts (NGI0)
1
-11
/
+21
2024-08-29
selftests: mptcp: join: validate event numbers
Matthieu Baerts (NGI0)
2
-3
/
+75
2024-08-29
selftests: mptcp: join: check re-re-adding ID 0 endp
Matthieu Baerts (NGI0)
1
-12
/
+15
2024-08-29
selftests: mptcp: join: no extra msg if no counter
Matthieu Baerts (NGI0)
1
-8
/
+8
2024-08-29
selftests: mptcp: join: check re-adding init endp with != id
Matthieu Baerts (NGI0)
1
-5
/
+16
2024-08-29
selftests: mptcp: join: check removing ID 0 endpoint
Matthieu Baerts (NGI0)
1
-7
/
+18
2024-08-29
selftests: netfilter: nft_queue.sh: reduce test file size for debug build
Florian Westphal
1
-1
/
+3
2024-08-27
selftests: mptcp: join: cannot rm sf if closed
Matthieu Baerts (NGI0)
1
-7
/
+4
2024-08-27
selftests/net: Add trace events matching to tcp_ao
Dmitry Safonov
19
-18
/
+1358
2024-08-27
selftests/net: Synchronize client/server before counters checks
Dmitry Safonov
4
-4
/
+14
2024-08-27
selftests/tcp_ao: Fix printing format for uint64_t
Mohammad Nassiri
7
-20
/
+20
2024-08-27
selftests/net: Don't forget to close nsfd after switch_save_ns()
Dmitry Safonov
1
-3
/
+10
2024-08-27
selftests/net: Open /proc/thread-self in open_netns()
Dmitry Safonov
1
-1
/
+1
2024-08-27
selftests/net: Be consistent in kconfig checks
Dmitry Safonov
1
-11
/
+12
2024-08-27
selftests/net: Provide test_snprintf() helper
Dmitry Safonov
1
-10
/
+51
2024-08-27
selftests/net: Clean-up double assignment
Dmitry Safonov
1
-1
/
+0
2024-08-27
selftests: forwarding: local_termination: Down ports on cleanup
Petr Machata
1
-0
/
+4
2024-08-27
selftests: forwarding: no_forwarding: Down ports on cleanup
Petr Machata
1
-0
/
+3
2024-08-27
selftests: tc_actions: test egress 2nd vlan push
Boris Sukholitko
1
-1
/
+24
2024-08-27
selftests: tc_actions: test ingress 2nd vlan push
Boris Sukholitko
1
-1
/
+22
2024-08-26
Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2
-1
/
+86
2024-08-24
selftests: add xfrm policy insertion speed test script
Florian Westphal
2
-1
/
+84
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-108
/
+563
2024-08-22
selftests: net: Use XFAIL for operations not supported by the driver
Abhinav Jain
1
-3
/
+7
2024-08-22
selftests: net: Add on/off checks for non-fixed features of interface
Abhinav Jain
1
-1
/
+34
2024-08-22
selftests: net: Create veth pair for testing in networkless kernel
Abhinav Jain
1
-0
/
+15
2024-08-22
selftests: net: add helper for checking if nettest is available
Jakub Kicinski
6
-59
/
+22
2024-08-20
selftests: mptcp: join: validate fullmesh endp on 1st sf
Matthieu Baerts (NGI0)
1
-0
/
+1
2024-08-20
selftests: mptcp: join: test for flush/re-add endpoints
Matthieu Baerts (NGI0)
1
-0
/
+30
2024-08-20
selftests: mptcp: join: check re-using ID of closed subflow
Matthieu Baerts (NGI0)
1
-5
/
+22
2024-08-20
selftests: mptcp: join: check re-using ID of unused ADD_ADDR
Matthieu Baerts (NGI0)
1
-5
/
+13
2024-08-20
selftests: net/forwarding: spawn sh inside vrf to speed up ping loop
Jakub Kicinski
3
-12
/
+12
2024-08-19
selftests: netfilter: nft_queue.sh: sctp coverage
Antonio Ojea
2
-1
/
+86
2024-08-19
selftests: udpgro: no need to load xdp for gro
Hangbin Liu
1
-8
/
+1
2024-08-19
selftests: udpgro: report error when receive failed
Hangbin Liu
1
-17
/
+27
2024-08-16
selftests: fib_rule_tests: Test TOS matching with input routes
Ido Schimmel
1
-3
/
+28
2024-08-16
selftests: fib_rule_tests: Add negative connect tests
Ido Schimmel
1
-0
/
+20
2024-08-16
selftests: fib_rule_tests: Add negative match tests
Ido Schimmel
1
-18
/
+69
[prev]
[next]