summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-03-25selftests/net: Drop timeout argument from test_client_verify()Dmitry Safonov9-25/+22
2025-03-25selftests/net: Delete timeout from test_connect_socket()Dmitry Safonov4-21/+13
2025-03-25selftests/net: Print the testing side in unsigned-md5Dmitry Safonov1-22/+22
2025-03-25selftests/net: Add mixed select()+polling mode to TCP-AO testsDmitry Safonov5-67/+232
2025-03-25selftests/net: Fetch and check TCP-MD5 countersDmitry Safonov11-189/+219
2025-03-25selftests/net: Provide tcp-ao counters comparison helperDmitry Safonov11-63/+89
2025-03-25selftests/net: Print TCP flags in more common formatDmitry Safonov1-5/+2
2025-03-25selftests: vxlan_bridge: Test flood with unresolved FDB entryAmit Cohen2-0/+23
2025-03-24selftests: drv-net: rss_ctx: Don't assume indirection table is presentGal Pressman1-1/+1
2025-03-24selftest: net: update proc_net_pktgen (add more imix_weights test cases)Peter Seiderer1-0/+44
2025-03-21selftests: netconsole: Add tests for 'release' feature in sysdataBreno Leitao1-3/+41
2025-03-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+2
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni7-189/+279
2025-03-20Merge tag 'net-6.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-188/+276
2025-03-20Revert "selftests: Add IPv6 link-local address generation tests for GRE devic...Guillaume Nault2-178/+0
2025-03-20tools headers: Sync uapi/asm-generic/socket.h with the kernel sourcesAlexander Mikhalitsyn1-2/+19
2025-03-20selftests: net: test for lwtunnel dst ref loopsJustin Iurman3-0/+249
2025-03-20selftests: mptcp: add pm sysctl mapping testsGeliang Tang1-1/+29
2025-03-19tc-tests: Update tc police action tests for tc buffer size rounding fixes.Jonathan Lennox1-5/+5
2025-03-19selftests: drv-net: use defer in the ping testJakub Kicinski1-8/+8
2025-03-18Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+3
2025-03-17selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculationRafael Aquini1-1/+3
2025-03-14selftests: drv-net: fix merge conflicts resolutionMatthieu Baerts (NGI0)1-9/+9
2025-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni25-44/+506
2025-03-14selftests/bpf: Add bpf_getsockopt() for TCP_BPF_DELACK_MAX and TCP_BPF_RTO_MINJason Xing1-0/+2
2025-03-13Merge tag 'net-6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9-17/+411
2025-03-13Merge tag 'nf-25-03-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni3-0/+15
2025-03-13selftests: Add IPv6 link-local address generation tests for GRE devices.Guillaume Nault2-0/+178
2025-03-12selftests: net: bump GRO timeout for gro/setup_vethJakub Kicinski1-1/+1
2025-03-12selftests/tc-testing: Add a test case for DRR class with TC_H_ROOTCong Wang1-0/+25
2025-03-12selftests: netfilter: skip br_netfilter queue tests if kernel is taintedFlorian Westphal3-0/+15
2025-03-11selftests: bonding: fix incorrect mac addressHangbin Liu1-2/+2
2025-03-10selftests: drv-net: add xdp cases for ping.pyTaehee Yoo2-15/+191
2025-03-10selftests/net: expand cmsg_ip with MSG_MOREWillem de Bruijn2-9/+26
2025-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-9/+17
2025-03-09Merge tag 'kvm-x86-fixes-6.14-rcN.2' of https://github.com/kvm-x86/linux into...Paolo Bonzini3-9/+17
2025-03-09Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds12-11/+71
2025-03-08Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-51/+207
2025-03-08selftests/net: add proc_net_pktgen to .gitignoreWillem de Bruijn1-0/+1
2025-03-08Merge tag 's390-6.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-5/+5
2025-03-07selftests: openvswitch: don't hardcode the drop reason subsysJakub Kicinski2-3/+10
2025-03-07selftests: net: bpf_offload: add 'libbpf_global' to ignored mapsJakub Kicinski1-0/+1
2025-03-07selftests: net: fix error message in bpf_offloadJakub Kicinski1-1/+3
2025-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-12/+17
2025-03-06selftests/bpf: Fix file descriptor assertion in open_tuntap helperMarcus Wichelmann1-1/+1
2025-03-06selftests/bpf: Add test for XDP metadata support in tun driverMarcus Wichelmann1-0/+66
2025-03-06selftests/bpf: Refactor xdp_context_functional test and bpf programMarcus Wichelmann2-22/+110
2025-03-06selftests/bpf: Move open_tuntap to network helpersMarcus Wichelmann3-29/+31
2025-03-06selftests/damon/damon_nr_regions: sort collected regiosn before checking with...SeongJae Park1-0/+1
2025-03-06selftests/damon/damon_nr_regions: set ops update for merge results check to 1...SeongJae Park1-0/+1