aboutsummaryrefslogtreecommitdiff
path: root/net/sched/sch_etf.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-22sched: etf: do not assume all sockets are full blownGravatar Eric Dumazet 1-3/+4
2019-10-15sched: etf: Fix ordering of packets with same txtimeGravatar Vinicius Costa Gomes 1-1/+1
2019-06-28etf: Add skip_sock_checkGravatar Vedang Patel 1-0/+10
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-1/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-1/+1
2018-11-16etf: Drop all expired packetsGravatar Jesus Sanchez-Palencia 1-15/+21
2018-11-16etf: Split timersortedlist_erase()Gravatar Jesus Sanchez-Palencia 1-15/+29
2018-11-16etf: Use cached rb_rootGravatar Jesus Sanchez-Palencia 1-9/+12
2018-11-16etf: Cancel timer if there are no pending skbsGravatar Jesus Sanchez-Palencia 1-1/+3
2018-07-04net/sched: Make etf report drops on error_queueGravatar Jesus Sanchez-Palencia 1-2/+33
2018-07-04net/sched: Add HW offloading capability to ETFGravatar Jesus Sanchez-Palencia 1-1/+70
2018-07-04net/sched: Introduce the ETF QdiscGravatar Vinicius Costa Gomes 1-0/+384