aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/net
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+3
2026-08-20tools: ynl: handle calloc failure in ynl_ntf_parseTriet Hoang1-0/+3
2026-08-20Merge tag 'nfsd-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds21-69/+445
2026-08-10tools: ynl: check alloc fails in generated getter codeThaison Phan1-8/+24
2026-08-10tools: ynl: check for null ptr on dump freeThaison Phan1-0/+3
2026-08-10xdrgen: Reject out-of-range program, version, and procedure numbersChuck Lever7-3/+177
2026-08-10xdrgen: Enforce RFC 5531 name and number scoping for RPC programsChuck Lever1-0/+49
2026-08-10xdrgen: Reject specifications that define a name twiceChuck Lever6-11/+101
2026-08-10xdrgen: Record the source position of each declared identifierChuck Lever1-33/+83
2026-08-10xdrgen: Align the error caret under tab-indented sourceChuck Lever1-8/+18
2026-08-10xdrgen: Fix opaque and string encoders for unbounded membersChuck Lever4-0/+8
2026-08-10xdrgen: Do not declare union XDR functions in the definitions headerChuck Lever1-6/+0
2026-08-10xdrgen: Share void RPC procedure handlers across programsChuck Lever3-8/+8
2026-08-10xdrgen: Emit a blank line ahead of enum declarationsChuck Lever1-0/+1
2026-08-07tools/ynl: add ovs_packet uapi header in Makefile.depsJakub Kicinski1-0/+1
2026-07-03tools: ynl: pyynl: pull the --family resolution logic into the libJakub Kicinski6-56/+102
2026-07-03tools: ynl: pyynl: re-export the library API from the package rootJakub Kicinski1-0/+9
2026-06-24tools/ynl: add missing uapi header deps in Makefile.depsThorsten Leemhuis1-0/+2
2026-06-24tools: ynl: build archives with $(AR)Greg Thelen3-3/+3
2026-06-04tools: ynl: try to avoid the very slow YAML loaderJakub Kicinski1-2/+7
2026-05-26tools: ynl: add unicast notification receive supportMinxi Hou1-0/+5
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+32
2026-05-21tools: ynl: support listening on all nsidsIlya Maximets1-5/+32
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+32
2026-05-12tools: ynl: add scope qualifier for definitionsJakub Kicinski1-2/+29
2026-05-10tools/ynl: add missing uapi header deps in Makefile.depsStanislav Fomichev1-1/+3
2026-05-08net: page_pool: support dumping pps of a specific ifindex via NetlinkJakub Kicinski1-2/+4
2026-04-14tools: ynl: add sample for wireguardAsbjørn Sloth Tønnesen2-0/+107
2026-04-14tools/ynl: Make YnlFamily closeable as a context managerDaniel Borkmann1-0/+10
2026-04-12tools: ynl: ethtool: add --dbg-small-recv optionHangbin Liu1-1/+8
2026-04-12tools: ynl: ethtool: use doit instead of dumpit for per-device GETHangbin Liu1-35/+33
2026-04-12tools: ynl: move ethtool.py to selftestHangbin Liu3-3/+6
2026-04-09tools: ynl: tests: fix leading space on Makefile targetHangbin Liu1-1/+1
2026-03-18tools: ynl: rework policy access to support recursionJakub Kicinski2-47/+109
2026-03-10tools: ynl: cli: add --policy supportJakub Kicinski1-0/+12
2026-03-10tools: ynl: add Python API for easier access to policiesJakub Kicinski2-2/+137
2026-03-10tools: ynl: add short doc to class YnlFamilyJakub Kicinski1-0/+26
2026-03-10tools: ynl: move policy decoding out of NlMsgJakub Kicinski1-25/+28
2026-03-10tools: ynl: handle pad type during decodeJakub Kicinski1-1/+3
2026-03-10tools: ynl: cli: order set->list conversion in JSON outputJakub Kicinski1-1/+1
2026-03-09tools: ynl: convert rt-route sample to selftestJakub Kicinski3-36/+72
2026-03-09tools: ynl: convert rt-addr sample to selftestJakub Kicinski3-28/+65
2026-03-09tools: ynl: convert ethtool sample to selftestJakub Kicinski3-29/+62
2026-03-09tools: ynl: convert devlink sample to selftestJakub Kicinski3-36/+85
2026-03-09tools: ynl: add netdevsim wrapper library for YNL testsJakub Kicinski2-0/+40
2026-03-09tools: ynl: convert tc and tc-filter-add samples to selftestJakub Kicinski4-369/+367
2026-03-09tools: ynl: convert rt-link sample to selftestJakub Kicinski3-83/+106
2026-03-09tools: ynl: convert ovs sample to selftestJakub Kicinski3-38/+88
2026-03-09tools: ynl: convert netdev sample to selftestJakub Kicinski2-68/+184
2026-03-09tools: ynl: move samples to testsJakub Kicinski13-45/+45