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