summaryrefslogtreecommitdiffstats
path: root/tools/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-09-23151-0/+3927
|\
| * xdrgen: Prevent reordering of encoder and decoder functionsChuck Lever2024-09-211-12/+12
| * xdrgen: typedefs should use the built-in string and opaque functionsChuck Lever2024-09-212-2/+2
| * xdrgen: Fix return code checking in built-in XDR decodersChuck Lever2024-09-213-3/+3
| * tools: Add xdrgenChuck Lever2024-09-21151-0/+3927
* | selftests: add ncdevmem, netcat for devmem TCPMina Almasry2024-09-121-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-061-3/+4
|\ \
| * | tools/net/ynl: fix cli.py --subscribe featureArkadiusz Kubalewski2024-09-051-3/+4
| |/
* | tools: ynl: error check scanf() in a sampleJakub Kicinski2024-08-291-1/+5
* | tools: ynl: lift an assumption about spec file namePaolo Abeni2024-08-221-2/+4
* | tools: ynl: remove extraneous ; after statementsColin Ian King2024-08-061-2/+2
|/
* tools: ynl: use ident name for Family, too.Paolo Abeni2024-07-041-26/+26
* tools: net: package libynl for use in selftestsJakub Kicinski2024-07-032-2/+8
* tcp_metrics: add netlink protocol spec in YAMLJakub Kicinski2024-07-011-0/+1
* ethtool: Add an interface for flashing transceiver modules' firmwareDanielle Ratson2024-06-281-1/+2
* tools: ynl: use display hints for formatting of scalar attrsJakub Kicinski2024-06-271-0/+2
* tools: ynl: make user space policies constJakub Kicinski2024-06-094-13/+13
* tools: ynl: make the attr and msg helpers more C++ friendlyJakub Kicinski2024-05-311-11/+11
* doc: netlink: Fix op pre and post fields in generated .rstDonald Hunter2024-05-301-1/+4
* doc: netlink: Fix formatting of op flags in generated .rstDonald Hunter2024-05-301-1/+3
* doc: netlink: Don't 'sanitize' op docstrings in generated .rstDonald Hunter2024-05-301-1/+1
* doc: netlink: Fix generated .rst for multi-line docsDonald Hunter2024-05-301-1/+1
* ynl: ensure exact-len value is resolvedAntonio Quartulli2024-05-131-2/+2
* tools: ynl: add --list-ops and --list-msgs to CLIJakub Kicinski2024-05-042-0/+11
* tools: ynl: don't append doc of missing type directly to the typeJakub Kicinski2024-04-271-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-0/+1
|\
| * tools: ynl: don't ignore errors in NLMSG_DONE messagesJakub Kicinski2024-04-231-0/+1
* | tools/net/ynl: Add multi message support to ynlDonald Hunter2024-04-232-22/+71
* | tools/net/ynl: Fix extack decoding for directional opsDonald Hunter2024-04-231-8/+6
* | tools: ynl: don't return None for dumpsJakub Kicinski2024-04-151-1/+3
* | ynl: support binary and integer sub-type for indexed-arrayHangbin Liu2024-04-061-0/+10
* | ynl: rename array-nest to indexed-arrayHangbin Liu2024-04-062-11/+20
* | tools: ynl: ethtool.py: Output timestamping statistics from tsinfo-get operationRahul Rameshbabu2024-04-061-1/+10
* | tools: ynl: copy netlink error to NlErrorJakub Kicinski2024-04-041-1/+2
* | tools: ynl: ethtool.py: Make tool invokable from any CWDRahul Rameshbabu2024-04-041-2/+6
* | tools: ynl: add ynl_dump_empty() helperJakub Kicinski2024-04-032-0/+14
* | doc: netlink: Add hyperlinks to generated Netlink docsDonald Hunter2024-04-021-18/+42
* | doc: netlink: Change generated docs to limit TOC to depth 3Donald Hunter2024-04-021-1/+1
* | tools/net/ynl: Add extack policy attribute decodingDonald Hunter2024-03-291-0/+46
* | ynl: support hex display_hint for integerHangbin Liu2024-03-291-1/+4
|/
* tools: ynl: fix setting presence bits in simple nestsJakub Kicinski2024-03-231-2/+5
* tools: ynl: add header guards for nlctrlJakub Kicinski2024-03-191-0/+1
* netlink: specs: support generating code for genl socket privJakub Kicinski2024-03-112-0/+12
* tools: ynl: remove trailing semicolonJakub Kicinski2024-03-111-1/+1
* tools: ynl-gen: support using pre-defined values in attr checksHangbin Liu2024-03-111-0/+2
* ynl: samples: fix recycling rate calculationJakub Kicinski2024-03-111-0/+2
* tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"Colin Ian King2024-03-091-1/+1
* tools/net/ynl: Add nest-type-value decodingDonald Hunter2024-03-081-0/+12
* tools/net/ynl: Fix c codegen for array-nestDonald Hunter2024-03-081-1/+1
* tools/net/ynl: Report netlink errors without stacktraceDonald Hunter2024-03-082-9/+13