summaryrefslogtreecommitdiff
path: root/net/sched/sch_dualpi2.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-25net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()Eric Dumazet1-0/+1
2025-08-20net/sched: sch_dualpi2: Run prob update timer in softirq to avoid deadlockVictor Nogueira1-2/+3
2025-07-24sched: Add enqueue/dequeue of dualpi2 qdiscKoen De Schepper1-4/+468
2025-07-24sched: Dump configuration and statistics of dualpi2 qdiscChia-Yu Chang1-17/+137
2025-07-24sched: Struct definition and parsing of dualpi2 qdiscChia-Yu Chang1-0/+591