index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
sch_generic.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-25
net_sched: add qdisc_dequeue_drop() helper
Eric Dumazet
1
-3
/
+27
2025-11-25
net_sched: add tcf_kfree_skb_list() helper
Eric Dumazet
1
-0
/
+11
2025-11-25
net_sched: add Qdisc_read_mostly and Qdisc_write groups
Eric Dumazet
1
-11
/
+18
2025-11-25
net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()
Eric Dumazet
1
-3
/
+10
2025-11-25
net_sched: make room for (struct qdisc_skb_cb)->pkt_segs
Eric Dumazet
1
-9
/
+9
2025-10-17
net: dev_queue_xmit() llist adoption
Eric Dumazet
1
-1
/
+3
2025-10-17
net: sched: claim one cache line in Qdisc
Eric Dumazet
1
-11
/
+7
2025-10-17
Revert "net/sched: Fix mirred deadlock on device recursion"
Eric Dumazet
1
-1
/
+0
2025-08-15
net/sched: Fix backlog accounting in qdisc_dequeue_internal
William Liu
1
-3
/
+8
2025-06-12
net_sched: remove qdisc_tree_flush_backlog()
Eric Dumazet
1
-8
/
+0
2025-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+15
2025-05-09
net_sched: Flush gso_skb list too during ->change()
Cong Wang
1
-0
/
+15
2025-04-29
net: sched: generalize check for no-queue qdisc on TX queue
Jesper Dangaard Brouer
1
-0
/
+8
2025-02-06
net: sched: Fix truncation of offloaded action statistics
Ido Schimmel
1
-1
/
+1
2025-01-20
net: sched: refine software bypass handling in tc_run
Xin Long
1
-3
/
+2
2024-12-06
net_sched: sch_fq: add three drop_reason
Eric Dumazet
1
-0
/
+8
2024-10-09
net/sched: accept TCA_STAB only for root qdisc
Eric Dumazet
1
-1
/
+0
2024-04-26
net/sched: fix false lockdep warning on qdisc root lock
Davide Caratti
1
-0
/
+1
2024-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-04-18
net/sched: Fix mirred deadlock on device recursion
Eric Dumazet
1
-0
/
+1
2024-03-29
net: sched: make skip_sw actually skip software
Asbjørn Sloth Tønnesen
1
-0
/
+1
2024-03-29
net: sched: cls_api: add filter counter
Asbjørn Sloth Tønnesen
1
-0
/
+2
2024-03-29
net: sched: cls_api: add skip_sw counter
Asbjørn Sloth Tønnesen
1
-0
/
+1
2024-03-01
net: bql: fix building with BQL disabled
Arnd Bergmann
1
-6
/
+1
2024-01-24
net/sched: flower: Fix chain template offload
Ido Schimmel
1
-0
/
+4
2023-12-27
net/sched: cls_api: Expose tc block to the datapath
Victor Nogueira
1
-0
/
+2
2023-12-27
net/sched: Introduce tc block netdev tracking infra
Victor Nogueira
1
-0
/
+2
2023-12-20
net: sched: Make tc-related drop reason more flexible for remaining qdiscs
Victor Nogueira
1
-0
/
+31
2023-12-20
net: sched: Move drop_reason to struct tc_skb_cb
Victor Nogueira
1
-1
/
+0
2023-10-16
net, sched: Make tc-related drop reason more flexible
Daniel Borkmann
1
-2
/
+1
2023-10-05
net_sched: export pfifo_fast prio2band[]
Eric Dumazet
1
-0
/
+1
2023-08-01
net/sched: wrap open coded Qdics class filter counter
Pedro Tammela
1
-0
/
+26
2023-07-19
bpf: Add fd-based tcx multi-prog infra with link support
Daniel Borkmann
1
-1
/
+1
2023-06-17
net: sched: Remove unused qdisc_l2t()
YueHaibing
1
-14
/
+0
2023-06-14
net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting
Peilin Ye
1
-0
/
+8
2023-06-07
net: sched: add rcu annotations around qdisc->qdisc_sleeping
Eric Dumazet
1
-2
/
+4
2023-02-21
net/sched: cls_api: Support hardware miss to tc action
Paul Blakey
1
-0
/
+2
2023-01-16
net/sched: sch_taprio: fix possible use-after-free
Eric Dumazet
1
-0
/
+7
2022-09-30
net/sched: query offload capabilities through ndo_setup_tc()
Vladimir Oltean
1
-0
/
+3
2022-09-22
net: sched: remove unused tcf_result extension
Jamal Hadi Salim
1
-5
/
+0
2022-08-26
net: sched: remove unnecessary init of qdisc skb head
Zhengchao Shao
1
-7
/
+0
2022-08-25
net: sched: delete duplicate cleanup of backlog and qlen
Zhengchao Shao
1
-1
/
+0
2022-07-20
net/sched: remove qdisc_root_lock() helper
Davide Caratti
1
-19
/
+0
2022-06-01
net: sched: add barrier to fix packet stuck problem for lockless qdisc
Guoju Fang
1
-0
/
+6
2022-05-27
net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog
Vincent Ray
1
-28
/
+8
2022-01-27
net: sched: remove qdisc_qlen_cpu()
Jakub Kicinski
1
-5
/
+0
2022-01-13
net_sched: restore "mpu xxx" handling
Kevin Bracey
1
-0
/
+5
2021-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+0
2021-12-18
net/sched: Extend qdisc control block with tc control block
Paul Blakey
1
-2
/
+0
2021-12-07
net/sched: add net device refcount tracker to struct Qdisc
Eric Dumazet
1
-1
/
+1
[next]