aboutsummaryrefslogtreecommitdiff
path: root/tools/net
AgeCommit message (Expand)AuthorFilesLines
2023-04-13tools: ynl: Rename ethtool to ethtool.pyGravatar Rahul Rameshbabu 1-0/+0
2023-04-13tools: ynl: Remove absolute paths to yaml files from ethtool testing toolGravatar Rahul Rameshbabu 1-2/+2
2023-04-11tools: ynl: throw a more meaningful exception if family not supportedGravatar Jakub Kicinski 1-1/+4
2023-03-30tools: ynl: ethtool testing toolGravatar Stanislav Fomichev 3-0/+444
2023-03-30tools: ynl: replace print with NlErrorGravatar Stanislav Fomichev 1-3/+9
2023-03-30tools: ynl: support byte-order in cliGravatar Stanislav Fomichev 2-12/+24
2023-03-28tools: ynl: Add fixed-header support to ynlGravatar Donald Hunter 2-12/+33
2023-03-28tools: ynl: Add struct attr decoding to ynlGravatar Donald Hunter 2-1/+16
2023-03-28tools: ynl: Add C array attribute decoding to ynlGravatar Donald Hunter 2-3/+22
2023-03-28tools: ynl: Add struct parsing to nlspecGravatar Donald Hunter 1-0/+43
2023-03-27tools: ynl: default to treating enums as flags for mask generationGravatar Jakub Kicinski 2-5/+6
2023-03-27tools: ynl: Add missing types to encode/decodeGravatar Michal Michalik 1-0/+6
2023-03-24tools: ynl: add the Python requirements.txt fileGravatar Michal Michalik 1-0/+2
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-3/+3
2023-03-23ynl: allow to encode u8 attrGravatar Jiri Pirko 1-0/+2
2023-03-22tools: ynl: Fix genlmsg header encoding formatsGravatar Donald Hunter 1-3/+3
2023-03-21tools: ynl: skip the explicit op array size when not neededGravatar Jakub Kicinski 1-1/+3
2023-03-16ynl: make the tooling check the licenseGravatar Jakub Kicinski 2-6/+15
2023-03-16ynl: broaden the license even moreGravatar Jakub Kicinski 1-4/+4
2023-03-16tools: ynl: make definitions optional againGravatar Jakub Kicinski 1-1/+2
2023-03-10tools: ynl: fix get_mask utility routineGravatar Lorenzo Bianconi 1-4/+2
2023-03-10tools: ynl: fix render-max for flags definitionGravatar Lorenzo Bianconi 1-3/+8
2023-03-08tools: ynl: fix enum-as-flags in the generic CLIGravatar Jakub Kicinski 2-9/+7
2023-03-08tools: ynl: move the enum classes to shared codeGravatar Jakub Kicinski 3-89/+121
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseGravatar Jakub Kicinski 6-8/+9
2023-03-03tools: ynl: use 1 as the default for first entry in attrs/opsGravatar Jakub Kicinski 2-5/+8
2023-03-03tools: ynl: fully inherit attrs in subsetsGravatar Jakub Kicinski 1-8/+15
2023-02-24tools: net: add __pycache__ to gitignoreGravatar Jakub Kicinski 1-0/+1
2023-02-24tools: ynl-gen: re-raise the exception instead of printingGravatar Jakub Kicinski 1-3/+1
2023-02-24tools: ynl-gen: fix single attribute structs with attr 0 onlyGravatar Jakub Kicinski 1-1/+1
2023-01-31tools: net: use python3 explicitlyGravatar Jakub Kicinski 2-2/+2
2023-01-31tools: ynl: load jsonschema on demandGravatar Jakub Kicinski 2-1/+14
2023-01-31tools: ynl: use operation names from spec on the CLIGravatar Jakub Kicinski 2-4/+11
2023-01-31tools: ynl: support pretty printing bad attribute namesGravatar Jakub Kicinski 1-0/+40
2023-01-31tools: ynl: support multi-attrGravatar Jakub Kicinski 1-7/+14
2023-01-31tools: ynl: support directional enum-model in CLIGravatar Jakub Kicinski 1-4/+4
2023-01-31tools: ynl: add support for types needed by ethtoolGravatar Jakub Kicinski 1-1/+10
2023-01-31tools: ynl: use the common YAML loading and validation codeGravatar Jakub Kicinski 2-232/+142
2023-01-31tools: ynl: add an object hierarchy to represent parsed specGravatar Jakub Kicinski 2-1/+304
2023-01-31tools: ynl: move the cli and netlink code aroundGravatar Jakub Kicinski 3-1/+6
2023-01-31tools: ynl-gen: prevent do / dump reorderingGravatar Jakub Kicinski 1-2/+2
2023-01-26tools: ynl: store ops in ordered dict to avoid random orderingGravatar Jakub Kicinski 1-1/+2
2023-01-26tools: ynl: rename ops_list -> msg_listGravatar Jakub Kicinski 1-4/+6
2023-01-26tools: ynl: support kdocs for flags in code generationGravatar Jakub Kicinski 1-17/+20
2023-01-24tools: ynl: add a completely generic clientGravatar Jakub Kicinski 2-0/+581
2023-01-24net: add basic C code generators for NetlinkGravatar Jakub Kicinski 2-0/+2403
2017-10-04tools: rename tools/net directory to tools/bpfGravatar Jakub Kicinski 6-2656/+0
2017-06-14tools: bpf_jit_disasm: Handle large images.Gravatar David Daney 1-11/+26
2017-04-13tools: bpf_jit_disasm: Add option to dump JIT image to a file.Gravatar David Daney 1-4/+36
2016-05-08tools: bpf_jit_disasm: check for klogctl failureGravatar Colin Ian King 1-0/+3