summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-03-17selftests: net: add ipv6 RA route to ECMP merge testFernando Fernandez Mancera
2026-03-16selftests: net: py: give bpftrace more time to startJakub Kicinski
2026-03-14selftests/net: packetdrill: add tcp_disorder_fin_in_FIN_WAIT.pktEric Dumazet
2026-03-14selftests/net: packetdrill: add tcp_rcv_neg_window.pktSimon Baatz
2026-03-14selftests/net: packetdrill: add tcp_rcv_wnd_shrink_allowed.pktSimon Baatz
2026-03-14selftests/net: packetdrill: add tcp_rcv_wnd_shrink_nomem.pktSimon Baatz
2026-03-14tcp: implement RFC 7323 window retraction receiver requirementsSimon Baatz
2026-03-12selftests: net: add test for Netlink policy dumpsJakub Kicinski
2026-03-12selftests: net: make sure that Netlink rejects unknown attrs in dumpJakub Kicinski
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-12Merge tag 'net-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-03-11selftests: net: fix timeout passed as positional argument to communicate()Gal Pressman
2026-03-11selftests: net: pass bpftrace timeout to cmd()Gal Pressman
2026-03-11selftests: rtnetlink: add neighbour update testSabrina Dubroca
2026-03-11selftests: net: local_termination: test link-local protocolsDaniel Golle
2026-03-11selftests: af_unix: validate SO_PEEK_OFF advancement and resetSoichiro Ueda
2026-03-10tools: ynl: cli: add --policy supportJakub Kicinski
2026-03-10tools: ynl: add Python API for easier access to policiesJakub Kicinski
2026-03-10tools: ynl: add short doc to class YnlFamilyJakub Kicinski
2026-03-10tools: ynl: move policy decoding out of NlMsgJakub Kicinski
2026-03-10tools: ynl: handle pad type during decodeJakub Kicinski
2026-03-10selftests: drv-net: rss: Add retries to test_rss_key_indir to reduce flakesDimitri Daskalakis
2026-03-10selftests: rds: Fix tcpdump segfault in rds selftestsAllison Henderson
2026-03-10selftests: rds: Add ksft timeoutAllison Henderson
2026-03-10selftests: rds: Fix pylint warningsAllison Henderson
2026-03-10tools: ynl: cli: order set->list conversion in JSON outputJakub Kicinski
2026-03-10Merge tag 'mm-hotfixes-stable-2026-03-09-16-36' of git://git.kernel.org/pub/s...Linus Torvalds
2026-03-09selftests/tc-testing: Adapt test's output to HFSC's iproute2 printing changesVictor Nogueira
2026-03-09selftests: fib_tests: fix link-local retrieval in fib6_nexthop()Alok Tiwari
2026-03-09tools: ynl: convert rt-route sample to selftestJakub Kicinski
2026-03-09tools: ynl: convert rt-addr sample to selftestJakub Kicinski
2026-03-09tools: ynl: convert ethtool sample to selftestJakub Kicinski
2026-03-09tools: ynl: convert devlink sample to selftestJakub Kicinski
2026-03-09tools: ynl: add netdevsim wrapper library for YNL testsJakub Kicinski
2026-03-09tools: ynl: convert tc and tc-filter-add samples to selftestJakub Kicinski
2026-03-09tools: ynl: convert rt-link sample to selftestJakub Kicinski
2026-03-09tools: ynl: convert ovs sample to selftestJakub Kicinski
2026-03-09tools: ynl: convert netdev sample to selftestJakub Kicinski
2026-03-09tools: ynl: move samples to testsJakub Kicinski
2026-03-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-03-07Merge tag 'rcu-fixes.v7.0-20260307a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-03-07resolve_btfids: Fix linker flags detectionIhor Solodrai
2026-03-06selftests/bpf: add reproducer for spurious precision propagation through callsEduard Zingerman
2026-03-06bpf: collect only live registers in linked regsEduard Zingerman
2026-03-06Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-03-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2026-03-06selftests: net: make ovs-dpctl.py fail when pyroute2 is unsupportedAleksei Oladko
2026-03-06Revert "selftests/bpf: Update reg_bound range refinement logic"Eduard Zingerman
2026-03-06selftests/bpf: test refining u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman
2026-03-06bpf: Fix u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman