summaryrefslogtreecommitdiffstats
path: root/tools/net
Commit message (Expand)AuthorAgeFilesLines
* nfsd: regenerate user space parsers after ynl-gen changesJakub Kicinski2023-11-062-11/+153
* tools: ynl-gen: don't touch the output file if content is the sameJakub Kicinski2023-11-011-1/+6
* netlink: specs: devlink: add forgotten port function caps enum valuesJiri Pirko2023-11-011-0/+2
* Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-10-3117-153/+7556
|\
| * tools: ynl: introduce option to process unknown attributes or typesJiri Pirko2023-10-272-12/+39
| * tools: ynl-gen: respect attr-cnt-name at the attr set levelJakub Kicinski2023-10-261-3/+4
| * netlink: specs: support conditional operationsJakub Kicinski2023-10-261-0/+22
| * netlink: make range pointers in policies constJakub Kicinski2023-10-261-1/+1
| * tools: ynl-gen: add support for exact-len validationDavide Caratti2023-10-241-11/+17
| * Merge branch 'devlink-finish-conversion-to-generated-split_ops'Jakub Kicinski2023-10-236-15/+7185
| |\
| | * netlink: specs: devlink: add the remaining command to generate complete split...Jiri Pirko2023-10-232-1/+7122
| | * netlink: specs: devlink: remove reload-action from devlink-get cmd replyJiri Pirko2023-10-232-7/+0
| | * tools: ynl-gen: render rsp_parse() helpers if cmd has only dump opJiri Pirko2023-10-231-4/+7
| | * tools: ynl-gen: introduce support for bitfield32 attribute typeJiri Pirko2023-10-234-3/+56
| * | tools: ynl-gen: change spacing around __attribute__Jakub Kicinski2023-10-237-64/+64
| |/
| * netlink: specs: add support for auto-sized scalarsJakub Kicinski2023-10-205-2/+47
| * tools: ynl-gen: make the mnl_type() method publicJakub Kicinski2023-10-201-20/+18
| * tools: ynl-gen: support limit namesJakub Kicinski2023-10-191-11/+34
| * tools: ynl-gen: support full range of min/max checks for integer valuesJakub Kicinski2023-10-191-7/+59
| * tools: ynl-gen: track attribute useJakub Kicinski2023-10-191-0/+20
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-27/+27
| |\
| * | tools: ynl: fix converting flags to names after recent cleanupJakub Kicinski2023-10-171-1/+1
| * | tools: ynl: use ynl-gen -o instead of stdout in MakefileJakub Kicinski2023-10-111-2/+2
| * | tools: ynl-gen: handle do ops with no input attrsJakub Kicinski2023-10-091-6/+11
| * | tools: ynl-gen: use uapi header name for the header guardJakub Kicinski2023-10-061-1/+5
| * | tools: ynl: use uAPI include magic for samplesJakub Kicinski2023-10-041-1/+4
| * | tools: ynl: don't regen on every makeJakub Kicinski2023-10-042-2/+1
| * | handshake: Fix sign of key_serial_t fieldsChuck Lever2023-10-021-2/+2
| * | handshake: Fix sign of socket file descriptor fieldsChuck Lever2023-10-021-3/+3
| * | tools: ynl: extend netdev sample to dump xdp-rx-metadata-featuresStanislav Fomichev2023-09-154-2/+30
* | | Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-10-304-1/+130
|\ \ \ | |_|/ |/| |
| * | tools: ynl: Add source files for nfsd netlink protocolChuck Lever2023-10-164-1/+130
| |/
* / netlink: specs: devlink: fix reply command valuesJiri Pirko2023-10-131-27/+27
|/
* tools/net/ynl: Add support for create flagsDonald Hunter2023-08-273-8/+22
* tools/net/ynl: Implement nlattr array-nest decoding in ynlDonald Hunter2023-08-271-0/+13
* tools/net/ynl: Add support for netlink-raw familiesDonald Hunter2023-08-271-33/+91
* tools/net/ynl: Fix extack parsing with fixed header genlmsgDonald Hunter2023-08-271-25/+40
* tools/ynl: Add mcast-group schema parsing to ynlDonald Hunter2023-08-271-0/+31
* tools: ynl-gen: fix uAPI generation after tempfile changesJakub Kicinski2023-08-251-10/+20
* tools: ynl-gen: support empty attribute listsJakub Kicinski2023-08-241-2/+9
* tools: ynl-gen: fix collecting global policy attrsJakub Kicinski2023-08-241-1/+3
* tools: ynl-gen: set length of binary fieldsJakub Kicinski2023-08-243-0/+11
* tools: ynl: allow passing binary dataJakub Kicinski2023-08-241-1/+6
* tools: ynl-gen: use temporary file for renderingJiri Pirko2023-08-191-2/+8
* tools: ynl: add more info to KeyErrors on missing attrsJakub Kicinski2023-08-151-3/+12
* netlink: specs: devlink: extend health reporter dump attributes by port indexJiri Pirko2023-08-142-0/+11
* netlink: specs: devlink: extend per-instance dump commands to accept instance...Jiri Pirko2023-08-142-26/+643
* netlink: specs: devlink: add commands that do per-instance dumpJiri Pirko2023-08-142-0/+3352
* tools: ynl-gen: add missing empty line between policiesJakub Kicinski2023-08-091-0/+1
* tools: ynl-gen: avoid rendering empty validate fieldJiri Pirko2023-08-091-3/+4