Age | Commit message (Expand) | Author | Files | Lines |
2023-03-23 | tools: ynl: Fix genlmsg header encoding formats | Donald Hunter | 1 | -3/+3 |
2023-03-17 | ynl: make the tooling check the license | Jakub Kicinski | 2 | -6/+15 |
2023-03-17 | ynl: broaden the license even more | Jakub Kicinski | 1 | -4/+4 |
2023-03-17 | tools: ynl: make definitions optional again | Jakub Kicinski | 1 | -1/+2 |
2023-03-11 | tools: ynl: fix get_mask utility routine | Lorenzo Bianconi | 1 | -4/+2 |
2023-03-11 | tools: ynl: fix render-max for flags definition | Lorenzo Bianconi | 1 | -3/+8 |
2023-03-09 | tools: ynl: fix enum-as-flags in the generic CLI | Jakub Kicinski | 2 | -9/+7 |
2023-03-09 | tools: ynl: move the enum classes to shared code | Jakub Kicinski | 3 | -89/+121 |
2023-03-08 | ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause | Jakub Kicinski | 6 | -8/+9 |
2023-03-03 | tools: ynl: use 1 as the default for first entry in attrs/ops | Jakub Kicinski | 2 | -5/+8 |
2023-03-03 | tools: ynl: fully inherit attrs in subsets | Jakub Kicinski | 1 | -8/+15 |
2023-02-24 | tools: net: add __pycache__ to gitignore | Jakub Kicinski | 1 | -0/+1 |
2023-02-24 | tools: ynl-gen: re-raise the exception instead of printing | Jakub Kicinski | 1 | -3/+1 |
2023-02-24 | tools: ynl-gen: fix single attribute structs with attr 0 only | Jakub Kicinski | 1 | -1/+1 |
2023-02-01 | tools: net: use python3 explicitly | Jakub Kicinski | 2 | -2/+2 |
2023-02-01 | tools: ynl: load jsonschema on demand | Jakub Kicinski | 2 | -1/+14 |
2023-02-01 | tools: ynl: use operation names from spec on the CLI | Jakub Kicinski | 2 | -4/+11 |
2023-02-01 | tools: ynl: support pretty printing bad attribute names | Jakub Kicinski | 1 | -0/+40 |
2023-02-01 | tools: ynl: support multi-attr | Jakub Kicinski | 1 | -7/+14 |
2023-02-01 | tools: ynl: support directional enum-model in CLI | Jakub Kicinski | 1 | -4/+4 |
2023-02-01 | tools: ynl: add support for types needed by ethtool | Jakub Kicinski | 1 | -1/+10 |
2023-02-01 | tools: ynl: use the common YAML loading and validation code | Jakub Kicinski | 2 | -232/+142 |
2023-02-01 | tools: ynl: add an object hierarchy to represent parsed spec | Jakub Kicinski | 2 | -1/+304 |
2023-02-01 | tools: ynl: move the cli and netlink code around | Jakub Kicinski | 3 | -1/+6 |
2023-02-01 | tools: ynl-gen: prevent do / dump reordering | Jakub Kicinski | 1 | -2/+2 |
2023-01-27 | tools: ynl: store ops in ordered dict to avoid random ordering | Jakub Kicinski | 1 | -1/+2 |
2023-01-27 | tools: ynl: rename ops_list -> msg_list | Jakub Kicinski | 1 | -4/+6 |
2023-01-27 | tools: ynl: support kdocs for flags in code generation | Jakub Kicinski | 1 | -17/+20 |
2023-01-24 | tools: ynl: add a completely generic client | Jakub Kicinski | 2 | -0/+581 |
2023-01-24 | net: add basic C code generators for Netlink | Jakub Kicinski | 2 | -0/+2403 |
2017-10-05 | tools: rename tools/net directory to tools/bpf | Jakub Kicinski | 6 | -2656/+0 |
2017-06-14 | tools: bpf_jit_disasm: Handle large images. | David Daney | 1 | -11/+26 |
2017-04-13 | tools: bpf_jit_disasm: Add option to dump JIT image to a file. | David Daney | 1 | -4/+36 |
2016-05-09 | tools: bpf_jit_disasm: check for klogctl failure | Colin Ian King | 1 | -0/+3 |
2016-02-22 | tools, bpf_asm: simplify parser rule for BPF extensions | Ray Bellis | 2 | -151/+79 |
2016-02-11 | bpf_dbg: do not initialise statics to 0 | Wei Tang | 1 | -5/+5 |
2015-11-16 | tools/net: Use include/uapi with __EXPORTED_HEADERS__ | Kamal Mostafa | 1 | -3/+4 |
2015-09-29 | tools: bpf_jit_disasm: make get_last_jit_image return unsigned | Andrzej Hajda | 1 | -2/+2 |
2015-08-01 | bpf_jit_disasm: also support reading jit dump from file | Daniel Borkmann | 1 | -19/+90 |
2015-05-27 | tools: bpf_jit_disasm: fix segfault on disabled debugging log output | Daniel Borkmann | 1 | -0/+2 |
2015-03-25 | tools: bpf_asm: cleanup vlan extension related token | Daniel Borkmann | 2 | -14/+14 |
2015-03-24 | filter: introduce SKF_AD_VLAN_TPID BPF extension | Michal Sekletar | 2 | -1/+12 |
2014-05-17 | tools: bpf_jit_disasm: increase image buffer size | Alexei Starovoitov | 1 | -1/+1 |
2014-05-17 | tools: bpf_jit_disasm: ignore image address for disasm | Alexei Starovoitov | 1 | -10/+8 |
2014-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2014-05-01 | bpf_dbg: fix wrong register usage | Brendan Hickey | 1 | -1/+1 |
2014-04-23 | filter: added BPF random opcode | Chema Gonzalez | 2 | -1/+11 |
2014-03-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2014-03-12 | tools/net/Makefile: Define PACKAGE to fix build problems | Markos Chandras | 1 | -1/+1 |
2014-02-25 | tools: bpf_dbg: various misc code cleanups | Daniel Borkmann | 1 | -64/+55 |