summaryrefslogtreecommitdiffstats
path: root/tools/net/ynl/lib
AgeCommit message (Expand)AuthorLines
2025-01-27tools: ynl: c: correct reverse decode of empty attrsJakub Kicinski-1/+1
2025-01-09tools: ynl: move python code to separate sub-directoryJan Stancek-1694/+0
2025-01-07tools: ynl: print some information about attribute we can't parseJakub Kicinski-35/+39
2025-01-07tools: ynl: correctly handle overrides of fields in subsetJakub Kicinski-1/+4
2024-12-15tools/net/ynl: fix sub-message key lookup for nested attributesDonald Hunter-3/+3
2024-11-14tools/net/ynl: add async notification handlingDonald Hunter-3/+25
2024-11-14Revert "tools/net/ynl: improve async notification handling"Donald Hunter-29/+20
2024-11-13tools: ynl: extend CFLAGS to keep options from environmentJan Stancek-1/+1
2024-11-04tools: ynl-gen: de-kdocify enums with no doc for entriesJakub Kicinski-0/+3
2024-10-24tools/net/ynl: improve async notification handlingDonald Hunter-20/+29
2024-09-11selftests: add ncdevmem, netcat for devmem TCPMina Almasry-0/+1
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+4
2024-09-05tools/net/ynl: fix cli.py --subscribe featureArkadiusz Kubalewski-3/+4
2024-08-05tools: ynl: remove extraneous ; after statementsColin Ian King-2/+2
2024-07-02tools: net: package libynl for use in selftestsJakub Kicinski-1/+3
2024-06-27tools: ynl: use display hints for formatting of scalar attrsJakub Kicinski-0/+2
2024-06-09tools: ynl: make user space policies constJakub Kicinski-10/+10
2024-05-30tools: ynl: make the attr and msg helpers more C++ friendlyJakub Kicinski-11/+11
2024-05-03tools: ynl: add --list-ops and --list-msgs to CLIJakub Kicinski-0/+2
2024-04-26tools: ynl: don't append doc of missing type directly to the typeJakub Kicinski-3/+2
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2024-04-23tools: ynl: don't ignore errors in NLMSG_DONE messagesJakub Kicinski-0/+1
2024-04-22tools/net/ynl: Add multi message support to ynlDonald Hunter-19/+49
2024-04-22tools/net/ynl: Fix extack decoding for directional opsDonald Hunter-8/+6
2024-04-15tools: ynl: don't return None for dumpsJakub Kicinski-1/+3
2024-04-05ynl: support binary and integer sub-type for indexed-arrayHangbin Liu-0/+10
2024-04-05ynl: rename array-nest to indexed-arrayHangbin Liu-5/+8
2024-04-04tools: ynl: copy netlink error to NlErrorJakub Kicinski-1/+2
2024-04-02tools: ynl: add ynl_dump_empty() helperJakub Kicinski-0/+12
2024-03-29tools/net/ynl: Add extack policy attribute decodingDonald Hunter-0/+46
2024-03-28ynl: support hex display_hint for integerHangbin Liu-1/+4
2024-03-11netlink: specs: support generating code for genl socket privJakub Kicinski-0/+2
2024-03-11tools: ynl: remove trailing semicolonJakub Kicinski-1/+1
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: Report netlink errors without stacktraceDonald Hunter-2/+2
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: 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-1/+1
2024-03-06tools: ynl: rename make hardclean -> distcleanJakub Kicinski-1/+1
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-4/+1
2024-02-28tools: ynl: stop using mnl socket helpersJakub Kicinski-22/+42
2024-02-28tools: ynl: switch away from MNL_CB_*Jakub Kicinski-27/+33
2024-02-28tools: ynl: switch away from mnl_cb_tJakub Kicinski-16/+20