summaryrefslogtreecommitdiff
path: root/tools/net
AgeCommit message (Expand)Author
2023-03-16ynl: make the tooling check the licenseJakub Kicinski
2023-03-16ynl: broaden the license even moreJakub Kicinski
2023-03-16tools: ynl: make definitions optional againJakub Kicinski
2023-03-10tools: ynl: fix get_mask utility routineLorenzo Bianconi
2023-03-10tools: ynl: fix render-max for flags definitionLorenzo Bianconi
2023-03-08tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski
2023-03-08tools: ynl: move the enum classes to shared codeJakub Kicinski
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski
2023-03-03tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski
2023-03-03tools: ynl: fully inherit attrs in subsetsJakub Kicinski
2023-02-24tools: net: add __pycache__ to gitignoreJakub Kicinski
2023-02-24tools: ynl-gen: re-raise the exception instead of printingJakub Kicinski
2023-02-24tools: ynl-gen: fix single attribute structs with attr 0 onlyJakub Kicinski
2023-01-31tools: net: use python3 explicitlyJakub Kicinski
2023-01-31tools: ynl: load jsonschema on demandJakub Kicinski
2023-01-31tools: ynl: use operation names from spec on the CLIJakub Kicinski
2023-01-31tools: ynl: support pretty printing bad attribute namesJakub Kicinski
2023-01-31tools: ynl: support multi-attrJakub Kicinski
2023-01-31tools: ynl: support directional enum-model in CLIJakub Kicinski
2023-01-31tools: ynl: add support for types needed by ethtoolJakub Kicinski
2023-01-31tools: ynl: use the common YAML loading and validation codeJakub Kicinski
2023-01-31tools: ynl: add an object hierarchy to represent parsed specJakub Kicinski
2023-01-31tools: ynl: move the cli and netlink code aroundJakub Kicinski
2023-01-31tools: ynl-gen: prevent do / dump reorderingJakub Kicinski
2023-01-26tools: ynl: store ops in ordered dict to avoid random orderingJakub Kicinski
2023-01-26tools: ynl: rename ops_list -> msg_listJakub Kicinski
2023-01-26tools: ynl: support kdocs for flags in code generationJakub Kicinski
2023-01-24tools: ynl: add a completely generic clientJakub Kicinski
2023-01-24net: add basic C code generators for NetlinkJakub Kicinski
2017-10-04tools: rename tools/net directory to tools/bpfJakub Kicinski
2017-06-14tools: bpf_jit_disasm: Handle large images.David Daney
2017-04-13tools: bpf_jit_disasm: Add option to dump JIT image to a file.David Daney
2016-05-08tools: bpf_jit_disasm: check for klogctl failureColin Ian King
2016-02-22tools, bpf_asm: simplify parser rule for BPF extensionsRay Bellis
2016-02-11bpf_dbg: do not initialise statics to 0Wei Tang
2015-11-15tools/net: Use include/uapi with __EXPORTED_HEADERS__Kamal Mostafa
2015-09-28tools: bpf_jit_disasm: make get_last_jit_image return unsignedAndrzej Hajda
2015-07-31bpf_jit_disasm: also support reading jit dump from fileDaniel Borkmann
2015-05-27tools: bpf_jit_disasm: fix segfault on disabled debugging log outputDaniel Borkmann
2015-03-24tools: bpf_asm: cleanup vlan extension related tokenDaniel Borkmann
2015-03-24filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar
2014-05-16tools: bpf_jit_disasm: increase image buffer sizeAlexei Starovoitov
2014-05-16tools: bpf_jit_disasm: ignore image address for disasmAlexei Starovoitov
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-04-30bpf_dbg: fix wrong register usageBrendan Hickey
2014-04-22filter: added BPF random opcodeChema Gonzalez
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-12tools/net/Makefile: Define PACKAGE to fix build problemsMarkos Chandras
2014-02-24tools: bpf_dbg: various misc code cleanupsDaniel Borkmann
2013-12-17bpf_exp: free duplicated labels at exit timeDaniel Borkmann