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