summaryrefslogtreecommitdiff
path: root/include/net/sch_generic.h
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann1-1/+1
2023-06-17net: sched: Remove unused qdisc_l2t()YueHaibing1-14/+0
2023-06-14net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye1-0/+8
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet1-2/+4
2023-02-21net/sched: cls_api: Support hardware miss to tc actionPaul Blakey1-0/+2
2023-01-16net/sched: sch_taprio: fix possible use-after-freeEric Dumazet1-0/+7
2022-09-30net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean1-0/+3
2022-09-22net: sched: remove unused tcf_result extensionJamal Hadi Salim1-5/+0
2022-08-26net: sched: remove unnecessary init of qdisc skb headZhengchao Shao1-7/+0
2022-08-25net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao1-1/+0
2022-07-20net/sched: remove qdisc_root_lock() helperDavide Caratti1-19/+0
2022-06-01net: sched: add barrier to fix packet stuck problem for lockless qdiscGuoju Fang1-0/+6
2022-05-27net: sched: fixed barrier to prevent skbuff sticking in qdisc backlogVincent Ray1-28/+8
2022-01-27net: sched: remove qdisc_qlen_cpu()Jakub Kicinski1-5/+0
2022-01-13net_sched: restore "mpu xxx" handlingKevin Bracey1-0/+5
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2021-12-18net/sched: Extend qdisc control block with tc control blockPaul Blakey1-2/+0
2021-12-07net/sched: add net device refcount tracker to struct QdiscEric Dumazet1-1/+1