summaryrefslogtreecommitdiff
path: root/tools/net
AgeCommit message (Expand)Author
2024-05-13ynl: ensure exact-len value is resolvedAntonio Quartulli
2024-05-03tools: ynl: add --list-ops and --list-msgs to CLIJakub Kicinski
2024-04-26tools: ynl: don't append doc of missing type directly to the typeJakub Kicinski
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-23tools: ynl: don't ignore errors in NLMSG_DONE messagesJakub Kicinski
2024-04-22tools/net/ynl: Add multi message support to ynlDonald Hunter
2024-04-22tools/net/ynl: Fix extack decoding for directional opsDonald Hunter
2024-04-15tools: ynl: don't return None for dumpsJakub Kicinski
2024-04-05ynl: support binary and integer sub-type for indexed-arrayHangbin Liu
2024-04-05ynl: rename array-nest to indexed-arrayHangbin Liu
2024-04-05tools: ynl: ethtool.py: Output timestamping statistics from tsinfo-get operationRahul Rameshbabu
2024-04-04tools: ynl: copy netlink error to NlErrorJakub Kicinski
2024-04-03tools: ynl: ethtool.py: Make tool invokable from any CWDRahul Rameshbabu
2024-04-02tools: ynl: add ynl_dump_empty() helperJakub Kicinski
2024-04-01doc: netlink: Add hyperlinks to generated Netlink docsDonald Hunter
2024-04-01doc: netlink: Change generated docs to limit TOC to depth 3Donald Hunter
2024-03-29tools/net/ynl: Add extack policy attribute decodingDonald Hunter
2024-03-28ynl: support hex display_hint for integerHangbin Liu
2024-03-22tools: ynl: fix setting presence bits in simple nestsJakub Kicinski
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