summaryrefslogtreecommitdiff
path: root/net/shaper
AgeCommit message (Expand)AuthorFilesLines
7 daysnet: shaper: rework the VALID marking (again)Jakub Kicinski1-27/+18
7 daysnet: shaper: annotate the data racesJakub Kicinski1-15/+38
2026-05-12net: shaper: reject QUEUE scope handle with missing idJakub Kicinski1-2/+7
2026-05-12net: shaper: enforce singleton NETDEV scope with id 0Jakub Kicinski1-0/+6
2026-05-12net: shaper: reject handle IDs exceeding internal bit-widthJakub Kicinski3-2/+11
2026-05-12net: shaper: fix undersized reply skb allocation in GROUP commandJakub Kicinski1-2/+8
2026-05-12net: shaper: set ret to -ENOMEM when genlmsg_new() fails in group_doitJakub Kicinski1-1/+3
2026-05-12net: shaper: reject duplicate leaves in GROUP requestJakub Kicinski1-15/+45
2026-05-12net: shaper: fix trivial ordering issue in net_shaper_commit()Jakub Kicinski1-1/+10
2026-05-12net: shaper: flip the polarity of the valid flagJakub Kicinski1-17/+17
2026-05-09net: shaper: Reject reparenting of existing nodesMohsin Bashir1-7/+23
2026-03-19net: shaper: protect from late creation of hierarchyJakub Kicinski3-68/+83
2026-03-19net: shaper: protect late read accesses to the hierarchyJakub Kicinski1-4/+22
2026-03-11net-shapers: don't free reply skb after genlmsg_reply()Paul Moses1-9/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+3
2025-11-26tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen2-0/+2
2025-01-16net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski1-3/+3
2024-10-10net-shapers: implement cap validation in the corePaolo Abeni1-0/+101
2024-10-10net: shaper: implement introspection supportPaolo Abeni1-3/+95
2024-10-10netlink: spec: add shaper introspection supportPaolo Abeni3-0/+71
2024-10-10net-shapers: implement shaper cleanup on queue deletionPaolo Abeni1-0/+48
2024-10-10net-shapers: implement delete support for NODE scope shaperPaolo Abeni1-12/+74
2024-10-10net-shapers: implement NL group operationPaolo Abeni1-0/+350
2024-10-10net-shapers: implement NL set and delete operationsPaolo Abeni1-3/+380
2024-10-10net-shapers: implement NL get operationPaolo Abeni1-7/+328
2024-10-10netlink: spec: add shaper YAML specPaolo Abeni4-0/+222