summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2024-08-29selftests: add selftest for tcp SO_PEEK_OFF supportJon Maloy2-0/+184
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-37/+145
2024-08-29Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-32/+143
2024-08-29selftests: mptcp: join: check re-re-adding ID 0 signalMatthieu Baerts (NGI0)1-11/+21
2024-08-29selftests: mptcp: join: validate event numbersMatthieu Baerts (NGI0)2-3/+75
2024-08-29selftests: mptcp: join: check re-re-adding ID 0 endpMatthieu Baerts (NGI0)1-12/+15
2024-08-29selftests: mptcp: join: no extra msg if no counterMatthieu Baerts (NGI0)1-8/+8
2024-08-29selftests: mptcp: join: check re-adding init endp with != idMatthieu Baerts (NGI0)1-5/+16
2024-08-29selftests: mptcp: join: check removing ID 0 endpointMatthieu Baerts (NGI0)1-7/+18
2024-08-29selftests: netfilter: nft_queue.sh: reduce test file size for debug buildFlorian Westphal1-1/+3
2024-08-28selftests: mptcp: join: cannot rm sf if closedMatthieu Baerts (NGI0)1-7/+4
2024-08-28selftests/net: Add trace events matching to tcp_aoDmitry Safonov19-18/+1358
2024-08-28selftests/net: Synchronize client/server before counters checksDmitry Safonov4-4/+14
2024-08-28selftests/tcp_ao: Fix printing format for uint64_tMohammad Nassiri7-20/+20
2024-08-28selftests/net: Don't forget to close nsfd after switch_save_ns()Dmitry Safonov1-3/+10
2024-08-28selftests/net: Open /proc/thread-self in open_netns()Dmitry Safonov1-1/+1
2024-08-28selftests/net: Be consistent in kconfig checksDmitry Safonov1-11/+12
2024-08-28selftests/net: Provide test_snprintf() helperDmitry Safonov1-10/+51
2024-08-28selftests/net: Clean-up double assignmentDmitry Safonov1-1/+0
2024-08-27selftests: forwarding: local_termination: Down ports on cleanupPetr Machata1-0/+4
2024-08-27selftests: forwarding: no_forwarding: Down ports on cleanupPetr Machata1-0/+3
2024-08-27Merge tag 'livepatching-for-6.11-rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+2
2024-08-27selftests: tc_actions: test egress 2nd vlan pushBoris Sukholitko1-1/+24
2024-08-27selftests: tc_actions: test ingress 2nd vlan pushBoris Sukholitko1-1/+22
2024-08-26net: netconsole: selftests: Create a new netconsole selftestBreno Leitao3-1/+242
2024-08-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-188/+202
2024-08-26Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2-1/+86
2024-08-26selftests/livepatch: wait for atomic replace to occurRyan Sullivan1-5/+2
2024-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-112/+586
2024-08-23selftests: net: Use XFAIL for operations not supported by the driverAbhinav Jain1-3/+7
2024-08-23selftests: net: Add on/off checks for non-fixed features of interfaceAbhinav Jain1-1/+34
2024-08-23selftests: net: Create veth pair for testing in networkless kernelAbhinav Jain1-0/+15
2024-08-23Merge tag 'net-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-110/+565
2024-08-22selftests: net: add helper for checking if nettest is availableJakub Kicinski6-59/+22
2024-08-22selftest: bpf: Remove mssind boundary check in test_tcp_custom_syncookie.c.Kuniyuki Iwashima1-9/+2
2024-08-22selftests: mlxsw: ethtool_lanes: Source ethtool lib from correct pathIdo Schimmel1-1/+2
2024-08-21selftests: mptcp: join: validate fullmesh endp on 1st sfMatthieu Baerts (NGI0)1-0/+1
2024-08-21selftests: mptcp: join: test for flush/re-add endpointsMatthieu Baerts (NGI0)1-0/+30
2024-08-21selftests: mptcp: join: check re-using ID of closed subflowMatthieu Baerts (NGI0)1-5/+22
2024-08-21selftests: mptcp: join: check re-using ID of unused ADD_ADDRMatthieu Baerts (NGI0)1-5/+13
2024-08-21selftests: net/forwarding: spawn sh inside vrf to speed up ping loopJakub Kicinski3-12/+12
2024-08-20Merge tag 'cxl-fixes-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+13
2024-08-20selftests/bpf: Introduce __attribute__((cleanup)) in create_pair()Michal Luczaj1-25/+36
2024-08-20selftests/bpf: Exercise SOCK_STREAM unix_inet_redir_to_connected()Michal Luczaj1-1/+1
2024-08-20selftests/bpf: Honour the sotype of af_unix redir testsMichal Luczaj1-3/+3
2024-08-20selftests/bpf: Simplify inet_socketpair() and vsock_socketpair_connectible()Michal Luczaj1-81/+2
2024-08-20selftests/bpf: Socket pair creation, cleanupsMichal Luczaj3-26/+13
2024-08-20selftests/bpf: Support more socket types in create_pair()Michal Luczaj2-61/+96
2024-08-19selftests: netfilter: nft_queue.sh: sctp coverageAntonio Ojea2-1/+86
2024-08-19selftests: udpgro: no need to load xdp for groHangbin Liu1-8/+1