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