aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-08tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski2-9/+7
2023-03-08tools: ynl: move the enum classes to shared codeJakub Kicinski3-89/+121
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski6-8/+9
2023-03-03tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski2-5/+8
2023-03-03tools: ynl: fully inherit attrs in subsetsJakub Kicinski1-8/+15
2023-02-24tools: net: add __pycache__ to gitignoreJakub Kicinski1-0/+1
2023-02-24tools: ynl-gen: re-raise the exception instead of printingJakub Kicinski1-3/+1
2023-02-24tools: ynl-gen: fix single attribute structs with attr 0 onlyJakub Kicinski1-1/+1
2023-01-31tools: net: use python3 explicitlyJakub Kicinski2-2/+2
2023-01-31tools: ynl: load jsonschema on demandJakub Kicinski2-1/+14
2023-01-31tools: ynl: use operation names from spec on the CLIJakub Kicinski2-4/+11
2023-01-31tools: ynl: support pretty printing bad attribute namesJakub Kicinski1-0/+40
2023-01-31tools: ynl: support multi-attrJakub Kicinski1-7/+14
2023-01-31tools: ynl: support directional enum-model in CLIJakub Kicinski1-4/+4
2023-01-31tools: ynl: add support for types needed by ethtoolJakub Kicinski1-1/+10
2023-01-31tools: ynl: use the common YAML loading and validation codeJakub Kicinski2-232/+142
2023-01-31tools: ynl: add an object hierarchy to represent parsed specJakub Kicinski2-1/+304
2023-01-31tools: ynl: move the cli and netlink code aroundJakub Kicinski3-1/+6
2023-01-31tools: ynl-gen: prevent do / dump reorderingJakub Kicinski1-2/+2
2023-01-26tools: ynl: store ops in ordered dict to avoid random orderingJakub Kicinski1-1/+2
2023-01-26tools: ynl: rename ops_list -> msg_listJakub Kicinski1-4/+6
2023-01-26tools: ynl: support kdocs for flags in code generationJakub Kicinski1-17/+20
2023-01-24tools: ynl: add a completely generic clientJakub Kicinski2-0/+581
2023-01-24net: add basic C code generators for NetlinkJakub Kicinski2-0/+2403
2017-10-04tools: rename tools/net directory to tools/bpfJakub Kicinski6-2656/+0
2017-06-14tools: bpf_jit_disasm: Handle large images.David Daney1-11/+26
2017-04-13tools: bpf_jit_disasm: Add option to dump JIT image to a file.David Daney1-4/+36
2016-05-08tools: bpf_jit_disasm: check for klogctl failureColin Ian King1-0/+3
2016-02-22tools, bpf_asm: simplify parser rule for BPF extensionsRay Bellis2-151/+79
2016-02-11bpf_dbg: do not initialise statics to 0Wei Tang1-5/+5
2015-11-15tools/net: Use include/uapi with __EXPORTED_HEADERS__Kamal Mostafa1-3/+4
2015-09-28tools: bpf_jit_disasm: make get_last_jit_image return unsignedAndrzej Hajda1-2/+2
2015-07-31bpf_jit_disasm: also support reading jit dump from fileDaniel Borkmann1-19/+90
2015-05-27tools: bpf_jit_disasm: fix segfault on disabled debugging log outputDaniel Borkmann1-0/+2
2015-03-24tools: bpf_asm: cleanup vlan extension related tokenDaniel Borkmann2-14/+14
2015-03-24filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar2-1/+12
2014-05-16tools: bpf_jit_disasm: increase image buffer sizeAlexei Starovoitov1-1/+1
2014-05-16tools: bpf_jit_disasm: ignore image address for disasmAlexei Starovoitov1-10/+8
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-04-30bpf_dbg: fix wrong register usageBrendan Hickey1-1/+1
2014-04-22filter: added BPF random opcodeChema Gonzalez2-1/+11
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-03-12tools/net/Makefile: Define PACKAGE to fix build problemsMarkos Chandras1-1/+1
2014-02-24tools: bpf_dbg: various misc code cleanupsDaniel Borkmann1-64/+55
2013-12-17bpf_exp: free duplicated labels at exit timeDaniel Borkmann1-7/+20
2013-12-17bpf_dbg: always close socket in bpf_runnableDaniel Borkmann1-1/+1
2013-12-11filter: bpf_asm: add minimal bpf asm toolDaniel Borkmann4-2/+960
2013-12-11filter: bpf_dbg: add minimal bpf debuggerDaniel Borkmann2-2/+1411
2013-03-21filter: add minimal BPF JIT image disassemblerDaniel Borkmann2-0/+214