summaryrefslogtreecommitdiffstats
path: root/tools/net
AgeCommit message (Expand)AuthorLines
2024-04-23tools: ynl: don't ignore errors in NLMSG_DONE messagesJakub Kicinski-0/+1
2024-03-22tools: ynl: fix setting presence bits in simple nestsJakub Kicinski-2/+5
2024-03-19tools: ynl: add header guards for nlctrlJakub Kicinski-0/+1
2024-03-11netlink: specs: support generating code for genl socket privJakub Kicinski-0/+12
2024-03-11tools: ynl: remove trailing semicolonJakub Kicinski-1/+1
2024-03-11tools: ynl-gen: support using pre-defined values in attr checksHangbin Liu-0/+2
2024-03-11ynl: samples: fix recycling rate calculationJakub Kicinski-0/+2
2024-03-08tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"Colin Ian King-1/+1
2024-03-07tools/net/ynl: Add nest-type-value decodingDonald Hunter-0/+12
2024-03-07tools/net/ynl: Fix c codegen for array-nestDonald Hunter-1/+1
2024-03-07tools/net/ynl: Report netlink errors without stacktraceDonald Hunter-9/+13
2024-03-07tools/net/ynl: Fix extack decoding for netlink-rawDonald Hunter-1/+6
2024-03-07tools: ynl: check for overflow of constructed messagesJakub Kicinski-4/+68
2024-03-06tools: ynl: add --dbg-small-recv for easier kernel testingJakub Kicinski-1/+6
2024-03-06tools: ynl: support debug printing messagesJakub Kicinski-0/+15
2024-03-06tools: ynl: allow setting recv() sizeJakub Kicinski-3/+18
2024-03-06tools: ynl: move the new line in NlMsg __repr__Jakub Kicinski-3/+3
2024-03-06tools: ynl: remove __pycache__ during cleanJakub Kicinski-0/+1
2024-03-06tools: ynl: add distclean to .PHONY in all makefilesJakub Kicinski-3/+3
2024-03-06tools: ynl: rename make hardclean -> distcleanJakub Kicinski-5/+5
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2024-02-28tools: ynl: use MSG_DONTWAIT for getting notificationsJakub Kicinski-15/+14
2024-02-28tools: ynl: remove the libmnl dependencyJakub Kicinski-6/+2
2024-02-28tools: ynl: stop using mnl socket helpersJakub Kicinski-22/+42
2024-02-28tools: ynl: switch away from MNL_CB_*Jakub Kicinski-34/+40
2024-02-28tools: ynl: switch away from mnl_cb_tJakub Kicinski-18/+21
2024-02-28tools: ynl: stop using mnl_cb_run2()Jakub Kicinski-19/+45
2024-02-28tools: ynl: use ynl_sock_read_msgs() for ACK handlingJakub Kicinski-23/+14
2024-02-28tools: ynl: wrap recv() + mnl_cb_run2() into a single helperJakub Kicinski-38/+18
2024-02-28tools: ynl-gen: remove unused parse codeJakub Kicinski-11/+1
2024-02-28tools: ynl: make yarg the first member of struct ynl_dump_stateJakub Kicinski-7/+6
2024-02-28tools: ynl: create local ARRAY_SIZE() helperJakub Kicinski-2/+5
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