aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_etf.c
AgeCommit message (Expand)Author
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira
2022-09-01net: sched: etf: remove true check in etf_enable_offload()Zhengchao Shao
2022-08-25net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao
2020-04-22sched: etf: do not assume all sockets are full blownEric Dumazet
2019-10-15sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes
2019-06-28etf: Add skip_sock_checkVedang Patel
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2018-11-16etf: Drop all expired packetsJesus Sanchez-Palencia
2018-11-16etf: Split timersortedlist_erase()Jesus Sanchez-Palencia
2018-11-16etf: Use cached rb_rootJesus Sanchez-Palencia
2018-11-16etf: Cancel timer if there are no pending skbsJesus Sanchez-Palencia
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia
2018-07-04net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia
2018-07-04net/sched: Introduce the ETF QdiscVinicius Costa Gomes