summaryrefslogtreecommitdiff
path: root/tools/net/ynl/lib/ynl.py
Commit message (Expand)AuthorAgeFilesLines
* tools: ynl: throw a more meaningful exception if family not supportedJakub Kicinski2023-04-111-1/+4
* tools: ynl: ethtool testing toolStanislav Fomichev2023-03-301-0/+11
* tools: ynl: replace print with NlErrorStanislav Fomichev2023-03-301-3/+9
* tools: ynl: support byte-order in cliStanislav Fomichev2023-03-301-12/+23
* tools: ynl: Add fixed-header support to ynlDonald Hunter2023-03-281-4/+20
* tools: ynl: Add struct attr decoding to ynlDonald Hunter2023-03-281-1/+14
* tools: ynl: Add C array attribute decoding to ynlDonald Hunter2023-03-281-1/+17
* tools: ynl: Add missing types to encode/decodeMichal Michalik2023-03-271-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-3/+3
|\
| * tools: ynl: Fix genlmsg header encoding formatsDonald Hunter2023-03-221-3/+3
* | ynl: allow to encode u8 attrJiri Pirko2023-03-231-0/+2
|/
* tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski2023-03-081-7/+2
* ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski2023-03-071-1/+1
* tools: ynl: use operation names from spec on the CLIJakub Kicinski2023-01-311-0/+6
* tools: ynl: support pretty printing bad attribute namesJakub Kicinski2023-01-311-0/+40
* tools: ynl: support multi-attrJakub Kicinski2023-01-311-7/+14
* tools: ynl: support directional enum-model in CLIJakub Kicinski2023-01-311-4/+4
* tools: ynl: add support for types needed by ethtoolJakub Kicinski2023-01-311-1/+10
* tools: ynl: use the common YAML loading and validation codeJakub Kicinski2023-01-311-93/+25
* tools: ynl: move the cli and netlink code aroundJakub Kicinski2023-01-311-0/+534