summaryrefslogtreecommitdiff
path: root/tools/net
AgeCommit message (Expand)AuthorFilesLines
2023-12-19tools/net/ynl-gen-rst: Remove extra indentation from generated docsDonald Hunter1-3/+3
2023-12-19tools/net/ynl-gen-rst: Remove bold from attribute-set headingsDonald Hunter1-1/+1
2023-12-19tools/net/ynl-gen-rst: Sort the index of generated netlink specsDonald Hunter1-1/+1
2023-12-19tools/net/ynl-gen-rst: Add sub-messages to generated docsDonald Hunter1-0/+23
2023-12-19tools/net/ynl: Add binary and pad support to structs for tcDonald Hunter1-10/+26
2023-12-19tools/net/ynl: Add 'sub-message' attribute decoding to ynlDonald Hunter2-8/+95
2023-12-19tools/net/ynl: Use consistent array index expression formattingDonald Hunter1-5/+5
2023-12-15tools: ynl-gen: print prototypes for recursive stuffJakub Kicinski1-5/+39
2023-12-15tools: ynl-gen: store recursive nests by a pointerJakub Kicinski1-2/+14
2023-12-15tools: ynl-gen: re-sort ignoring recursive nestsJakub Kicinski1-21/+31
2023-12-15tools: ynl-gen: record information about recursive nestsJakub Kicinski1-2/+17
2023-12-15tools: ynl-gen: fill in implementations for TypeUnusedJakub Kicinski1-0/+9
2023-12-15tools: ynl-gen: support fixed headers in genetlinkJakub Kicinski3-8/+45
2023-12-15tools: ynl-gen: use enum user type for members and argsJakub Kicinski1-3/+2
2023-12-15tools: ynl-gen: add missing request free helpers for dumpsJakub Kicinski1-0/+1
2023-12-06tools: ynl: move private definitions to a separate headerJakub Kicinski2-147/+145
2023-12-06tools: ynl: use strerror() if no extack of note providedJakub Kicinski1-1/+5
2023-12-06tools: pynl: make flags argument optional for do()Jakub Kicinski1-2/+2
2023-12-05tools: ynl: remove generated user space code from gitJakub Kicinski13-26838/+2
2023-12-05netdev-genl: spec: Add PID in netdev netlink YAML specAmritha Nambiar2-0/+8
2023-12-05netdev-genl: spec: Add irq in netdev netlink YAML specAmritha Nambiar2-0/+8
2023-12-05netdev-genl: spec: Extend netdev netlink spec in YAML for NAPIAmritha Nambiar2-0/+199
2023-12-05netdev-genl: spec: Extend netdev netlink spec in YAML for queueAmritha Nambiar2-0/+252
2023-12-01docs: netlink: link to family documentations from spec infoJakub Kicinski1-1/+7
2023-12-01Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-2/+30
2023-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-55/+102
2023-11-30tools: ynl: don't skip regeneration from make targetsJakub Kicinski2-6/+10
2023-11-30tools: ynl: order building samples after generated codeJakub Kicinski1-0/+2
2023-11-30tools: ynl: make sure we use local headers for page-poolJakub Kicinski1-0/+2
2023-11-30tools: ynl: fix build of the page-pool sampleJakub Kicinski1-1/+1
2023-11-30tools: ynl: Print xsk-features from the sampleStanislav Fomichev1-2/+8
2023-11-30xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev2-0/+22
2023-11-29tools: ynl-gen: always construct struct ynl_req_stateJakub Kicinski5-55/+102
2023-11-28tools: ynl: add sample for getting page-pool informationJakub Kicinski6-2/+740
2023-11-24tools: ynl-gen: use enum name from the specJakub Kicinski1-5/+9
2023-11-24tools: ynl-get: use family c-nameJakub Kicinski1-23/+23
2023-11-24tools: ynl-gen: always append ULL/LL to range typesJakub Kicinski1-2/+3
2023-11-24Documentation: Document each netlink familyBreno Leitao1-0/+388
2023-11-23tools: ynl: fix duplicate op name in devlinkJakub Kicinski2-1/+7
2023-11-23tools: ynl: fix header path for nfsdJakub Kicinski1-1/+1
2023-11-06nfsd: regenerate user space parsers after ynl-gen changesJakub Kicinski2-11/+153
2023-11-02tools: ynl-gen: don't touch the output file if content is the sameJakub Kicinski1-1/+6
2023-11-02netlink: specs: devlink: add forgotten port function caps enum valuesJiri Pirko1-0/+2
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds17-153/+7556
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds4-1/+130
2023-10-28tools: ynl: introduce option to process unknown attributes or typesJiri Pirko2-12/+39
2023-10-27tools: ynl-gen: respect attr-cnt-name at the attr set levelJakub Kicinski1-3/+4
2023-10-27netlink: specs: support conditional operationsJakub Kicinski1-0/+22
2023-10-27netlink: make range pointers in policies constJakub Kicinski1-1/+1
2023-10-24tools: ynl-gen: add support for exact-len validationDavide Caratti1-11/+17