summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
11 daysnet/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_...William Liu1-1/+1
11 daysnet/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limitWilliam Liu1-2/+12
12 daysnet/sched: sch_dualpi2: Run prob update timer in softirq to avoid deadlockVictor Nogueira1-2/+3
2025-08-15net/sched: Fix backlog accounting in qdisc_dequeue_internalWilliam Liu6-30/+42
2025-08-14net/sched: ets: use old 'nbands' while purging unused classesDavide Caratti1-5/+6
2025-08-05net/sched: mqprio: fix stack out-of-bounds write in tc entry parsingMaher Azzouzi1-1/+1
2025-08-02net/sched: taprio: enforce minimum value for picos_per_byteTakamitsu Iwai1-3/+18
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-6/+3
2025-07-26net/sched: taprio: align entry index attr validation with mqprioSimon Horman1-8/+4
2025-07-26net/sched: Add precise drop reason for pfifo_fast queue overflowsFan Yu1-0/+2
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3
2025-07-24sched: Add enqueue/dequeue of dualpi2 qdiscKoen De Schepper3-4/+481
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
2025-07-22net/sched: sch_qfq: Avoid triggering might_sleep in atomic context in qfq_del...Xiang Mei1-4/+3
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov4-58/+46
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-10/+24
2025-07-17net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtreeWilliam Liu1-1/+3
2025-07-17bpf: Clean up individual BTF_ID codeFeng Yang1-6/+3
2025-07-13net/sched: sch_qfq: Fix race condition on qfq_aggregateXiang Mei1-9/+21
2025-07-12net_sched: act_skbedit: use RCU in tcf_skbedit_dump()Eric Dumazet1-11/+9
2025-07-12net_sched: act_police: use RCU in tcf_police_dump()Eric Dumazet1-9/+9
2025-07-12net_sched: act_pedit: use RCU in tcf_pedit_dump()Eric Dumazet1-10/+10
2025-07-12net_sched: act_nat: use RCU in tcf_nat_dump()Eric Dumazet1-13/+12
2025-07-12net_sched: act_mpls: use RCU in tcf_mpls_dump()Eric Dumazet1-11/+10
2025-07-12net_sched: act_ctinfo: use RCU in tcf_ctinfo_dump()Eric Dumazet1-12/+11
2025-07-12net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet1-8/+11
2025-07-12net_sched: act_ct: use RCU in tcf_ct_dump()Eric Dumazet1-15/+15
2025-07-12net_sched: act_csum: use RCU in tcf_csum_dump()Eric Dumazet1-9/+9
2025-07-12net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet1-8/+10
2025-07-12net/sched: Restrict conditions for adding duplicating netems to qdisc treeWilliam Liu1-0/+40
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-34/+17
2025-07-10net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei3-27/+1
2025-07-10net/sched: Abort __tc_modify_qdisc if parent class does not existVictor Nogueira1-7/+16
2025-07-08net: account for encap headers in qdisc pkt lenFengyuan Gong1-1/+4
2025-07-08net/sched: acp_api: no longer acquire RTNL in tc_action_net_exit()Eric Dumazet1-1/+8
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-14/+5
2025-07-03net/sched: Always pass notifications when child class becomes emptyLion Ackermann1-14/+5
2025-06-24net/sched: replace strncpy with strscpyPranav Tyagi1-1/+1
2025-06-18net/sched: fix use-after-free in taprio_dev_notifierHyunwoo Kim1-2/+4
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-7/+16
2025-06-12net_sched: ets: fix a race in ets_qdisc_change()Eric Dumazet1-1/+1
2025-06-12net_sched: tbf: fix a race in tbf_change()Eric Dumazet1-1/+1
2025-06-12net_sched: red: fix a race in __red_change()Eric Dumazet1-1/+1
2025-06-12net_sched: prio: fix a race in prio_tune()Eric Dumazet1-1/+1
2025-06-12net_sched: sch_sfq: reject invalid perturb periodEric Dumazet1-2/+8
2025-06-10net_sched: sch_sfq: fix a potential crash on gso_skb handlingEric Dumazet1-1/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar6-6/+6
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+8
2025-05-28net_sched: hfsc: Address reentrant enqueue adding class to eltree twicePedro Tammela1-1/+8