1. 7d18a07 sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc by Eric Dumazet · 3 years ago
  2. 29cbcd8 net: sched: Remove Qdisc::running sequence counter by Ahmed S. Darwish · 3 years, 3 months ago
  3. 50dc9a8 net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types by Ahmed S. Darwish · 3 years, 3 months ago
  4. f56940d net: sched: Use _bstats_update/set() instead of raw writes by Ahmed S. Darwish · 3 years, 3 months ago
  5. 67c9e6270 net: sched: Protect Qdisc::bstats with u64_stats by Ahmed S. Darwish · 3 years, 3 months ago
  6. 3aa2605 net/sched: store the last executed chain also for clsact egress by Davide Caratti · 3 years, 6 months ago
  7. 0cd58e5 pkt_sched: sch_qfq: fix qfq_change_class() error path by Eric Dumazet · 3 years, 7 months ago
  8. 4dd78a7 net: sched: Add extack to Qdisc_class_ops.delete by Maxim Mikityanskiy · 4 years ago
  9. ac5c66f Revert "net: sched: Pass root lock to Qdisc_ops.enqueue" by Petr Machata · 4 years, 6 months ago
  10. 964201d net/sched: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  11. aebe442 net: sched: Pass root lock to Qdisc_ops.enqueue by Petr Machata · 4 years, 7 months ago
  12. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  13. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  14. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  15. e5f0e8f net: sched: introduce and use qdisc tree flush/purge helpers by Paolo Abeni · 6 years ago
  16. 5dd431b net: sched: introduce and use qstats read helpers by Paolo Abeni · 6 years ago
  17. 37d9cf1 sched: Fix detection of empty queues in child qdiscs by Toke Høiland-Jørgensen · 6 years ago
  18. f6bab19 sched: Avoid dereferencing skb pointer after child enqueue by Toke Høiland-Jørgensen · 6 years ago
  19. 86bd446 net: sched: rename qdisc_destroy() to qdisc_put() by Vlad Buslov · 6 years ago
  20. a38a9882 net: sch: api: add extack support in qdisc_create_dflt by Alexander Aring · 7 years ago
  21. 8d1a77f net: sch: api: add extack support in tcf_block_get by Alexander Aring · 7 years ago
  22. 653d6fd net: sched: sch: add extack for graft callback by Alexander Aring · 7 years ago
  23. cbaacc4 net: sched: sch: add extack for block callback by Alexander Aring · 7 years ago
  24. 793d81d net: sched: sch: add extack to change class by Alexander Aring · 7 years ago
  25. e63d7df net: sched: sch: add extack for init callback by Alexander Aring · 7 years ago
  26. f3ae608 net: sched: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  27. 69d78ef net: sched: store Qdisc pointer in struct block by Jiri Pirko · 7 years ago
  28. 39ad129 sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfq by Gao Feng · 7 years ago
  29. 143976c net_sched: remove tc class reference counting by WANG Cong · 7 years ago
  30. 9594665 net_sched: call qlen_notify only if child qdisc is empty by Konstantin Khlebnikov · 7 years ago
  31. e25ea21 net: sched: introduce a TRAP control action by Jiri Pirko · 8 years ago
  32. 6529eab net: sched: introduce tcf block infractructure by Jiri Pirko · 8 years ago
  33. 87d8309 net: sched: move tc_classify function to cls_api.c by Jiri Pirko · 8 years ago
  34. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  35. 49b4997 net: sched: make default fifo qdiscs appear in the dump by Jiri Kosina · 8 years ago
  36. 1c0d32f net_sched: gen_estimator: complete rewrite of rate estimators by Eric Dumazet · 8 years ago
  37. 2ed5c3f sch_qfq: keep backlog updated with qlen by WANG Cong · 8 years ago
  38. 520ac30 net_sched: drop packets after root qdisc lock is released by Eric Dumazet · 9 years ago
  39. 1578b0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  40. a09ceb0 sched: remove qdisc->drop by Florian Westphal · 9 years ago
  41. 9b15350 qfq: don't leak skb if kzalloc fails by Florian Westphal · 9 years ago
  42. edb09eb net: sched: do not acquire qdisc spinlock in qdisc/class stats dump by Eric Dumazet · 9 years ago
  43. 2ccccf5 net_sched: update hierarchical backlog too by WANG Cong · 9 years ago
  44. 86a7996 net_sched: introduce qdisc_replace() helper by WANG Cong · 9 years ago
  45. 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 9 years ago
  46. 40bdc53 pkt_sched: sch_qfq: remove unused member of struct qfq_sched by Andrea Parri · 10 years ago
  47. a55e1c5 pkt_sched: sch_qfq: remove redundant -if- control statement by Andrea Parri · 10 years ago
  48. b0ab6f9 net: sched: enable per cpu qstats by John Fastabend · 10 years ago
  49. 6401585 net: sched: restrict use of qstats qlen by John Fastabend · 10 years ago
  50. 25331d6 net: sched: implement qstat helper routines by John Fastabend · 10 years ago
  51. 22e0f8b net: sched: make bstats per cpu and estimator RCU safe by John Fastabend · 10 years ago
  52. 25d8c0d net: rcu-ify tcf_proto by John Fastabend · 10 years ago
  53. 87f40dd pkt_sched: sch_qfq: remove a source of high packet delay/jitter by Paolo Valente · 12 years ago
  54. 88d4f41 pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_ts by Paolo Valente · 12 years ago
  55. 87f1369 pkt_sched: sch_qfq: improve efficiency of make_eligible by Paolo Valente · 12 years ago
  56. 45203a3 net_sched: add 64bit rate estimators by Eric Dumazet · 12 years ago
  57. 76e4cb0 pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligible by Paolo Valente · 12 years ago
  58. 40dd2d5 pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in service by Paolo Valente · 12 years ago
  59. a0143ef pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeue by Paolo Valente · 12 years ago
  60. 2f3b89a pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler is empty by Paolo Valente · 12 years ago
  61. 624b85f pkt_sched: sch_qfq: fix the update of eligible-group sets by Paolo Valente · 12 years ago
  62. 9b99b7e pkt_sched: sch_qfq: properly cap timestamps in charge_actual_service by Paolo Valente · 12 years ago
  63. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  64. 462dbc9 pkt_sched: QFQ Plus: fair-queueing service at DRR cost by Paolo Valente · 12 years ago
  65. 3015f3d pkt_sched: enable QFQ to support TSO/GSO by Paolo Valente · 12 years ago
  66. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  67. f54ba77 pkt_sched: Fix warning false positives. by David S. Miller · 12 years ago
  68. 7126195 pkt_sched: fix virtual-start-time update in QFQ by Paolo Valente · 12 years ago
  69. be72f63 sched: add missing group change to qfq_change_class by Paolo Valente · 12 years ago
  70. 1b34ec4 pkt_sched: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  71. 117ff42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  72. d32ae76f sch_qfq: accurate wsum handling by Eric Dumazet · 13 years ago
  73. 6bafcac sch_qfq: fix overflow in qfq_update_start() by Eric Dumazet · 13 years ago
  74. 0545a30 pkt_sched: QFQ - quick fair queue scheduler by stephen hemminger · 14 years ago