aboutsummaryrefslogtreecommitdiff
path: root/tools/net/ynl (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools/net/ynl: fix cli.py --subscribe featureArkadiusz Kubalewski2024-09-051-3/+4
* tools: ynl: use ident name for Family, too.Paolo Abeni2024-07-031-26/+26
* tools: net: package libynl for use in selftestsJakub Kicinski2024-07-022-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-301-11/+11
* doc: netlink: Fix op pre and post fields in generated .rstDonald Hunter2024-05-291-1/+4
* doc: netlink: Fix formatting of op flags in generated .rstDonald Hunter2024-05-291-1/+3
* doc: netlink: Don't 'sanitize' op docstrings in generated .rstDonald Hunter2024-05-291-1/+1
* doc: netlink: Fix generated .rst for multi-line docsDonald Hunter2024-05-291-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-032-0/+11
* tools: ynl: don't append doc of missing type directly to the typeJakub Kicinski2024-04-261-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-222-22/+71
* | tools/net/ynl: Fix extack decoding for directional opsDonald Hunter2024-04-221-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-051-0/+10
* | ynl: rename array-nest to indexed-arrayHangbin Liu2024-04-052-11/+20
* | tools: ynl: ethtool.py: Output timestamping statistics from tsinfo-get operationRahul Rameshbabu2024-04-051-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-031-2/+6
* | tools: ynl: add ynl_dump_empty() helperJakub Kicinski2024-04-022-0/+14
* | doc: netlink: Add hyperlinks to generated Netlink docsDonald Hunter2024-04-011-18/+42
* | doc: netlink: Change generated docs to limit TOC to depth 3Donald Hunter2024-04-011-1/+1
* | tools/net/ynl: Add extack policy attribute decodingDonald Hunter2024-03-291-0/+46
* | ynl: support hex display_hint for integerHangbin Liu2024-03-281-1/+4
|/
* tools: ynl: fix setting presence bits in simple nestsJakub Kicinski2024-03-221-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-081-1/+1
* tools/net/ynl: Add nest-type-value decodingDonald Hunter2024-03-071-0/+12
* tools/net/ynl: Fix c codegen for array-nestDonald Hunter2024-03-071-1/+1
* tools/net/ynl: Report netlink errors without stacktraceDonald Hunter2024-03-072-9/+13
* tools/net/ynl: Fix extack decoding for netlink-rawDonald Hunter2024-03-071-1/+6
* tools: ynl: check for overflow of constructed messagesJakub Kicinski2024-03-073-4/+68
* tools: ynl: add --dbg-small-recv for easier kernel testingJakub Kicinski2024-03-061-1/+6
* tools: ynl: support debug printing messagesJakub Kicinski2024-03-061-0/+15
* tools: ynl: allow setting recv() sizeJakub Kicinski2024-03-061-3/+18
* tools: ynl: move the new line in NlMsg __repr__Jakub Kicinski2024-03-061-3/+3
* tools: ynl: remove __pycache__ during cleanJakub Kicinski2024-03-061-0/+1
* tools: ynl: add distclean to .PHONY in all makefilesJakub Kicinski2024-03-063-3/+3
* tools: ynl: rename make hardclean -> distcleanJakub Kicinski2024-03-064-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-0/+1
|\