aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-19tools: ynl: add header guards for nlctrlJakub Kicinski1-0/+1
2024-03-11netlink: specs: support generating code for genl socket privJakub Kicinski2-0/+12
2024-03-11tools: ynl: remove trailing semicolonJakub Kicinski1-1/+1
2024-03-11tools: ynl-gen: support using pre-defined values in attr checksHangbin Liu1-0/+2
2024-03-11ynl: samples: fix recycling rate calculationJakub Kicinski1-0/+2
2024-03-08tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"Colin Ian King1-1/+1
2024-03-07tools/net/ynl: Add nest-type-value decodingDonald Hunter1-0/+12
2024-03-07tools/net/ynl: Fix c codegen for array-nestDonald Hunter1-1/+1
2024-03-07tools/net/ynl: Report netlink errors without stacktraceDonald Hunter2-9/+13
2024-03-07tools/net/ynl: Fix extack decoding for netlink-rawDonald Hunter1-1/+6
2024-03-07tools: ynl: check for overflow of constructed messagesJakub Kicinski3-4/+68
2024-03-06tools: ynl: add --dbg-small-recv for easier kernel testingJakub Kicinski1-1/+6
2024-03-06tools: ynl: support debug printing messagesJakub Kicinski1-0/+15
2024-03-06tools: ynl: allow setting recv() sizeJakub Kicinski1-3/+18
2024-03-06tools: ynl: move the new line in NlMsg __repr__Jakub Kicinski1-3/+3
2024-03-06tools: ynl: remove __pycache__ during cleanJakub Kicinski1-0/+1
2024-03-06tools: ynl: add distclean to .PHONY in all makefilesJakub Kicinski3-3/+3
2024-03-06tools: ynl: rename make hardclean -> distcleanJakub Kicinski4-5/+5
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-02-28tools: ynl: use MSG_DONTWAIT for getting notificationsJakub Kicinski1-15/+14
2024-02-28tools: ynl: remove the libmnl dependencyJakub Kicinski4-6/+2
2024-02-28tools: ynl: stop using mnl socket helpersJakub Kicinski3-22/+42
2024-02-28tools: ynl: switch away from MNL_CB_*Jakub Kicinski3-34/+40
2024-02-28tools: ynl: switch away from mnl_cb_tJakub Kicinski3-18/+21
2024-02-28tools: ynl: stop using mnl_cb_run2()Jakub Kicinski2-19/+45
2024-02-28tools: ynl: use ynl_sock_read_msgs() for ACK handlingJakub Kicinski2-23/+14
2024-02-28tools: ynl: wrap recv() + mnl_cb_run2() into a single helperJakub Kicinski1-38/+18
2024-02-28tools: ynl-gen: remove unused parse codeJakub Kicinski3-11/+1
2024-02-28tools: ynl: make yarg the first member of struct ynl_dump_stateJakub Kicinski3-7/+6
2024-02-28tools: ynl: create local ARRAY_SIZE() helperJakub Kicinski2-2/+5
2024-02-28tools: ynl: create local nlmsg access helpersJakub Kicinski3-17/+52
2024-02-28tools: ynl: create local for_each helpersJakub Kicinski3-10/+57
2024-02-28tools: ynl: create local attribute helpersJakub Kicinski3-74/+227
2024-02-28tools: ynl: give up on libmnl for auto-intsJakub Kicinski1-9/+36
2024-02-28tools: ynl: fix handling of multiple mcast groupsJakub Kicinski1-0/+1
2024-02-28tools: ynl: protect from old OvS headersJakub Kicinski1-0/+3
2024-02-23tools: ynl: fix header guardsJakub Kicinski1-2/+2
2024-02-23tools: ynl: allow user to pass enum string instead of scalar valueJiri Pirko1-2/+24
2024-02-23tools: ynl: process all scalar types encoding in single elif statementJiri Pirko1-7/+7
2024-02-23tools: ynl: allow user to specify flag attr with bool valuesJiri Pirko1-0/+3
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+15
2024-02-21tools: ynl: don't leak mcast_groups on init errorJakub Kicinski1-1/+7
2024-02-21tools: 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-06tools: ynl: add support for encoding multi-attrAlessandro Marcolini1-0/+7
2024-02-06tools: ynl: correct typo and docstringAlessandro Marcolini1-4/+3
2024-02-02tools: ynl: auto-gen for all genetlink familiesJakub Kicinski1-1/+4
2024-02-02tools: ynl: generate code for ovs familiesJakub Kicinski3-1/+62
2024-02-02tools: ynl: include dpll and mptcp_pm in C codegenJakub Kicinski2-1/+3
2024-01-31tools/net/ynl: Add type info to struct members in generated docsDonald Hunter1-1/+8