summaryrefslogtreecommitdiffstats
path: root/tools/net
Commit message (Expand)AuthorAgeFilesLines
* tools: ynl: don't ignore errors in NLMSG_DONE messagesJakub Kicinski2024-04-231-0/+1
* tools: ynl: fix setting presence bits in simple nestsJakub Kicinski2024-03-221-2/+5
* tools: ynl: add header guards for nlctrlJakub Kicinski2024-03-191-0/+1
* netlink: specs: support generating code for genl socket privJakub Kicinski2024-03-112-0/+12
* tools: ynl: remove trailing semicolonJakub Kicinski2024-03-111-1/+1
* tools: ynl-gen: support using pre-defined values in attr checksHangbin Liu2024-03-111-0/+2
* ynl: samples: fix recycling rate calculationJakub Kicinski2024-03-111-0/+2
* tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"Colin Ian King2024-03-081-1/+1
* tools/net/ynl: Add nest-type-value decodingDonald Hunter2024-03-071-0/+12
* tools/net/ynl: Fix c codegen for array-nestDonald Hunter2024-03-071-1/+1
* tools/net/ynl: Report netlink errors without stacktraceDonald Hunter2024-03-072-9/+13
* tools/net/ynl: Fix extack decoding for netlink-rawDonald Hunter2024-03-071-1/+6
* tools: ynl: check for overflow of constructed messagesJakub Kicinski2024-03-073-4/+68
* tools: ynl: add --dbg-small-recv for easier kernel testingJakub Kicinski2024-03-061-1/+6
* tools: ynl: support debug printing messagesJakub Kicinski2024-03-061-0/+15
* tools: ynl: allow setting recv() sizeJakub Kicinski2024-03-061-3/+18
* tools: ynl: move the new line in NlMsg __repr__Jakub Kicinski2024-03-061-3/+3
* tools: ynl: remove __pycache__ during cleanJakub Kicinski2024-03-061-0/+1
* tools: ynl: add distclean to .PHONY in all makefilesJakub Kicinski2024-03-063-3/+3
* tools: ynl: rename make hardclean -> distcleanJakub Kicinski2024-03-064-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-0/+1
|\
| * tools: ynl: fix handling of multiple mcast groupsJakub Kicinski2024-02-281-0/+1
* | tools: ynl: use MSG_DONTWAIT for getting notificationsJakub Kicinski2024-02-281-15/+14
* | tools: ynl: remove the libmnl dependencyJakub Kicinski2024-02-284-6/+2
* | tools: ynl: stop using mnl socket helpersJakub Kicinski2024-02-283-22/+42
* | tools: ynl: switch away from MNL_CB_*Jakub Kicinski2024-02-283-34/+40
* | tools: ynl: switch away from mnl_cb_tJakub Kicinski2024-02-283-18/+21
* | tools: ynl: stop using mnl_cb_run2()Jakub Kicinski2024-02-282-19/+45
* | tools: ynl: use ynl_sock_read_msgs() for ACK handlingJakub Kicinski2024-02-282-23/+14
* | tools: ynl: wrap recv() + mnl_cb_run2() into a single helperJakub Kicinski2024-02-281-38/+18
* | tools: ynl-gen: remove unused parse codeJakub Kicinski2024-02-283-11/+1
* | tools: ynl: make yarg the first member of struct ynl_dump_stateJakub Kicinski2024-02-283-7/+6
* | tools: ynl: create local ARRAY_SIZE() helperJakub Kicinski2024-02-282-2/+5
* | tools: ynl: create local nlmsg access helpersJakub Kicinski2024-02-283-17/+52
* | tools: ynl: create local for_each helpersJakub Kicinski2024-02-283-10/+57
* | tools: ynl: create local attribute helpersJakub Kicinski2024-02-283-74/+227
* | tools: ynl: give up on libmnl for auto-intsJakub Kicinski2024-02-281-9/+36
* | tools: ynl: protect from old OvS headersJakub Kicinski2024-02-281-0/+3
* | tools: ynl: fix header guardsJakub Kicinski2024-02-231-2/+2
* | tools: ynl: allow user to pass enum string instead of scalar valueJiri Pirko2024-02-231-2/+24
* | tools: ynl: process all scalar types encoding in single elif statementJiri Pirko2024-02-231-7/+7
* | tools: ynl: allow user to specify flag attr with bool valuesJiri Pirko2024-02-231-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-221-4/+15
|\|
| * tools: ynl: don't leak mcast_groups on init errorJakub Kicinski2024-02-211-1/+7
| * tools: ynl: make sure we always pass yarg to mnl_cb_runJakub Kicinski2024-02-211-3/+8
* | tools: ynl: don't access uninitialized attr_space variableJiri Pirko2024-02-191-2/+2
* | tools: ynl: add support for encoding multi-attrAlessandro Marcolini2024-02-061-0/+7
* | tools: ynl: correct typo and docstringAlessandro Marcolini2024-02-061-4/+3
* | tools: ynl: auto-gen for all genetlink familiesJakub Kicinski2024-02-021-1/+4
* | tools: ynl: generate code for ovs familiesJakub Kicinski2024-02-023-1/+62