summaryrefslogtreecommitdiff
path: root/tools/net
Commit message (Expand)AuthorAgeFilesLines
* tools: ynl: Rename ethtool to ethtool.pyRahul Rameshbabu2023-04-131-0/+0
* tools: ynl: Remove absolute paths to yaml files from ethtool testing toolRahul Rameshbabu2023-04-131-2/+2
* tools: ynl: throw a more meaningful exception if family not supportedJakub Kicinski2023-04-111-1/+4
* tools: ynl: ethtool testing toolStanislav Fomichev2023-03-303-0/+444
* tools: ynl: replace print with NlErrorStanislav Fomichev2023-03-301-3/+9
* tools: ynl: support byte-order in cliStanislav Fomichev2023-03-302-12/+24
* tools: ynl: Add fixed-header support to ynlDonald Hunter2023-03-282-12/+33
* tools: ynl: Add struct attr decoding to ynlDonald Hunter2023-03-282-1/+16
* tools: ynl: Add C array attribute decoding to ynlDonald Hunter2023-03-282-3/+22
* tools: ynl: Add struct parsing to nlspecDonald Hunter2023-03-281-0/+43
* tools: ynl: default to treating enums as flags for mask generationJakub Kicinski2023-03-272-5/+6
* tools: ynl: Add missing types to encode/decodeMichal Michalik2023-03-271-0/+6
* tools: ynl: add the Python requirements.txt fileMichal Michalik2023-03-241-0/+2
* 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: skip the explicit op array size when not neededJakub Kicinski2023-03-211-1/+3
|/
* ynl: make the tooling check the licenseJakub Kicinski2023-03-162-6/+15
* ynl: broaden the license even moreJakub Kicinski2023-03-161-4/+4
* tools: ynl: make definitions optional againJakub Kicinski2023-03-161-1/+2
* tools: ynl: fix get_mask utility routineLorenzo Bianconi2023-03-101-4/+2
* tools: ynl: fix render-max for flags definitionLorenzo Bianconi2023-03-101-3/+8
* tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski2023-03-082-9/+7
* tools: ynl: move the enum classes to shared codeJakub Kicinski2023-03-083-89/+121
* ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski2023-03-076-8/+9
* tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski2023-03-032-5/+8
* tools: ynl: fully inherit attrs in subsetsJakub Kicinski2023-03-031-8/+15
* tools: net: add __pycache__ to gitignoreJakub Kicinski2023-02-241-0/+1
* tools: ynl-gen: re-raise the exception instead of printingJakub Kicinski2023-02-241-3/+1
* tools: ynl-gen: fix single attribute structs with attr 0 onlyJakub Kicinski2023-02-241-1/+1
* tools: net: use python3 explicitlyJakub Kicinski2023-01-312-2/+2
* tools: ynl: load jsonschema on demandJakub Kicinski2023-01-312-1/+14
* tools: ynl: use operation names from spec on the CLIJakub Kicinski2023-01-312-4/+11
* 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-312-232/+142
* tools: ynl: add an object hierarchy to represent parsed specJakub Kicinski2023-01-312-1/+304
* tools: ynl: move the cli and netlink code aroundJakub Kicinski2023-01-313-1/+6
* tools: ynl-gen: prevent do / dump reorderingJakub Kicinski2023-01-311-2/+2
* tools: ynl: store ops in ordered dict to avoid random orderingJakub Kicinski2023-01-261-1/+2
* tools: ynl: rename ops_list -> msg_listJakub Kicinski2023-01-261-4/+6
* tools: ynl: support kdocs for flags in code generationJakub Kicinski2023-01-261-17/+20
* tools: ynl: add a completely generic clientJakub Kicinski2023-01-242-0/+581
* net: add basic C code generators for NetlinkJakub Kicinski2023-01-242-0/+2403
* tools: rename tools/net directory to tools/bpfJakub Kicinski2017-10-046-2656/+0
* tools: bpf_jit_disasm: Handle large images.David Daney2017-06-141-11/+26
* tools: bpf_jit_disasm: Add option to dump JIT image to a file.David Daney2017-04-131-4/+36
* tools: bpf_jit_disasm: check for klogctl failureColin Ian King2016-05-081-0/+3