summaryrefslogtreecommitdiff
path: root/tools/net/ynl
AgeCommit message (Expand)AuthorFilesLines
2024-11-18tools: ynl-gen: allow uapi headers in sub-dirsJakub Kicinski1-0/+1
2024-11-14tools/net/ynl: add async notification handlingDonald Hunter2-10/+34
2024-11-14Revert "tools/net/ynl: improve async notification handling"Donald Hunter2-36/+23
2024-11-13ynl: samples: Fix the wrong format specifierLuo Yifan1-1/+1
2024-11-13tools: ynl: extend CFLAGS to keep options from environmentJan Stancek3-3/+3
2024-11-13tools: ynl: add script dir to sys.pathJan Stancek3-0/+8
2024-11-04tools: ynl-gen: de-kdocify enums with no doc for entriesJakub Kicinski2-5/+12
2024-10-31netlink: add NLA_POLICY_MAX_LEN macroAntonio Quartulli1-1/+3
2024-10-24tools/net/ynl: improve async notification handlingDonald Hunter2-23/+36
2024-10-22tools: ynl-gen: use big-endian netlink attribute typesAsbjørn Sloth Tønnesen1-1/+4
2024-10-15tools: ynl-gen: use names of constants in generated limitsJakub Kicinski1-13/+23
2024-10-08tools: ynl-gen: refactor check validation for TypeBinaryJakub Kicinski1-10/+15
2024-09-11selftests: add ncdevmem, netcat for devmem TCPMina Almasry1-0/+1
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2024-09-05tools/net/ynl: fix cli.py --subscribe featureArkadiusz Kubalewski1-3/+4
2024-08-29tools: ynl: error check scanf() in a sampleJakub Kicinski1-1/+5
2024-08-21tools: ynl: lift an assumption about spec file namePaolo Abeni1-2/+4
2024-08-05tools: ynl: remove extraneous ; after statementsColin Ian King1-2/+2
2024-07-03tools: ynl: use ident name for Family, too.Paolo Abeni1-26/+26
2024-07-02tools: net: package libynl for use in selftestsJakub Kicinski2-2/+8
2024-07-01tcp_metrics: add netlink protocol spec in YAMLJakub Kicinski1-0/+1
2024-06-28ethtool: Add an interface for flashing transceiver modules' firmwareDanielle Ratson1-1/+2
2024-06-27tools: ynl: use display hints for formatting of scalar attrsJakub Kicinski1-0/+2
2024-06-09tools: ynl: make user space policies constJakub Kicinski4-13/+13
2024-05-30tools: ynl: make the attr and msg helpers more C++ friendlyJakub Kicinski1-11/+11
2024-05-29doc: netlink: Fix op pre and post fields in generated .rstDonald Hunter1-1/+4
2024-05-29doc: netlink: Fix formatting of op flags in generated .rstDonald Hunter1-1/+3
2024-05-29doc: netlink: Don't 'sanitize' op docstrings in generated .rstDonald Hunter1-1/+1
2024-05-29doc: netlink: Fix generated .rst for multi-line docsDonald Hunter1-1/+1
2024-05-13ynl: ensure exact-len value is resolvedAntonio Quartulli1-2/+2
2024-05-03tools: ynl: add --list-ops and --list-msgs to CLIJakub Kicinski2-0/+11
2024-04-26tools: ynl: don't append doc of missing type directly to the typeJakub Kicinski1-3/+2
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-04-23tools: ynl: don't ignore errors in NLMSG_DONE messagesJakub Kicinski1-0/+1
2024-04-22tools/net/ynl: Add multi message support to ynlDonald Hunter2-22/+71
2024-04-22tools/net/ynl: Fix extack decoding for directional opsDonald Hunter1-8/+6
2024-04-15tools: ynl: don't return None for dumpsJakub Kicinski1-1/+3
2024-04-05ynl: support binary and integer sub-type for indexed-arrayHangbin Liu1-0/+10
2024-04-05ynl: rename array-nest to indexed-arrayHangbin Liu2-11/+20
2024-04-05tools: ynl: ethtool.py: Output timestamping statistics from tsinfo-get operationRahul Rameshbabu1-1/+10
2024-04-04tools: ynl: copy netlink error to NlErrorJakub Kicinski1-1/+2
2024-04-03tools: ynl: ethtool.py: Make tool invokable from any CWDRahul Rameshbabu1-2/+6
2024-04-02tools: ynl: add ynl_dump_empty() helperJakub Kicinski2-0/+14
2024-04-01doc: netlink: Add hyperlinks to generated Netlink docsDonald Hunter1-18/+42
2024-04-01doc: netlink: Change generated docs to limit TOC to depth 3Donald Hunter1-1/+1
2024-03-29tools/net/ynl: Add extack policy attribute decodingDonald Hunter1-0/+46
2024-03-28ynl: support hex display_hint for integerHangbin Liu1-1/+4
2024-03-22tools: ynl: fix setting presence bits in simple nestsJakub Kicinski1-2/+5
2024-03-19tools: ynl: add header guards for nlctrlJakub Kicinski1-0/+1
2024-03-11netlink: specs: support generating code for genl socket privJakub Kicinski2-0/+12