aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-06-13selftests: net: add test for IPv4 devconf netlink notificationsFernando Fernandez Mancera1-4/+37
2026-06-13selftests: netfilter: add phony nft_offload testFlorian Westphal3-0/+139
2026-06-12selftests/net: psp: add dev-get, no-nsid, and cleanup testsWei Wang1-1/+145
2026-06-12selftests/net: psp: add cross-namespace notification testsWei Wang1-1/+58
2026-06-12selftests/net: psp: add dev-assoc data path testWei Wang1-0/+72
2026-06-12selftests/net: psp: support PSP in NetDrvContEnv infrastructureWei Wang3-4/+102
2026-06-12selftests/net: rename _nk_host_ifname to nk_host_ifnameWei Wang2-15/+15
2026-06-12selftests/net: add _find_bpf_obj() to search hw/ for BPF objectsWei Wang1-6/+15
2026-06-12selftests/net: psp: refactor test builders to use ksft_variantsWei Wang1-25/+21
2026-06-12selftests: fib_tests: Add test cases for route lookup with oifIdo Schimmel1-1/+250
2026-06-12selftests: iou-zcrx: defer listen() until after zcrx setupDragos Tatulea1-3/+3
2026-06-12selftests/xsk: Introduce mmap_size in umem structTushar Vyavahare2-11/+10
2026-06-12selftests/xsk: Use umem_size() helper consistentlyTushar Vyavahare1-18/+18
2026-06-12selftests/xsk: Move UMEM state from ifobject to xsk_socket_infoTushar Vyavahare2-51/+74
2026-06-12selftests/xsk: Introduce helpers for setting UMEM propertiesTushar Vyavahare1-16/+20
2026-06-12selftests: tc: act_pedit: require matching IPv4 L4 protocolVictor Nogueira1-0/+49
2026-06-11selftests/net/openvswitch: add flow modify testMinxi Hou2-3/+114
2026-06-11selftests: mptcp: always check sent/dropped ADD_ADDRsMatthieu Baerts (NGI0)1-44/+27
2026-06-11selftests: mptcp: validate ADD_ADDRv6 + TS + portMatthieu Baerts (NGI0)1-0/+11
2026-06-11mptcp: introduce add_addr_v6_port_drop_ts sysctl knobMatthieu Baerts (NGI0)1-0/+1
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-78/+219
2026-06-11selftests: net: rds: add getsockopt() conversion testBreno Leitao3-0/+213
2026-06-11selftests: drv-net: so_txtime: check IP versionsJakub Kicinski1-0/+3
2026-06-11selftests: drv-net: so_txtime: remember to deploy the binariesJakub Kicinski1-4/+6
2026-06-10selftests: bonding: add test for lacp_strict modeLouis Scalbert2-0/+348
2026-06-10bonding: 3ad: add lacp_strict configuration knobLouis Scalbert1-0/+1
2026-06-10tools: missed broadcast_neigh if_link uapi headerLouis Scalbert1-0/+1
2026-06-10Merge tag 'riscv-for-linux-7.1-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+6
2026-06-09selftests: net: add getsockopt_iter binary to .gitignoreFernando Fernandez Mancera1-0/+1
2026-06-09Merge tag 'trace-rv-v7.1-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-41/+51
2026-06-09Merge tag 'trace-tools-v7.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-36/+32
2026-06-09Merge tag 'mm-hotfixes-stable-2026-06-08-20-51' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+128
2026-06-09selftests/net/openvswitch: guard command substitutions against empty outputMinxi Hou1-2/+14
2026-06-09selftests: drv-net: gro: signal over-coalescing more reliablyJakub Kicinski2-2/+22
2026-06-08selftest: net: Extend ipmr.c for IP6MR.Kuniyuki Iwashima1-67/+122
2026-06-08selftests: drv-net: extend so_txtime with FQ with other clocksWillem de Bruijn1-4/+14
2026-06-06riscv: cfi: reject unknown flags in PR_SET_CFIRichard Patel1-0/+6
2026-06-06Merge tag 'vfs-7.1-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2026-06-05selftests: drv-net: add userns devmem RX testBobby Eshleman9-11/+142
2026-06-05selftests: net: do not detect PPPoX loopbackQingfang Deng1-0/+1
2026-06-05Merge tag 'probes-fixes-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2026-06-04selftests: rds: report missing RDMA prereqs as XFAILAllison Henderson1-6/+6
2026-06-04selftests: rds: support RDS built as loadable modulesAllison Henderson3-24/+40
2026-06-04selftests: rds: pin RDS sockets to their intended transportAllison Henderson1-0/+18
2026-06-04selftests: rds: Rename run.sh to rds_run.shAllison Henderson3-8/+9
2026-06-04tools: ynl: try to avoid the very slow YAML loaderJakub Kicinski1-2/+7
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-8/+264
2026-06-04Merge tag 'net-7.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-2/+241
2026-06-04selftests: net: add vxlan vnifilter notification testAndy Roulin2-0/+185
2026-06-04verification/rvgen: Fix ltl2k writing True as a literalGabriele Monaco1-4/+5