summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-06-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-0/+95
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski46-153/+617
2025-06-26Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-5/+139
2025-06-26Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds9-88/+122
2025-06-26netlink: specs: ethtool: replace underscores with dashes in namesJakub Kicinski1-1/+1
2025-06-26selftests: drv-net: test RSS Netlink notificationsJakub Kicinski1-0/+89
2025-06-26selftests/bpf: adapt one more case in test_lru_map to the new target_freeWillem de Bruijn1-15/+18
2025-06-25libbpf: Fix possible use-after-free for externsAdin Scannell2-3/+23
2025-06-24selftest: af_unix: Add tests for -ECONNRESET.Kuniyuki Iwashima1-4/+115
2025-06-24af_unix: Add test for consecutive consumed OOB.Kuniyuki Iwashima1-0/+23
2025-06-24selftests/bpf: Convert test_sysctl to prog_testsJerome Marchand3-33/+10
2025-06-24page_pool: import Jesper's page_pool benchmarkJesper Dangaard Brouer6-0/+964
2025-06-24selftests: drv-net: stats: use skip instead of xfail for unsupported featuresJakub Kicinski1-3/+3
2025-06-24selftests: drv-net: stats: fix pylint issuesJakub Kicinski1-15/+30
2025-06-23selftests: drv-net: import things in lib one by oneJakub Kicinski2-0/+31
2025-06-23libbpf: Fix null pointer dereference in btf_dump__free on allocation failureYuan Chen1-0/+3
2025-06-23Merge tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://git.kernel.org/pub/s...Linus Torvalds3-2/+8
2025-06-23testptp: add option to enable external timestamping edgesMiroslav Lichvar1-2/+9
2025-06-22Merge tag 'locking_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-4/+8
2025-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+13
2025-06-22selftest: add selftest for anycast notificationsYuyang Huang1-1/+43
2025-06-21Merge tag 'perf-tools-fixes-for-v6.16-1-2025-06-20' of git://git.kernel.org/p...Linus Torvalds29-51/+327
2025-06-20selftests/mm: skip uprobe vma merge test if uprobes are not enabledPedro Falcato1-1/+4
2025-06-20selftests/mm: add configs to fix testcase failureDev Jain1-0/+3
2025-06-20selftests/mm: increase timeout from 180 to 900 secondsShivank Garg1-1/+1
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-32/+459
2025-06-19Merge tag 'net-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-12/+305
2025-06-19tools: ynl: fix mixing ops and notifications on one socketJakub Kicinski1-11/+17
2025-06-19selftests: net: use slowwait to make sure IPv6 setup finishedHangbin Liu1-5/+4
2025-06-19selftests: net: use slowwait to stabilize vrf_route_leaking testHangbin Liu1-2/+2
2025-06-19KVM: arm64: selftests: Close the GIC FD in arch_timer_edge_casesZenghui Yu1-3/+13
2025-06-19netdevsim: remove udp_ports_sleepStanislav Fomichev1-22/+1
2025-06-19bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn1-37/+35
2025-06-19selftests: net: add test for passive TFO socket NAPI IDDavid Wei2-0/+113
2025-06-19selftests: net: add passive TFO test binaryDavid Wei3-0/+173
2025-06-19selftests: netdevsim: improve lib.sh include in peer.shDavid Wei1-1/+2
2025-06-18selftests: netconsole: Add tests for 'msgid' feature in sysdataGustavo Luiz Duarte1-0/+30
2025-06-18selftests: forwarding: Add a test for verifying VXLAN MC underlayPetr Machata2-0/+772
2025-06-18selftests: forwarding: adf_mcd_start(): Allow configuring custom interfacesPetr Machata1-0/+13
2025-06-18selftests: net: lib: Add ip_link_has_flag()Petr Machata1-3/+9
2025-06-18selftests: forwarding: lib: Move smcrouted helpers herePetr Machata2-29/+39
2025-06-18selftests: devmem: add ipv4 support to chunks testMina Almasry1-3/+2
2025-06-18selftests: devmem: remove unused variableMina Almasry1-1/+0
2025-06-18selftest: Add selftest for multicast address notificationsYuyang Huang2-0/+71
2025-06-18selftests: nettest: Fix typo in log and error messages for clarityAlok Tiwari1-6/+6
2025-06-18vsock/test: Cover more CIDs in transport_uaf testMichal Luczaj1-19/+74
2025-06-18vsock/test: Introduce get_transports()Michal Luczaj2-0/+85
2025-06-18vsock/test: Introduce vsock_bind_try() helperMichal Luczaj2-3/+22
2025-06-18tools headers x86 cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo1-4/+10
2025-06-18perf bench futex: Fix prctl include in musl libcArnaldo Carvalho de Melo2-2/+8