summaryrefslogtreecommitdiffstats
path: root/tools/net/ynl/lib
Commit message (Expand)AuthorAgeFilesLines
* netlink: specs: support generating code for genl socket privJakub Kicinski2024-03-111-0/+2
* tools: ynl: remove trailing semicolonJakub Kicinski2024-03-111-1/+1
* 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: Report netlink errors without stacktraceDonald Hunter2024-03-071-2/+2
* 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: 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-061-1/+1
* tools: ynl: rename make hardclean -> distcleanJakub Kicinski2024-03-061-1/+1
* 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-282-4/+1
* | tools: ynl: stop using mnl socket helpersJakub Kicinski2024-02-283-22/+42
* | tools: ynl: switch away from MNL_CB_*Jakub Kicinski2024-02-282-27/+33
* | tools: ynl: switch away from mnl_cb_tJakub Kicinski2024-02-282-16/+20
* | 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-282-3/+1
* | tools: ynl: make yarg the first member of struct ynl_dump_stateJakub Kicinski2024-02-282-5/+3
* | tools: ynl: create local ARRAY_SIZE() helperJakub Kicinski2024-02-281-0/+3
* | tools: ynl: create local nlmsg access helpersJakub Kicinski2024-02-282-14/+49
* | tools: ynl: create local for_each helpersJakub Kicinski2024-02-282-6/+53
* | tools: ynl: create local attribute helpersJakub Kicinski2024-02-282-36/+204
* | tools: ynl: give up on libmnl for auto-intsJakub Kicinski2024-02-281-9/+36
* | 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/net/ynl: Add support for nested structsDonald Hunter2024-01-312-6/+22
* | tools/net/ynl: Move formatted_string method out of NlAttrDonald Hunter2024-01-311-16/+15
* | tools/net/ynl: Rename _fixed_header_size() to _struct_size()Donald Hunter2024-01-311-6/+6
* | tools/net/ynl: Combine struct decoding logic in ynlDonald Hunter2024-01-311-33/+14
* | tools/net/ynl: Encode default values for binary blobsDonald Hunter2024-01-311-2/+7
* | tools/net/ynl: Add support for encoding sub-messagesDonald Hunter2024-01-311-4/+23
* | tools/net/ynl: Refactor fixed header encoding into separate methodDonald Hunter2024-01-311-11/+15
* | tools/net/ynl: Support sub-messages in nested attribute spacesDonald Hunter2024-01-311-9/+29
|/
* tools/net/ynl: Add binary and pad support to structs for tcDonald Hunter2023-12-181-10/+26
* tools/net/ynl: Add 'sub-message' attribute decoding to ynlDonald Hunter2023-12-182-8/+95
* tools/net/ynl: Use consistent array index expression formattingDonald Hunter2023-12-181-5/+5