summaryrefslogtreecommitdiffstats
path: root/tools/net
Commit message (Expand)AuthorAgeFilesLines
* tools: ynl: Fix genlmsg header encoding formatsDonald Hunter2023-03-221-3/+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
* tools, bpf_asm: simplify parser rule for BPF extensionsRay Bellis2016-02-222-151/+79
* bpf_dbg: do not initialise statics to 0Wei Tang2016-02-111-5/+5
* tools/net: Use include/uapi with __EXPORTED_HEADERS__Kamal Mostafa2015-11-151-3/+4
* tools: bpf_jit_disasm: make get_last_jit_image return unsignedAndrzej Hajda2015-09-281-2/+2
* bpf_jit_disasm: also support reading jit dump from fileDaniel Borkmann2015-07-311-19/+90
* tools: bpf_jit_disasm: fix segfault on disabled debugging log outputDaniel Borkmann2015-05-271-0/+2
* tools: bpf_asm: cleanup vlan extension related tokenDaniel Borkmann2015-03-242-14/+14
* filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar2015-03-242-1/+12
* tools: bpf_jit_disasm: increase image buffer sizeAlexei Starovoitov2014-05-161-1/+1
* tools: bpf_jit_disasm: ignore image address for disasmAlexei Starovoitov2014-05-161-10/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-1/+1
|\
| * bpf_dbg: fix wrong register usageBrendan Hickey2014-04-301-1/+1
* | filter: added BPF random opcodeChema Gonzalez2014-04-222-1/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-1/+1
|\
| * tools/net/Makefile: Define PACKAGE to fix build problemsMarkos Chandras2014-03-121-1/+1
* | tools: bpf_dbg: various misc code cleanupsDaniel Borkmann2014-02-241-64/+55
|/