index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-03-12
nexthop: Fix out-of-bounds access during attribute validation
Ido Schimmel
1
-0
/
+6
2024-03-12
selftests: mptcp: use KSFT_SKIP/KSFT_PASS/KSFT_FAIL
Geliang Tang
6
-26
/
+25
2024-03-12
selftests: mptcp: declare event macros in mptcp_lib
Geliang Tang
3
-23
/
+29
2024-03-12
selftests: mptcp: add mptcp_lib_verify_listener_events
Geliang Tang
3
-38
/
+30
2024-03-12
selftests: mptcp: print_test out of verify_listener_events
Geliang Tang
1
-6
/
+2
2024-03-12
selftests: mptcp: extract mptcp_lib_check_expected
Geliang Tang
2
-31
/
+32
2024-03-12
selftests: mptcp: call test_fail without argument
Geliang Tang
2
-6
/
+13
2024-03-12
selftests: mptcp: print test results with colors
Geliang Tang
8
-87
/
+90
2024-03-12
selftests: mptcp: use += operator to append strings
Geliang Tang
2
-40
/
+43
2024-03-12
selftests: mptcp: print test results with counters
Geliang Tang
6
-14
/
+16
2024-03-12
selftests: mptcp: add print_title in mptcp_lib
Geliang Tang
2
-10
/
+13
2024-03-12
selftests: mptcp: export TEST_COUNTER variable
Geliang Tang
5
-16
/
+14
2024-03-12
selftests: mptcp: sockopt: print every test result
Geliang Tang
1
-17
/
+25
2024-03-12
selftests: mptcp: connect: fix misaligned output
Geliang Tang
1
-3
/
+10
2024-03-12
selftests: mptcp: connect: add dedicated port counter
Geliang Tang
1
-3
/
+3
2024-03-12
selftests: mptcp: print all error messages to stdout
Geliang Tang
2
-10
/
+11
2024-03-12
selftests: forwarding: Add a test for NH group stats
Petr Machata
5
-0
/
+190
2024-03-08
selftests: userspace pm: avoid relaunching pm events
Matthieu Baerts (NGI0)
1
-16
/
+13
2024-03-08
selftests: mptcp: simult flows: fix shellcheck warnings
Matthieu Baerts (NGI0)
1
-2
/
+8
2024-03-08
selftests: mptcp: pm netlink: fix shellcheck warnings
Matthieu Baerts (NGI0)
1
-4
/
+10
2024-03-08
selftests: mptcp: sockopt: fix shellcheck warnings
Matthieu Baerts (NGI0)
1
-4
/
+10
2024-03-08
selftests: mptcp: connect: fix shellcheck warnings
Matthieu Baerts (NGI0)
1
-29
/
+47
2024-03-08
selftests: mptcp: diag: fix shellcheck warnings
Matthieu Baerts (NGI0)
1
-4
/
+10
2024-03-08
selftests: mptcp: add mptcp_lib_events helper
Geliang Tang
3
-18
/
+18
2024-03-08
selftests: mptcp: more operations in ns_init/exit
Geliang Tang
7
-24
/
+4
2024-03-08
selftests: mptcp: add mptcp_lib_ns_init/exit helpers
Geliang Tang
8
-67
/
+53
2024-03-08
selftests: mptcp: add local variables rndh
Geliang Tang
2
-0
/
+2
2024-03-08
selftests: mptcp: add mptcp_lib_check_tools helper
Geliang Tang
8
-73
/
+40
2024-03-08
selftests: mptcp: stop forcing iptables-legacy
Matthieu Baerts (NGI0)
2
-16
/
+8
2024-03-08
selftests/net: fix waiting time for ipv6_gc test in fib_tests.sh.
Kui-Feng Lee
1
-10
/
+7
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+6
2024-03-05
selftests: forwarding: Make {, ip6}gre-inner-v6-multipath tests more robust
Ido Schimmel
2
-4
/
+4
2024-03-05
selftests: forwarding: Make VXLAN ECN encap tests more robust
Ido Schimmel
2
-4
/
+4
2024-03-05
selftests: forwarding: Make vxlan-bridge-1q pass on debug kernels
Ido Schimmel
1
-5
/
+5
2024-03-05
selftests: forwarding: Make tc-police pass on debug kernels
Ido Schimmel
1
-8
/
+8
2024-03-05
selftests: forwarding: Parametrize mausezahn delay
Ido Schimmel
16
-41
/
+44
2024-03-05
selftests: forwarding: Remove IPv6 L3 multipath hash tests
Ido Schimmel
4
-147
/
+2
2024-03-04
selftests: mptcp: userspace pm get addr tests
Geliang Tang
1
-0
/
+30
2024-03-04
selftests: mptcp: add token for get_addr
Geliang Tang
1
-1
/
+13
2024-03-04
selftests: mptcp: dump userspace addrs list
Geliang Tang
1
-0
/
+61
2024-03-04
selftests: mptcp: add mptcp_lib_check_output helper
Geliang Tang
2
-11
/
+30
2024-03-04
selftests: mptcp: add token for dump_addr
Geliang Tang
1
-0
/
+17
2024-03-04
selftests: mptcp: add userspace pm subflow flag
Geliang Tang
1
-0
/
+8
2024-03-04
selftests: mptcp: diag: avoid extra waiting
Matthieu Baerts (NGI0)
1
-6
/
+3
2024-03-04
selftests: mptcp: diag: return KSFT_FAIL not test_cnt
Geliang Tang
1
-3
/
+3
2024-03-01
netdevsim: fix rtnetlink.sh selftest
David Wei
1
-0
/
+2
2024-03-01
selftests: ip_local_port_range: use XFAIL instead of SKIP
Jakub Kicinski
1
-3
/
+3
2024-03-01
selftests: kselftest_harness: save full exit code in metadata
Jakub Kicinski
1
-1
/
+1
2024-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-15
/
+66
2024-02-29
selftests: vxlan_mdb: Avoid duplicate test names
Ido Schimmel
1
-18
/
+18
[next]