summaryrefslogtreecommitdiff
path: root/net/shaper/shaper.c
AgeCommit message (Expand)Author
2026-03-19net: shaper: protect from late creation of hierarchyJakub Kicinski
2026-03-19net: shaper: protect late read accesses to the hierarchyJakub Kicinski
2026-03-10net-shapers: don't free reply skb after genlmsg_reply()Paul Moses
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-01-15net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski
2024-10-10net-shapers: implement cap validation in the corePaolo Abeni
2024-10-10net: shaper: implement introspection supportPaolo Abeni
2024-10-10netlink: spec: add shaper introspection supportPaolo Abeni
2024-10-10net-shapers: implement shaper cleanup on queue deletionPaolo Abeni
2024-10-10net-shapers: implement delete support for NODE scope shaperPaolo Abeni
2024-10-10net-shapers: implement NL group operationPaolo Abeni
2024-10-10net-shapers: implement NL set and delete operationsPaolo Abeni
2024-10-10net-shapers: implement NL get operationPaolo Abeni
2024-10-10netlink: spec: add shaper YAML specPaolo Abeni