summaryrefslogtreecommitdiffstats
path: root/tools/net/ynl
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13 days1-3/+13
|\
| * netdev: avoid CFI problems with sock priv helpersJakub Kicinski13 days1-3/+13
* | tools/net/ynl: ethtool: support spec load from install locationDonald Hunter2025-01-131-4/+3
* | tools/net/ynl: add support for --family and --list-familiesDonald Hunter2025-01-131-2/+43
* | tools: ynl: add main install targetJan Stancek2025-01-091-1/+26
* | tools: ynl: add install target for generated contentJan Stancek2025-01-092-7/+43
* | tools: ynl: add initial pyproject.toml for packagingJan Stancek2025-01-091-0/+24
* | tools: ynl: move python code to separate sub-directoryJan Stancek2025-01-0914-4/+6
* | tools: ynl-gen-c: improve support for empty nestsJakub Kicinski2025-01-091-2/+10
* | tools: ynl: print some information about attribute we can't parseJakub Kicinski2025-01-071-35/+39
* | tools: ynl: correctly handle overrides of fields in subsetJakub Kicinski2025-01-072-5/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-12-191-3/+3
|\|
| * tools/net/ynl: fix sub-message key lookup for nested attributesDonald Hunter2024-12-151-3/+3
* | tools: ynl-gen-c: don't require -o argumentJohannes Berg2024-12-071-1/+4
* | tools: ynl-gen-c: annotate valid choices for --modeJohannes Berg2024-12-071-1/+2
* | ynl: include uapi header after all dependenciesStanislav Fomichev2024-12-051-2/+7
* | ynl: support directional specs in ynl-gen-c.pyStanislav Fomichev2024-12-051-31/+87
* | ynl: skip rendering attributes with header property in uapi modeStanislav Fomichev2024-12-051-0/+4
* | ynl: support enum-cnt-name attribute in legacy definitionsStanislav Fomichev2024-12-051-2/+6
|/
* tools: ynl-gen: allow uapi headers in sub-dirsJakub Kicinski2024-11-181-0/+1
* tools/net/ynl: add async notification handlingDonald Hunter2024-11-142-10/+34
* Revert "tools/net/ynl: improve async notification handling"Donald Hunter2024-11-142-36/+23
* ynl: samples: Fix the wrong format specifierLuo Yifan2024-11-131-1/+1
* tools: ynl: extend CFLAGS to keep options from environmentJan Stancek2024-11-133-3/+3
* tools: ynl: add script dir to sys.pathJan Stancek2024-11-133-0/+8
* tools: ynl-gen: de-kdocify enums with no doc for entriesJakub Kicinski2024-11-042-5/+12
* netlink: add NLA_POLICY_MAX_LEN macroAntonio Quartulli2024-10-311-1/+3
* tools/net/ynl: improve async notification handlingDonald Hunter2024-10-242-23/+36
* tools: ynl-gen: use big-endian netlink attribute typesAsbjørn Sloth Tønnesen2024-10-221-1/+4
* tools: ynl-gen: use names of constants in generated limitsJakub Kicinski2024-10-151-13/+23
* tools: ynl-gen: refactor check validation for TypeBinaryJakub Kicinski2024-10-081-10/+15
* selftests: add ncdevmem, netcat for devmem TCPMina Almasry2024-09-111-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-051-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-211-2/+4
* | tools: ynl: remove extraneous ; after statementsColin Ian King2024-08-051-2/+2
|/
* 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