summaryrefslogtreecommitdiffstats
path: root/tools/net
Commit message (Expand)AuthorAgeFilesLines
* tools/net/ynl-gen-rst: Remove extra indentation from generated docsDonald Hunter2023-12-181-3/+3
* tools/net/ynl-gen-rst: Remove bold from attribute-set headingsDonald Hunter2023-12-181-1/+1
* tools/net/ynl-gen-rst: Sort the index of generated netlink specsDonald Hunter2023-12-181-1/+1
* tools/net/ynl-gen-rst: Add sub-messages to generated docsDonald Hunter2023-12-181-0/+23
* tools/net/ynl: Add binary and pad support to structs for tcDonald Hunter2023-12-181-10/+26
* tools/net/ynl: Add 'sub-message' attribute decoding to ynlDonald Hunter2023-12-182-8/+95
* tools/net/ynl: Use consistent array index expression formattingDonald Hunter2023-12-181-5/+5
* tools: ynl-gen: print prototypes for recursive stuffJakub Kicinski2023-12-141-5/+39
* tools: ynl-gen: store recursive nests by a pointerJakub Kicinski2023-12-141-2/+14
* tools: ynl-gen: re-sort ignoring recursive nestsJakub Kicinski2023-12-141-21/+31
* tools: ynl-gen: record information about recursive nestsJakub Kicinski2023-12-141-2/+17
* tools: ynl-gen: fill in implementations for TypeUnusedJakub Kicinski2023-12-141-0/+9
* tools: ynl-gen: support fixed headers in genetlinkJakub Kicinski2023-12-143-8/+45
* tools: ynl-gen: use enum user type for members and argsJakub Kicinski2023-12-141-3/+2
* tools: ynl-gen: add missing request free helpers for dumpsJakub Kicinski2023-12-141-0/+1
* tools: ynl: move private definitions to a separate headerJakub Kicinski2023-12-052-147/+145
* tools: ynl: use strerror() if no extack of note providedJakub Kicinski2023-12-051-1/+5
* tools: pynl: make flags argument optional for do()Jakub Kicinski2023-12-051-2/+2
* tools: ynl: remove generated user space code from gitJakub Kicinski2023-12-0513-26838/+2
* netdev-genl: spec: Add PID in netdev netlink YAML specAmritha Nambiar2023-12-042-0/+8
* netdev-genl: spec: Add irq in netdev netlink YAML specAmritha Nambiar2023-12-042-0/+8
* netdev-genl: spec: Extend netdev netlink spec in YAML for NAPIAmritha Nambiar2023-12-042-0/+199
* netdev-genl: spec: Extend netdev netlink spec in YAML for queueAmritha Nambiar2023-12-042-0/+252
* docs: netlink: link to family documentations from spec infoJakub Kicinski2023-11-301-1/+7
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-303-2/+30
|\
| * tools: ynl: Print xsk-features from the sampleStanislav Fomichev2023-11-291-2/+8
| * xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev2023-11-292-0/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-305-55/+102
|\ \
| * | tools: ynl-gen: always construct struct ynl_req_stateJakub Kicinski2023-11-295-55/+102
| |/
* | tools: ynl: don't skip regeneration from make targetsJakub Kicinski2023-11-292-6/+10
* | tools: ynl: order building samples after generated codeJakub Kicinski2023-11-291-0/+2
* | tools: ynl: make sure we use local headers for page-poolJakub Kicinski2023-11-291-0/+2
* | tools: ynl: fix build of the page-pool sampleJakub Kicinski2023-11-291-1/+1
* | tools: ynl: add sample for getting page-pool informationJakub Kicinski2023-11-286-2/+740
* | tools: ynl-gen: use enum name from the specJakub Kicinski2023-11-241-5/+9
* | tools: ynl-get: use family c-nameJakub Kicinski2023-11-241-23/+23
* | tools: ynl-gen: always append ULL/LL to range typesJakub Kicinski2023-11-241-2/+3
* | Documentation: Document each netlink familyBreno Leitao2023-11-241-0/+388
|/
* tools: ynl: fix duplicate op name in devlinkJakub Kicinski2023-11-232-1/+7
* tools: ynl: fix header path for nfsdJakub Kicinski2023-11-231-1/+1
* 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
| |\