summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-09-02perf daemon: Fix the build on more 32-bit architecturesArnaldo Carvalho de Melo
2024-09-02perf python: include "util/sample.h"Xu Yang
2024-09-02perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim
2024-09-02perf test pmu: Set uninitialized PMU alias to nullVeronika Molnarova
2024-09-01selftests: mm: fix build errors on armhfMuhammad Usama Anjum
2024-08-31Merge tag 'iommu-fixes-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-08-29selftests: add selftest for tcp SO_PEEK_OFF supportJon Maloy
2024-08-29tools: ynl: error check scanf() in a sampleJakub Kicinski
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-30Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-08-29Merge patch series "riscv: mm: Do not restrict mmap address based on hint"Palmer Dabbelt
2024-08-29riscv: selftests: Remove mmap hint address checksCharlie Jenkins
2024-08-29selftests: mptcp: join: check re-re-adding ID 0 signalMatthieu Baerts (NGI0)
2024-08-29selftests: mptcp: join: validate event numbersMatthieu Baerts (NGI0)
2024-08-29selftests: mptcp: join: check re-re-adding ID 0 endpMatthieu Baerts (NGI0)
2024-08-29selftests: mptcp: join: no extra msg if no counterMatthieu Baerts (NGI0)
2024-08-29selftests: mptcp: join: check re-adding init endp with != idMatthieu Baerts (NGI0)
2024-08-29selftests: mptcp: join: check removing ID 0 endpointMatthieu Baerts (NGI0)
2024-08-29selftests: netfilter: nft_queue.sh: reduce test file size for debug buildFlorian Westphal
2024-08-27selftests: mptcp: join: cannot rm sf if closedMatthieu Baerts (NGI0)
2024-08-27selftests/net: Add trace events matching to tcp_aoDmitry Safonov
2024-08-27selftests/net: Synchronize client/server before counters checksDmitry Safonov
2024-08-27selftests/tcp_ao: Fix printing format for uint64_tMohammad Nassiri
2024-08-27selftests/net: Don't forget to close nsfd after switch_save_ns()Dmitry Safonov
2024-08-27selftests/net: Open /proc/thread-self in open_netns()Dmitry Safonov
2024-08-27selftests/net: Be consistent in kconfig checksDmitry Safonov
2024-08-27selftests/net: Provide test_snprintf() helperDmitry Safonov
2024-08-27selftests/net: Clean-up double assignmentDmitry Safonov
2024-08-27selftests: forwarding: local_termination: Down ports on cleanupPetr Machata
2024-08-27selftests: forwarding: no_forwarding: Down ports on cleanupPetr Machata
2024-08-28Merge tag 'livepatching-for-6.11-rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-08-27selftests: tc_actions: test egress 2nd vlan pushBoris Sukholitko
2024-08-27selftests: tc_actions: test ingress 2nd vlan pushBoris Sukholitko
2024-08-26net: netconsole: selftests: Create a new netconsole selftestBreno Leitao
2024-08-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-08-26Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-08-26selftests/livepatch: wait for atomic replace to occurRyan Sullivan
2024-08-26iommufd: Do not allow creating areas without READ or WRITEJason Gunthorpe
2024-08-24selftests: add xfrm policy insertion speed test scriptFlorian Westphal
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-22selftests: net: Use XFAIL for operations not supported by the driverAbhinav Jain
2024-08-22selftests: net: Add on/off checks for non-fixed features of interfaceAbhinav Jain
2024-08-22selftests: net: Create veth pair for testing in networkless kernelAbhinav Jain
2024-08-23Merge tag 'net-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-08-22selftests: net: add helper for checking if nettest is availableJakub Kicinski
2024-08-21selftest: bpf: Remove mssind boundary check in test_tcp_custom_syncookie.c.Kuniyuki Iwashima
2024-08-21tools: ynl: lift an assumption about spec file namePaolo Abeni
2024-08-21selftests: mlxsw: ethtool_lanes: Source ethtool lib from correct pathIdo Schimmel
2024-08-20selftests: mptcp: join: validate fullmesh endp on 1st sfMatthieu Baerts (NGI0)