summaryrefslogtreecommitdiff
path: root/tools/net
AgeCommit message (Expand)AuthorFilesLines
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-02-29tools: ynl: use MSG_DONTWAIT for getting notificationsJakub Kicinski1-15/+14
2024-02-29tools: ynl: remove the libmnl dependencyJakub Kicinski4-6/+2
2024-02-29tools: ynl: stop using mnl socket helpersJakub Kicinski3-22/+42
2024-02-29tools: ynl: switch away from MNL_CB_*Jakub Kicinski3-34/+40
2024-02-29tools: ynl: switch away from mnl_cb_tJakub Kicinski3-18/+21
2024-02-29tools: ynl: stop using mnl_cb_run2()Jakub Kicinski2-19/+45
2024-02-29tools: ynl: use ynl_sock_read_msgs() for ACK handlingJakub Kicinski2-23/+14
2024-02-29tools: ynl: wrap recv() + mnl_cb_run2() into a single helperJakub Kicinski1-38/+18
2024-02-29tools: ynl-gen: remove unused parse codeJakub Kicinski3-11/+1
2024-02-29tools: ynl: make yarg the first member of struct ynl_dump_stateJakub Kicinski3-7/+6
2024-02-29tools: ynl: create local ARRAY_SIZE() helperJakub Kicinski2-2/+5
2024-02-29tools: ynl: create local nlmsg access helpersJakub Kicinski3-17/+52
2024-02-29tools: ynl: create local for_each helpersJakub Kicinski3-10/+57
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: fix handling of multiple mcast groupsJakub Kicinski1-0/+1
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