summaryrefslogtreecommitdiff
path: root/tools/net/ynl/lib
AgeCommit message (Expand)AuthorFilesLines
2024-09-12selftests: add ncdevmem, netcat for devmem TCPMina Almasry1-0/+1
2024-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2024-09-06tools/net/ynl: fix cli.py --subscribe featureArkadiusz Kubalewski1-3/+4
2024-08-06tools: ynl: remove extraneous ; after statementsColin Ian King1-2/+2
2024-07-03tools: net: package libynl for use in selftestsJakub Kicinski1-1/+3
2024-06-28tools: ynl: use display hints for formatting of scalar attrsJakub Kicinski1-0/+2
2024-06-09tools: ynl: make user space policies constJakub Kicinski3-10/+10
2024-05-31tools: ynl: make the attr and msg helpers more C++ friendlyJakub Kicinski1-11/+11
2024-05-04tools: ynl: add --list-ops and --list-msgs to CLIJakub Kicinski1-0/+2
2024-04-27tools: ynl: don't append doc of missing type directly to the typeJakub Kicinski1-3/+2
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-04-23tools: ynl: don't ignore errors in NLMSG_DONE messagesJakub Kicinski1-0/+1
2024-04-23tools/net/ynl: Add multi message support to ynlDonald Hunter1-19/+49
2024-04-23tools/net/ynl: Fix extack decoding for directional opsDonald Hunter1-8/+6
2024-04-15tools: ynl: don't return None for dumpsJakub Kicinski1-1/+3
2024-04-06ynl: support binary and integer sub-type for indexed-arrayHangbin Liu1-0/+10
2024-04-06ynl: rename array-nest to indexed-arrayHangbin Liu1-5/+8
2024-04-04tools: ynl: copy netlink error to NlErrorJakub Kicinski1-1/+2
2024-04-03tools: ynl: add ynl_dump_empty() helperJakub Kicinski1-0/+12
2024-03-29tools/net/ynl: Add extack policy attribute decodingDonald Hunter1-0/+46
2024-03-29ynl: support hex display_hint for integerHangbin Liu1-1/+4
2024-03-12netlink: specs: support generating code for genl socket privJakub Kicinski1-0/+2
2024-03-12tools: ynl: remove trailing semicolonJakub Kicinski1-1/+1
2024-03-09tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"Colin Ian King1-1/+1
2024-03-08tools/net/ynl: Add nest-type-value decodingDonald Hunter1-0/+12
2024-03-08tools/net/ynl: Report netlink errors without stacktraceDonald Hunter1-2/+2
2024-03-08tools/net/ynl: Fix extack decoding for netlink-rawDonald Hunter1-1/+6
2024-03-07tools: ynl: check for overflow of constructed messagesJakub Kicinski3-4/+68
2024-03-06tools: ynl: support debug printing messagesJakub Kicinski1-0/+15
2024-03-06tools: ynl: allow setting recv() sizeJakub Kicinski1-3/+18
2024-03-06tools: ynl: move the new line in NlMsg __repr__Jakub Kicinski1-3/+3
2024-03-06tools: ynl: remove __pycache__ during cleanJakub Kicinski1-0/+1
2024-03-06tools: ynl: add distclean to .PHONY in all makefilesJakub Kicinski1-1/+1
2024-03-06tools: ynl: rename make hardclean -> distcleanJakub Kicinski1-1/+1
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-02-29tools: ynl: use MSG_DONTWAIT for getting notificationsJakub Kicinski1-15/+14
2024-02-29tools: ynl: remove the libmnl dependencyJakub Kicinski2-4/+1
2024-02-29tools: ynl: stop using mnl socket helpersJakub Kicinski3-22/+42
2024-02-29tools: ynl: switch away from MNL_CB_*Jakub Kicinski2-27/+33
2024-02-29tools: ynl: switch away from mnl_cb_tJakub Kicinski2-16/+20
2024-02-29tools: ynl: stop using mnl_cb_run2()Jakub Kicinski2-19/+45
2024-02-29tools: ynl: use ynl_sock_read_msgs() for ACK handlingJakub Kicinski2-23/+14
2024-02-29tools: ynl: wrap recv() + mnl_cb_run2() into a single helperJakub Kicinski1-38/+18
2024-02-29tools: ynl-gen: remove unused parse codeJakub Kicinski2-3/+1
2024-02-29tools: ynl: make yarg the first member of struct ynl_dump_stateJakub Kicinski2-5/+3
2024-02-29tools: ynl: create local ARRAY_SIZE() helperJakub Kicinski1-0/+3
2024-02-29tools: ynl: create local nlmsg access helpersJakub Kicinski2-14/+49
2024-02-29tools: ynl: create local for_each helpersJakub Kicinski2-6/+53
2024-02-29tools: ynl: create local attribute helpersJakub Kicinski2-36/+204
2024-02-29tools: ynl: give up on libmnl for auto-intsJakub Kicinski1-9/+36