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