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