summaryrefslogtreecommitdiffstats
path: root/tools/net
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "tools: ynl: Remove duplicated include in handshake-user.c"Jakub Kicinski2023-06-091-0/+1
* tools: ynl: Remove duplicated include in handshake-user.cYang Li2023-06-091-1/+0
* tools: ynl: add sample for devlinkJakub Kicinski2023-06-082-0/+61
* tools: ynl: generate code for the devlink familyJakub Kicinski2023-06-083-1/+932
* tools: ynl-gen: don't generate forward declarations for policies - regenJakub Kicinski2023-06-083-8/+0
* tools: ynl-gen: don't generate forward declarations for policiesJakub Kicinski2023-06-081-9/+3
* tools: ynl-gen: walk nested types in depthJakub Kicinski2023-06-081-12/+29
* tools: ynl-gen: inherit struct use infoJakub Kicinski2023-06-081-0/+8
* tools: ynl-gen: try to sort the types more intelligentlyJakub Kicinski2023-06-081-2/+24
* tools: ynl-gen: enable code gen for directional specsJakub Kicinski2023-06-082-6/+11
* tools: ynl-gen: refactor strmap helper generationJakub Kicinski2023-06-081-19/+17
* tools: ynl-gen: use enum names in op strmap more carefullyJakub Kicinski2023-06-083-2/+9
* tools: ynl: generate code for the handshake familyJakub Kicinski2023-06-073-1/+534
* tools: ynl-gen: improve unwind on parsing errorsJakub Kicinski2023-06-071-5/+17
* tools: ynl-gen: fill in support for MultiAttr scalarsJakub Kicinski2023-06-071-5/+42
* tools: ynl: add sample for netdevJakub Kicinski2023-06-063-0/+137
* tools: ynl: support fou and netdev in CJakub Kicinski2023-06-065-1/+1016
* tools: ynl: user space helpersJakub Kicinski2023-06-066-1/+1231
* tools: ynl-gen: clean up stray new lines at the end of reply-less requestsJakub Kicinski2023-06-061-3/+4
* tools: ynl-gen: generate static descriptions of notificationsJakub Kicinski2023-06-021-10/+42
* tools: ynl-gen: switch to family structJakub Kicinski2023-06-021-0/+15
* tools: ynl-gen: generate alloc and free helpers for reqJakub Kicinski2023-06-021-0/+17
* tools: ynl-gen: move the response reading logic into YNLJakub Kicinski2023-06-021-36/+27
* tools: ynl-gen: generate enum-to-string helpersJakub Kicinski2023-06-021-0/+66
* tools: ynl-gen: add error checking for nested structsJakub Kicinski2023-06-021-1/+2
* tools: ynl-gen: loosen type consistency check for eventsJakub Kicinski2023-06-021-7/+8
* tools: ynl-gen: don't override pure nested structJakub Kicinski2023-06-021-1/+2
* tools: ynl-gen: fix unused / pad attribute handlingJakub Kicinski2023-06-021-3/+17
* tools: ynl-gen: add extra headers for user spaceJakub Kicinski2023-06-021-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-011-2/+3
|\
| * tools: ynl: avoid dict errors on older Python versionsJakub Kicinski2023-05-251-2/+3
* | tools: ynl: Support enums in struct members in genetlink-legacyDonald Hunter2023-05-292-1/+7
* | tools: ynl: Initialise fixed headers to 0 in genetlink-legacyDonald Hunter2023-05-291-1/+1
* | net: ynl: prefix uAPI header include with uapi/Jakub Kicinski2023-05-261-1/+3
* | tools: ynl: Handle byte-order in struct membersDonald Hunter2023-05-242-4/+6
* | tools: ynl: Use dict of predefined Structs to decode scalar typesDonald Hunter2023-05-241-57/+44
|/
* tools: ynl: Rename ethtool to ethtool.pyRahul Rameshbabu2023-04-131-0/+0
* tools: ynl: Remove absolute paths to yaml files from ethtool testing toolRahul Rameshbabu2023-04-131-2/+2
* tools: ynl: throw a more meaningful exception if family not supportedJakub Kicinski2023-04-111-1/+4
* tools: ynl: ethtool testing toolStanislav Fomichev2023-03-303-0/+444
* tools: ynl: replace print with NlErrorStanislav Fomichev2023-03-301-3/+9
* tools: ynl: support byte-order in cliStanislav Fomichev2023-03-302-12/+24
* tools: ynl: Add fixed-header support to ynlDonald Hunter2023-03-282-12/+33
* tools: ynl: Add struct attr decoding to ynlDonald Hunter2023-03-282-1/+16
* tools: ynl: Add C array attribute decoding to ynlDonald Hunter2023-03-282-3/+22
* tools: ynl: Add struct parsing to nlspecDonald Hunter2023-03-281-0/+43
* tools: ynl: default to treating enums as flags for mask generationJakub Kicinski2023-03-272-5/+6
* tools: ynl: Add missing types to encode/decodeMichal Michalik2023-03-271-0/+6
* tools: ynl: add the Python requirements.txt fileMichal Michalik2023-03-241-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-3/+3
|\