summaryrefslogtreecommitdiff
path: root/tc/q_skbprio.c
Commit message (Collapse)AuthorAgeFilesLines
* tc: use SPDXStephen Hemminger2023-01-141-6/+1
| | | | | | Replace GPL boilerplate with SPDX. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
* tc: skbprio: add support for JSON outputStephen Hemminger2020-01-061-1/+2
| | | | | | Print limit in JSON Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
* Add SKB Priority qdisc support in tc(8)Nishanth Devarajan2018-08-141-0/+84
sch_skbprio is a qdisc that prioritizes packets according to their skb->priority field. Under congestion, it drops already-enqueued lower priority packets to make space available for higher priority packets. Skbprio was conceived as a solution for denial-of-service defenses that need to route packets with different priorities as a means to overcome DoS attacks. Signed-off-by: Nishanth Devarajan <ndev2021@gmail.com> Reviewed-by: Michel Machado <michel@digirati.com.br> Signed-off-by: David Ahern <dsahern@gmail.com>