summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_etf.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: sch_tfs: implement lockless etf_dump()Eric Dumazet2024-04-191-5/+5
* net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný2024-02-021-0/+1
* net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira2023-11-011-0/+1
* net: sched: etf: remove true check in etf_enable_offload()Zhengchao Shao2022-09-011-3/+0
* net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao2022-08-251-3/+0
* sched: etf: do not assume all sockets are full blownEric Dumazet2020-04-221-3/+4
* sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes2019-10-151-1/+1
* etf: Add skip_sock_checkVedang Patel2019-06-281-0/+10
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-1/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* etf: Drop all expired packetsJesus Sanchez-Palencia2018-11-161-15/+21
* etf: Split timersortedlist_erase()Jesus Sanchez-Palencia2018-11-161-15/+29
* etf: Use cached rb_rootJesus Sanchez-Palencia2018-11-161-9/+12
* etf: Cancel timer if there are no pending skbsJesus Sanchez-Palencia2018-11-161-1/+3
* net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia2018-07-041-2/+33
* net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia2018-07-041-1/+70
* net/sched: Introduce the ETF QdiscVinicius Costa Gomes2018-07-041-0/+384