aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_etf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28etf: Add skip_sock_checkVedang Patel1-0/+10
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-1/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2018-11-16etf: Drop all expired packetsJesus Sanchez-Palencia1-15/+21
2018-11-16etf: Split timersortedlist_erase()Jesus Sanchez-Palencia1-15/+29
2018-11-16etf: Use cached rb_rootJesus Sanchez-Palencia1-9/+12
2018-11-16etf: Cancel timer if there are no pending skbsJesus Sanchez-Palencia1-1/+3
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia1-2/+33
2018-07-04net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia1-1/+70
2018-07-04net/sched: Introduce the ETF QdiscVinicius Costa Gomes1-0/+384