aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-106/+229
2025-02-20Merge tag 'net-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-19/+104
2025-02-19selftests: drv-net: add a simple TSO testJakub Kicinski2-0/+242
2025-02-19selftests: drv-net: store addresses in dict indexed by ipverJakub Kicinski4-63/+50
2025-02-19selftests: drv-net: get detailed interface infoJakub Kicinski1-2/+2
2025-02-19selftests: drv-net: resolve remote interface nameJakub Kicinski1-0/+15
2025-02-19selftests: net: Fix minor typos in MPTCP and psock testsSuchit2-2/+2
2025-02-19selftests/bpf: Add a specific dst port matchingCong Wang1-1/+6
2025-02-19selftests/net/forwarding: Add a test case for tc-flower of mixed port and port-rangeCong Wang1-0/+46
2025-02-19selftests: fib_rule_tests: Add port mask match testsIdo Schimmel1-0/+20
2025-02-19selftests: fib_rule_tests: Add port range match testsIdo Schimmel1-0/+16
2025-02-18selftests: net: Fix few spelling mistakesChandra Mohan Sundar3-4/+4
2025-02-18selftests: test_vxlan_fdb_changelink: Add a test for MC remote changePetr Machata1-0/+76
2025-02-18selftests: test_vxlan_fdb_changelink: Convert to lib.shPetr Machata1-15/+24
2025-02-18selftests: forwarding: lib: Move require_command to net, generalizePetr Machata2-10/+19
2025-02-18selftest/bpf: Add vsock test for sockmap rejecting unconnectedMichal Luczaj1-0/+30
2025-02-18selftest/bpf: Adapt vsock_delete_on_close to sockmap rejecting unconnectedMichal Luczaj1-18/+22
2025-02-17selftests/mm: fix check for running THP testsMark Brown1-1/+1
2025-02-17selftests: drv-net: Test queue xsk attributeJoe Damato5-3/+143
2025-02-17selftests: net: add support for testing SO_RCVMARK and SO_RCVPRIORITYAnna Emese Nyiri4-0/+244
2025-02-17selftests: net: fix grammar in reuseaddr_ports_exhausted.c log messagePranav Tyagi1-1/+1
2025-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+32
2025-02-14Merge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds21-70/+91
2025-02-14Merge tag 'cgroup-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-23/+275
2025-02-13Merge tag 'net-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+41
2025-02-13sched_ext: selftests: Fix grammar in tests descriptionDevaansh Kumar2-2/+2
2025-02-12vsock/test: Add test for SO_LINGER null ptr derefMichal Luczaj1-0/+41
2025-02-12KVM: selftests: Add CPUID tests for Hyper-V features that need in-kernel APICSean Christopherson1-1/+14
2025-02-12KVM: selftests: Manage CPUID array in Hyper-V CPUID test's core helperSean Christopherson1-13/+17
2025-02-12KVM: selftests: Mark test_hv_cpuid_e2big() static in Hyper-V CPUID testSean Christopherson1-1/+1
2025-02-11blackhole_dev: convert self-test to KUnitTamir Duberstein2-12/+1
2025-02-11selftests/net: Add selftest for IPv4 RTM_GETMULTICAST supportYuyang Huang4-1/+36
2025-02-10selftests: drv-net: add helper for path resolutionJakub Kicinski2-1/+13
2025-02-10selftests: drv-net: factor out a DrvEnv base classJakub Kicinski1-28/+35
2025-02-10selftests: drv-net: remove an unnecessary libmnl includeJakub Kicinski1-1/+0
2025-02-10selftests: drv-net: rss_ctx: skip tests which need multiple contexts cleanlyJakub Kicinski1-5/+14
2025-02-10selftests: net-drv: test adding flow rule to invalid RSS contextJakub Kicinski1-1/+26
2025-02-10netconsole: selftest: test for sysdata CPUBreno Leitao3-0/+185
2025-02-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-22/+14
2025-02-08Merge tag 'seccomp-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+199
2025-02-07netdevsim: allow normal queue reset while downJakub Kicinski1-1/+17
2025-02-07Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+21
2025-02-07selftests: always check mask returned by statmount(2)Miklos Szeredi1-1/+21
2025-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski18-214/+515
2025-02-06selftests/seccomp: validate uretprobe syscall passes through seccompEyal Birger1-0/+199
2025-02-06Merge tag 'net-6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-3/+91
2025-02-05selftests: forwarding: vxlan_bridge_1d: Check aging while forwardingIdo Schimmel1-0/+2
2025-02-05selftests/tc-testing: Add a test case for qdisc_tree_reduce_backlog()Cong Wang1-1/+33
2025-02-05selftests/tc-testing: Add a test case for pfifo_head_drop qdisc when limit==0Quang Le1-0/+23