summaryrefslogtreecommitdiff
path: root/include/net/sch_generic.h
AgeCommit message (Expand)AuthorFilesLines
2026-06-09net/sched: Update function name in TCQ_F_NOPARENT commentVictor Nogueira1-1/+1
2026-05-15net/sched: qdisc_qstats_qlen_backlog() runs locklesslyEric Dumazet1-3/+3
2026-05-12net/sched: mq: no longer acquire qdisc spinlocks in dump operationsEric Dumazet1-0/+9
2026-05-12net/sched: add const qualifiers to gnet_stats helpersEric Dumazet1-1/+1
2026-05-12net/sched: add qdisc_qlen_lockless() helperEric Dumazet1-1/+6
2026-05-12net/sched: annotate data-races around sch->qstats.backlogEric Dumazet1-3/+13
2026-05-12net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec()Eric Dumazet1-11/+21
2026-05-05net/sched: add qstats_cpu_drop_inc() helperEric Dumazet1-2/+7
2026-04-30net/sched: rename qstats_overlimit_inc() to qstats_cpu_overlimit_inc()Eric Dumazet1-3/+3
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+13
2026-04-12net_sched: fix skb memory leak in deferred qdisc dropsFernando Fernandez Mancera1-3/+13
2026-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+33
2026-03-17clsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann1-0/+5
2026-03-17net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim1-0/+28
2026-03-10net/sched: do not reset queues in graft operationsEric Dumazet1-2/+2
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+10
2026-03-05net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for lockless qdiscsKoichiro Den1-0/+10
2026-03-01net: sched: introduce qdisc-specific drop reason tracingJesper Dangaard Brouer1-13/+30
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet1-3/+27
2025-11-25net_sched: add tcf_kfree_skb_list() helperEric Dumazet1-0/+11
2025-11-25net_sched: add Qdisc_read_mostly and Qdisc_write groupsEric Dumazet1-11/+18
2025-11-25net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()Eric Dumazet1-3/+10
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet1-9/+9
2025-10-17net: dev_queue_xmit() llist adoptionEric Dumazet1-1/+3
2025-10-17net: sched: claim one cache line in QdiscEric Dumazet1-11/+7
2025-10-17Revert "net/sched: Fix mirred deadlock on device recursion"Eric Dumazet1-1/+0
2025-08-15net/sched: Fix backlog accounting in qdisc_dequeue_internalWilliam Liu1-3/+8
2025-06-12net_sched: remove qdisc_tree_flush_backlog()Eric Dumazet1-8/+0
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+15
2025-05-09net_sched: Flush gso_skb list too during ->change()Cong Wang1-0/+15
2025-04-29net: sched: generalize check for no-queue qdisc on TX queueJesper Dangaard Brouer1-0/+8
2025-02-06net: sched: Fix truncation of offloaded action statisticsIdo Schimmel1-1/+1
2025-01-20net: sched: refine software bypass handling in tc_runXin Long1-3/+2
2024-12-06net_sched: sch_fq: add three drop_reasonEric Dumazet1-0/+8
2024-10-09net/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+0
2024-04-26net/sched: fix false lockdep warning on qdisc root lockDavide Caratti1-0/+1
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-04-18net/sched: Fix mirred deadlock on device recursionEric Dumazet1-0/+1
2024-03-29net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen1-0/+1
2024-03-29net: sched: cls_api: add filter counterAsbjørn Sloth Tønnesen1-0/+2
2024-03-29net: sched: cls_api: add skip_sw counterAsbjørn Sloth Tønnesen1-0/+1
2024-03-01net: bql: fix building with BQL disabledArnd Bergmann1-6/+1
2024-01-24net/sched: flower: Fix chain template offloadIdo Schimmel1-0/+4
2023-12-27net/sched: cls_api: Expose tc block to the datapathVictor Nogueira1-0/+2
2023-12-27net/sched: Introduce tc block netdev tracking infraVictor Nogueira1-0/+2
2023-12-20net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira1-0/+31
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira1-1/+0
2023-10-16net, sched: Make tc-related drop reason more flexibleDaniel Borkmann1-2/+1
2023-10-05net_sched: export pfifo_fast prio2band[]Eric Dumazet1-0/+1
2023-08-01net/sched: wrap open coded Qdics class filter counterPedro Tammela1-0/+26