summaryrefslogtreecommitdiff
path: root/tools/net/ynl
AgeCommit message (Expand)Author
2023-06-09tools: ynl: regen: stop generating common notification handlersJakub Kicinski
2023-06-09tools: ynl-gen: stop generating common notification handlersJakub Kicinski
2023-06-09tools: ynl: regen: regenerate the if laddersJakub Kicinski
2023-06-09tools: ynl-gen: get attr type outside of if()Jakub Kicinski
2023-06-09tools: ynl-gen: combine else with closing bracketJakub Kicinski
2023-06-09tools: ynl-gen: complete the C keyword listJakub Kicinski
2023-06-09tools: ynl: regen: cleanup user space header includesJakub Kicinski
2023-06-09tools: ynl-gen: cleanup user space header includesJakub Kicinski
2023-06-09Revert "tools: ynl: Remove duplicated include in handshake-user.c"Jakub Kicinski
2023-06-09tools: ynl: Remove duplicated include in handshake-user.cYang Li
2023-06-08tools: ynl: add sample for devlinkJakub Kicinski
2023-06-08tools: ynl: generate code for the devlink familyJakub Kicinski
2023-06-08tools: ynl-gen: don't generate forward declarations for policies - regenJakub Kicinski
2023-06-08tools: ynl-gen: don't generate forward declarations for policiesJakub Kicinski
2023-06-08tools: ynl-gen: walk nested types in depthJakub Kicinski
2023-06-08tools: ynl-gen: inherit struct use infoJakub Kicinski
2023-06-08tools: ynl-gen: try to sort the types more intelligentlyJakub Kicinski
2023-06-08tools: ynl-gen: enable code gen for directional specsJakub Kicinski
2023-06-08tools: ynl-gen: refactor strmap helper generationJakub Kicinski
2023-06-08tools: ynl-gen: use enum names in op strmap more carefullyJakub Kicinski
2023-06-07tools: ynl: generate code for the handshake familyJakub Kicinski
2023-06-07tools: ynl-gen: improve unwind on parsing errorsJakub Kicinski
2023-06-07tools: ynl-gen: fill in support for MultiAttr scalarsJakub Kicinski
2023-06-06tools: ynl: add sample for netdevJakub Kicinski
2023-06-06tools: ynl: support fou and netdev in CJakub Kicinski
2023-06-06tools: ynl: user space helpersJakub Kicinski
2023-06-06tools: ynl-gen: clean up stray new lines at the end of reply-less requestsJakub Kicinski
2023-06-02tools: ynl-gen: generate static descriptions of notificationsJakub Kicinski
2023-06-02tools: ynl-gen: switch to family structJakub Kicinski
2023-06-02tools: ynl-gen: generate alloc and free helpers for reqJakub Kicinski
2023-06-02tools: ynl-gen: move the response reading logic into YNLJakub Kicinski
2023-06-02tools: ynl-gen: generate enum-to-string helpersJakub Kicinski
2023-06-02tools: ynl-gen: add error checking for nested structsJakub Kicinski
2023-06-02tools: ynl-gen: loosen type consistency check for eventsJakub Kicinski
2023-06-02tools: ynl-gen: don't override pure nested structJakub Kicinski
2023-06-02tools: ynl-gen: fix unused / pad attribute handlingJakub Kicinski
2023-06-02tools: ynl-gen: add extra headers for user spaceJakub Kicinski
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-29tools: ynl: Support enums in struct members in genetlink-legacyDonald Hunter
2023-05-29tools: ynl: Initialise fixed headers to 0 in genetlink-legacyDonald Hunter
2023-05-26net: ynl: prefix uAPI header include with uapi/Jakub Kicinski
2023-05-25tools: ynl: avoid dict errors on older Python versionsJakub Kicinski
2023-05-24tools: ynl: Handle byte-order in struct membersDonald Hunter
2023-05-24tools: ynl: Use dict of predefined Structs to decode scalar typesDonald Hunter
2023-04-13tools: ynl: Rename ethtool to ethtool.pyRahul Rameshbabu
2023-04-13tools: ynl: Remove absolute paths to yaml files from ethtool testing toolRahul Rameshbabu
2023-04-11tools: ynl: throw a more meaningful exception if family not supportedJakub Kicinski
2023-03-30tools: ynl: ethtool testing toolStanislav Fomichev
2023-03-30tools: ynl: replace print with NlErrorStanislav Fomichev
2023-03-30tools: ynl: support byte-order in cliStanislav Fomichev