summaryrefslogtreecommitdiff
path: root/tools/net
AgeCommit message (Expand)AuthorFilesLines
2024-02-29tools: ynl: create local attribute helpersJakub Kicinski3-74/+227
2024-02-29tools: ynl: give up on libmnl for auto-intsJakub Kicinski1-9/+36
2024-02-29tools: ynl: protect from old OvS headersJakub Kicinski1-0/+3
2024-02-24tools: ynl: fix header guardsJakub Kicinski1-2/+2
2024-02-24tools: ynl: allow user to pass enum string instead of scalar valueJiri Pirko1-2/+24
2024-02-24tools: ynl: process all scalar types encoding in single elif statementJiri Pirko1-7/+7
2024-02-24tools: ynl: allow user to specify flag attr with bool valuesJiri Pirko1-0/+3
2024-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+15
2024-02-22tools: ynl: don't leak mcast_groups on init errorJakub Kicinski1-1/+7
2024-02-22tools: ynl: make sure we always pass yarg to mnl_cb_runJakub Kicinski1-3/+8
2024-02-19tools: ynl: don't access uninitialized attr_space variableJiri Pirko1-2/+2
2024-02-07tools: ynl: add support for encoding multi-attrAlessandro Marcolini1-0/+7
2024-02-07tools: ynl: correct typo and docstringAlessandro Marcolini1-4/+3
2024-02-03tools: ynl: auto-gen for all genetlink familiesJakub Kicinski1-1/+4
2024-02-03tools: ynl: generate code for ovs familiesJakub Kicinski3-1/+62
2024-02-03tools: ynl: include dpll and mptcp_pm in C codegenJakub Kicinski2-1/+3
2024-02-01tools/net/ynl: Add type info to struct members in generated docsDonald Hunter1-1/+8
2024-02-01tools/net/ynl: Add support for nested structsDonald Hunter2-6/+22
2024-02-01tools/net/ynl: Move formatted_string method out of NlAttrDonald Hunter1-16/+15
2024-02-01tools/net/ynl: Rename _fixed_header_size() to _struct_size()Donald Hunter1-6/+6
2024-02-01tools/net/ynl: Combine struct decoding logic in ynlDonald Hunter1-33/+14
2024-02-01tools/net/ynl: Encode default values for binary blobsDonald Hunter1-2/+7
2024-02-01tools/net/ynl: Add support for encoding sub-messagesDonald Hunter1-4/+23
2024-02-01tools/net/ynl: Refactor fixed header encoding into separate methodDonald Hunter1-11/+15
2024-02-01tools/net/ynl: Support sub-messages in nested attribute spacesDonald Hunter1-9/+29
2024-02-01tools/net/ynl: Add --output-json arg to ynl cliDonald Hunter1-3/+19
2023-12-19tools/net/ynl-gen-rst: Remove extra indentation from generated docsDonald Hunter1-3/+3
2023-12-19tools/net/ynl-gen-rst: Remove bold from attribute-set headingsDonald Hunter1-1/+1
2023-12-19tools/net/ynl-gen-rst: Sort the index of generated netlink specsDonald Hunter1-1/+1
2023-12-19tools/net/ynl-gen-rst: Add sub-messages to generated docsDonald Hunter1-0/+23
2023-12-19tools/net/ynl: Add binary and pad support to structs for tcDonald Hunter1-10/+26
2023-12-19tools/net/ynl: Add 'sub-message' attribute decoding to ynlDonald Hunter2-8/+95
2023-12-19tools/net/ynl: Use consistent array index expression formattingDonald Hunter1-5/+5
2023-12-15tools: ynl-gen: print prototypes for recursive stuffJakub Kicinski1-5/+39
2023-12-15tools: ynl-gen: store recursive nests by a pointerJakub Kicinski1-2/+14
2023-12-15tools: ynl-gen: re-sort ignoring recursive nestsJakub Kicinski1-21/+31
2023-12-15tools: ynl-gen: record information about recursive nestsJakub Kicinski1-2/+17
2023-12-15tools: ynl-gen: fill in implementations for TypeUnusedJakub Kicinski1-0/+9
2023-12-15tools: ynl-gen: support fixed headers in genetlinkJakub Kicinski3-8/+45
2023-12-15tools: ynl-gen: use enum user type for members and argsJakub Kicinski1-3/+2
2023-12-15tools: ynl-gen: add missing request free helpers for dumpsJakub Kicinski1-0/+1
2023-12-06tools: ynl: move private definitions to a separate headerJakub Kicinski2-147/+145
2023-12-06tools: ynl: use strerror() if no extack of note providedJakub Kicinski1-1/+5
2023-12-06tools: pynl: make flags argument optional for do()Jakub Kicinski1-2/+2
2023-12-05tools: ynl: remove generated user space code from gitJakub Kicinski13-26838/+2
2023-12-05netdev-genl: spec: Add PID in netdev netlink YAML specAmritha Nambiar2-0/+8
2023-12-05netdev-genl: spec: Add irq in netdev netlink YAML specAmritha Nambiar2-0/+8
2023-12-05netdev-genl: spec: Extend netdev netlink spec in YAML for NAPIAmritha Nambiar2-0/+199
2023-12-05netdev-genl: spec: Extend netdev netlink spec in YAML for queueAmritha Nambiar2-0/+252
2023-12-01docs: netlink: link to family documentations from spec infoJakub Kicinski1-1/+7