summaryrefslogtreecommitdiff
path: root/tools/net
AgeCommit message (Expand)Author
2024-03-19tools: ynl: add header guards for nlctrlJakub Kicinski
2024-03-11netlink: specs: support generating code for genl socket privJakub Kicinski
2024-03-11tools: ynl: remove trailing semicolonJakub Kicinski
2024-03-11tools: ynl-gen: support using pre-defined values in attr checksHangbin Liu
2024-03-11ynl: samples: fix recycling rate calculationJakub Kicinski
2024-03-08tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"Colin Ian King
2024-03-07tools/net/ynl: Add nest-type-value decodingDonald Hunter
2024-03-07tools/net/ynl: Fix c codegen for array-nestDonald Hunter
2024-03-07tools/net/ynl: Report netlink errors without stacktraceDonald Hunter
2024-03-07tools/net/ynl: Fix extack decoding for netlink-rawDonald Hunter
2024-03-07tools: ynl: check for overflow of constructed messagesJakub Kicinski
2024-03-06tools: ynl: add --dbg-small-recv for easier kernel testingJakub Kicinski
2024-03-06tools: ynl: support debug printing messagesJakub Kicinski
2024-03-06tools: ynl: allow setting recv() sizeJakub Kicinski
2024-03-06tools: ynl: move the new line in NlMsg __repr__Jakub Kicinski
2024-03-06tools: ynl: remove __pycache__ during cleanJakub Kicinski
2024-03-06tools: ynl: add distclean to .PHONY in all makefilesJakub Kicinski
2024-03-06tools: ynl: rename make hardclean -> distcleanJakub Kicinski
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-28tools: ynl: use MSG_DONTWAIT for getting notificationsJakub Kicinski
2024-02-28tools: ynl: remove the libmnl dependencyJakub Kicinski
2024-02-28tools: ynl: stop using mnl socket helpersJakub Kicinski
2024-02-28tools: ynl: switch away from MNL_CB_*Jakub Kicinski
2024-02-28tools: ynl: switch away from mnl_cb_tJakub Kicinski
2024-02-28tools: ynl: stop using mnl_cb_run2()Jakub Kicinski
2024-02-28tools: ynl: use ynl_sock_read_msgs() for ACK handlingJakub Kicinski
2024-02-28tools: ynl: wrap recv() + mnl_cb_run2() into a single helperJakub Kicinski
2024-02-28tools: ynl-gen: remove unused parse codeJakub Kicinski
2024-02-28tools: ynl: make yarg the first member of struct ynl_dump_stateJakub Kicinski
2024-02-28tools: ynl: create local ARRAY_SIZE() helperJakub Kicinski
2024-02-28tools: ynl: create local nlmsg access helpersJakub Kicinski
2024-02-28tools: ynl: create local for_each helpersJakub Kicinski
2024-02-28tools: ynl: create local attribute helpersJakub Kicinski
2024-02-28tools: ynl: give up on libmnl for auto-intsJakub Kicinski
2024-02-28tools: ynl: fix handling of multiple mcast groupsJakub Kicinski
2024-02-28tools: ynl: protect from old OvS headersJakub Kicinski
2024-02-23tools: ynl: fix header guardsJakub Kicinski
2024-02-23tools: ynl: allow user to pass enum string instead of scalar valueJiri Pirko
2024-02-23tools: ynl: process all scalar types encoding in single elif statementJiri Pirko
2024-02-23tools: ynl: allow user to specify flag attr with bool valuesJiri Pirko
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-21tools: ynl: don't leak mcast_groups on init errorJakub Kicinski
2024-02-21tools: ynl: make sure we always pass yarg to mnl_cb_runJakub Kicinski
2024-02-19tools: ynl: don't access uninitialized attr_space variableJiri Pirko
2024-02-06tools: ynl: add support for encoding multi-attrAlessandro Marcolini
2024-02-06tools: ynl: correct typo and docstringAlessandro Marcolini
2024-02-02tools: ynl: auto-gen for all genetlink familiesJakub Kicinski
2024-02-02tools: ynl: generate code for ovs familiesJakub Kicinski
2024-02-02tools: ynl: include dpll and mptcp_pm in C codegenJakub Kicinski
2024-01-31tools/net/ynl: Add type info to struct members in generated docsDonald Hunter