aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_cake.c
AgeCommit message (Expand)Author
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2022-11-03net: sched: cake: fix null pointer access issue when cake_init() failsZhengchao Shao
2022-09-15Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"Jakub Kicinski
2022-09-15sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skbToke Høiland-Jørgensen
2021-12-22sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet
2021-06-30sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy
2020-07-22sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2020-06-30sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen
2020-06-30sch_cake: fix a few style nitsToke Høiland-Jørgensen
2020-06-30sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev
2020-01-12sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang
2019-12-17sch_cake: Correctly update parent qlen when splitting GSO packetsToke Høiland-Jørgensen
2019-04-27sch_cake: Simplify logic in cake_select_tin()Toke Høiland-Jørgensen
2019-04-27sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen
2019-04-27sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook
2018-08-22sch_cake: Fix TC filter flow override and expand it to hosts as wellToke Høiland-Jørgensen
2018-08-21sch_cake: Remove unused including <linux/version.h>Yue Haibing
2018-07-27sch_cake: Make gso-splitting configurable from userspaceDave Taht
2018-07-16sch_cake: Fix tin order when set through skb->priorityToke Høiland-Jørgensen
2018-07-10sch_cake: Conditionally split GSO segmentsToke Høiland-Jørgensen
2018-07-10sch_cake: Add overhead compensation support to the rate shaperToke Høiland-Jørgensen
2018-07-10sch_cake: Add DiffServ handlingToke Høiland-Jørgensen
2018-07-10sch_cake: Add NAT awareness to packet classifierToke Høiland-Jørgensen
2018-07-10sch_cake: Add optional ACK filterToke Høiland-Jørgensen
2018-07-10sch_cake: Add ingress modeToke Høiland-Jørgensen
2018-07-10sched: Add Common Applications Kept Enhanced (cake) qdiscToke Høiland-Jørgensen