aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski31-128/+280
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-17getdelays: fix error format charactersWang Yaxin1-16/+16
2025-02-17tools/mm: fix build warnings with musl-libcFlorian Fainelli1-2/+2
2025-02-17selftests: drv-net: Test queue xsk attributeJoe Damato5-3/+143
2025-02-17netdev-genl: Add an XSK attribute to queuesJoe Damato1-0/+6
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 'objtool_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+10
2025-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+32
2025-02-15Merge tag 'rust-fixes-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-0/+1
2025-02-14Merge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds22-73/+113
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: Fix the incorrect bpf_list kfunc API in common.bpf.h.Chuyi Zhou1-2/+10
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-12netlink: specs: wireless: add a spec for nl80211Donald Hunter1-0/+1
2025-02-12tools/net/ynl: add indexed-array scalar support to ynl-gen-cDonald Hunter1-6/+18
2025-02-12tools/net/ynl: sanitise enums with leading digits in ynl-gen-cDonald Hunter1-0/+2
2025-02-12tools/net/ynl: add s8, s16 to valid scalars in ynl-gen-cDonald Hunter1-1/+1
2025-02-12tools/net/ynl: accept IP string inputsDonald Hunter1-4/+21
2025-02-12tools/net/ynl: support rendering C array members to stringsDonald Hunter1-0/+5
2025-02-12tools/net/ynl: support decoding indexed arrays as enumsDonald Hunter1-1/+3
2025-02-12tools/net/ynl: remove extraneous plural from variable namesDonald Hunter1-6/+6
2025-02-12objtool/rust: add one more `noreturn` Rust functionMiguel Ojeda1-0/+1
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