summaryrefslogtreecommitdiff
path: root/tools/net/ynl
AgeCommit message (Expand)AuthorFilesLines
2023-06-09Revert "tools: ynl: Remove duplicated include in handshake-user.c"Jakub Kicinski1-0/+1
2023-06-09tools: ynl: Remove duplicated include in handshake-user.cYang Li1-1/+0
2023-06-09tools: ynl: add sample for devlinkJakub Kicinski2-0/+61
2023-06-09tools: ynl: generate code for the devlink familyJakub Kicinski3-1/+932
2023-06-09tools: ynl-gen: don't generate forward declarations for policies - regenJakub Kicinski3-8/+0
2023-06-09tools: ynl-gen: don't generate forward declarations for policiesJakub Kicinski1-9/+3
2023-06-09tools: ynl-gen: walk nested types in depthJakub Kicinski1-12/+29
2023-06-09tools: ynl-gen: inherit struct use infoJakub Kicinski1-0/+8
2023-06-09tools: ynl-gen: try to sort the types more intelligentlyJakub Kicinski1-2/+24
2023-06-09tools: ynl-gen: enable code gen for directional specsJakub Kicinski2-6/+11
2023-06-09tools: ynl-gen: refactor strmap helper generationJakub Kicinski1-19/+17
2023-06-09tools: ynl-gen: use enum names in op strmap more carefullyJakub Kicinski3-2/+9
2023-06-07tools: ynl: generate code for the handshake familyJakub Kicinski3-1/+534
2023-06-07tools: ynl-gen: improve unwind on parsing errorsJakub Kicinski1-5/+17
2023-06-07tools: ynl-gen: fill in support for MultiAttr scalarsJakub Kicinski1-5/+42
2023-06-06tools: ynl: add sample for netdevJakub Kicinski3-0/+137
2023-06-06tools: ynl: support fou and netdev in CJakub Kicinski5-1/+1016
2023-06-06tools: ynl: user space helpersJakub Kicinski6-1/+1231
2023-06-06tools: ynl-gen: clean up stray new lines at the end of reply-less requestsJakub Kicinski1-3/+4
2023-06-03tools: ynl-gen: generate static descriptions of notificationsJakub Kicinski1-10/+42
2023-06-03tools: ynl-gen: switch to family structJakub Kicinski1-0/+15
2023-06-03tools: ynl-gen: generate alloc and free helpers for reqJakub Kicinski1-0/+17
2023-06-03tools: ynl-gen: move the response reading logic into YNLJakub Kicinski1-36/+27
2023-06-03tools: ynl-gen: generate enum-to-string helpersJakub Kicinski1-0/+66
2023-06-03tools: ynl-gen: add error checking for nested structsJakub Kicinski1-1/+2
2023-06-03tools: ynl-gen: loosen type consistency check for eventsJakub Kicinski1-7/+8
2023-06-03tools: ynl-gen: don't override pure nested structJakub Kicinski1-1/+2
2023-06-03tools: ynl-gen: fix unused / pad attribute handlingJakub Kicinski1-3/+17
2023-06-03tools: ynl-gen: add extra headers for user spaceJakub Kicinski1-0/+7
2023-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2023-05-30tools: ynl: Support enums in struct members in genetlink-legacyDonald Hunter2-1/+7
2023-05-30tools: ynl: Initialise fixed headers to 0 in genetlink-legacyDonald Hunter1-1/+1
2023-05-26net: ynl: prefix uAPI header include with uapi/Jakub Kicinski1-1/+3
2023-05-26tools: ynl: avoid dict errors on older Python versionsJakub Kicinski1-2/+3
2023-05-24tools: ynl: Handle byte-order in struct membersDonald Hunter2-4/+6
2023-05-24tools: ynl: Use dict of predefined Structs to decode scalar typesDonald Hunter1-57/+44
2023-04-14tools: ynl: Rename ethtool to ethtool.pyRahul Rameshbabu1-0/+0
2023-04-14tools: ynl: Remove absolute paths to yaml files from ethtool testing toolRahul Rameshbabu1-2/+2
2023-04-11tools: ynl: throw a more meaningful exception if family not supportedJakub Kicinski1-1/+4
2023-03-31tools: ynl: ethtool testing toolStanislav Fomichev3-0/+444
2023-03-31tools: ynl: replace print with NlErrorStanislav Fomichev1-3/+9
2023-03-31tools: ynl: support byte-order in cliStanislav Fomichev2-12/+24
2023-03-29tools: ynl: Add fixed-header support to ynlDonald Hunter2-12/+33
2023-03-29tools: ynl: Add struct attr decoding to ynlDonald Hunter2-1/+16
2023-03-29tools: ynl: Add C array attribute decoding to ynlDonald Hunter2-3/+22
2023-03-29tools: ynl: Add struct parsing to nlspecDonald Hunter1-0/+43
2023-03-27tools: ynl: default to treating enums as flags for mask generationJakub Kicinski2-5/+6
2023-03-27tools: ynl: Add missing types to encode/decodeMichal Michalik1-0/+6
2023-03-25tools: ynl: add the Python requirements.txt fileMichal Michalik1-0/+2
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3