summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-11-14bpf: Add bpf_prog_run_data_pointers()Eric Dumazet
2025-11-11net_sched: limit try_bulk_dequeue_skb() batchesEric Dumazet
2025-11-11net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleakRanganath V N
2025-11-11net: sched: act_connmark: initialize struct tc_ife to fix kernel leakRanganath V N
2025-11-10net/sched: Abort __tc_modify_qdisc if parent is a clsact/ingress qdiscVictor Nogueira
2025-09-02net_sched: act: remove tcfa_qstatsEric Dumazet
2025-09-02net_sched: add back BH safety to tcf_lockEric Dumazet
2025-08-28net_sched: act_skbmod: use RCU in tcf_skbmod_dump()Eric Dumazet
2025-08-28net_sched: act_tunnel_key: use RCU in tunnel_key_dump()Eric Dumazet
2025-08-28net_sched: act_vlan: use RCU in tcf_vlan_dump()Eric Dumazet
2025-08-28net_sched: remove BH blocking in eight actionsEric Dumazet
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-20net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_...William Liu
2025-08-20net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limitWilliam Liu
2025-08-19net/sched: sch_dualpi2: Run prob update timer in softirq to avoid deadlockVictor Nogueira
2025-08-14net/sched: Fix backlog accounting in qdisc_dequeue_internalWilliam Liu
2025-08-14net/sched: Use TC_RTAB_SIZE instead of magic numberYue Haibing
2025-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-13net/sched: ets: use old 'nbands' while purging unused classesDavide Caratti
2025-08-12net/sched: Remove redundant memset(0) call in reset_policy()Thorsten Blum
2025-08-04net/sched: mqprio: fix stack out-of-bounds write in tc entry parsingMaher Azzouzi
2025-08-01net/sched: taprio: enforce minimum value for picos_per_byteTakamitsu Iwai
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-07-26net/sched: taprio: align entry index attr validation with mqprioSimon Horman
2025-07-25net/sched: Add precise drop reason for pfifo_fast queue overflowsFan Yu
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-23sched: Add enqueue/dequeue of dualpi2 qdiscKoen De Schepper
2025-07-23sched: Dump configuration and statistics of dualpi2 qdiscChia-Yu Chang
2025-07-23sched: Struct definition and parsing of dualpi2 qdiscChia-Yu Chang
2025-07-22net/sched: sch_qfq: Avoid triggering might_sleep in atomic context in qfq_del...Xiang Mei
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-17net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtreeWilliam Liu
2025-07-16bpf: Clean up individual BTF_ID codeFeng Yang
2025-07-13net/sched: sch_qfq: Fix race condition on qfq_aggregateXiang Mei
2025-07-11net_sched: act_skbedit: use RCU in tcf_skbedit_dump()Eric Dumazet
2025-07-11net_sched: act_police: use RCU in tcf_police_dump()Eric Dumazet
2025-07-11net_sched: act_pedit: use RCU in tcf_pedit_dump()Eric Dumazet
2025-07-11net_sched: act_nat: use RCU in tcf_nat_dump()Eric Dumazet
2025-07-11net_sched: act_mpls: use RCU in tcf_mpls_dump()Eric Dumazet
2025-07-11net_sched: act_ctinfo: use RCU in tcf_ctinfo_dump()Eric Dumazet
2025-07-11net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet
2025-07-11net_sched: act_ct: use RCU in tcf_ct_dump()Eric Dumazet
2025-07-11net_sched: act_csum: use RCU in tcf_csum_dump()Eric Dumazet
2025-07-11net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet
2025-07-11net/sched: Restrict conditions for adding duplicating netems to qdisc treeWilliam Liu
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-10net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei
2025-07-09net/sched: Abort __tc_modify_qdisc if parent class does not existVictor Nogueira