1. b60fa1c net_sched: remove need_resched() from qdisc_run() by Eric Dumazet · 5 years ago
  2. 6efb971 net_sched: let qdisc_put() accept NULL pointer by Cong Wang · 5 years ago
  3. b88dd52 net: sched: fix reordering issues by Eric Dumazet · 5 years ago
  4. 092e22e net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueue by Davide Caratti · 5 years ago
  5. 04d37cf net/sched: pfifo_fast: fix wrong dereference when qdisc is reset by Davide Caratti · 5 years ago
  6. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  7. 141b6b2 net: add a generic tracepoint for TX queue timeout by Cong Wang · 6 years ago
  8. 73eb628 Revert: "net: sched: put back q.qlen into a single location" by Paolo Abeni · 6 years ago
  9. 8a53e61 net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too by Paolo Abeni · 6 years ago
  10. 9c01c9f net: sched: always do stats accounting according to TCQ_F_CPUSTATS by Paolo Abeni · 6 years ago
  11. 28cff53 net: sched: add empty status flag for NOLOCK qdisc by Paolo Abeni · 6 years ago
  12. 18a4d8b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  13. 46b1c18 net: sched: put back q.qlen into a single location by Eric Dumazet · 6 years ago
  14. 3b40bf4 net: Use RCU_POINTER_INITIALIZER() to init static variable by Li RongQing · 6 years ago
  15. 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  16. ed76f5e net: sched: protect filter_chain list with filter_chain_lock mutex by Vlad Buslov · 6 years ago
  17. 989723b Documentation: bring operstate documentation up-to-date by Jouke Witteveen · 6 years ago
  18. ae0e334 net/sched: Replace call_rcu_bh() and rcu_barrier_bh() by Paul E. McKenney · 6 years ago
  19. f98ebd4 net: sched: avoid writing on noop_qdisc by Eric Dumazet · 6 years ago
  20. 5362700 net: sched: make function qdisc_free_cb() static by Wei Yongjun · 6 years ago
  21. 3a7d0d0 net: sched: extend Qdisc with rcu by Vlad Buslov · 6 years ago
  22. 86bd446 net: sched: rename qdisc_destroy() to qdisc_put() by Vlad Buslov · 6 years ago
  23. a8305bf net: Add and use skb_mark_not_on_list(). by David S. Miller · 6 years ago
  24. 4341f83 net: remove bypassed check in sch_direct_xmit() by Song Liu · 7 years ago
  25. 021a17e pfifo_fast: drop unneeded additional lock on dequeue by Paolo Abeni · 7 years ago
  26. 96009c7 sched: replace __QDISC_STATE_RUNNING bit with a spin lock by Paolo Abeni · 7 years ago
  27. 32f7b44 sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpers by Paolo Abeni · 7 years ago
  28. eb82a99 net: sched, fix OOO packets with pfifo_fast by John Fastabend · 7 years ago
  29. cce6294c net: sched: fix uses after free by Eric Dumazet · 7 years ago
  30. 7007ba6 net_sched: implement ->change_tx_queue_len() for pfifo_fast by Cong Wang · 7 years ago
  31. 48bfd55 net_sched: plug in qdisc ops change_tx_queue_len by Cong Wang · 7 years ago
  32. b2d3bcf net: core: Expose number of link up/down transitions by David Decotigny · 7 years ago
  33. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  34. 81d947e net, sched: fix panic when updating miniq {b,q}stats by Daniel Borkmann · 7 years ago
  35. 9540d97 net: sched: fix skb leak in dev_requeue_skb() by Wei Yongjun · 7 years ago
  36. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  37. 9f30e5c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  38. b2fb01f net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap() by Cong Wang · 7 years ago
  39. a38a988 net: sch: api: add extack support in qdisc_create_dflt by Alexander Aring · 7 years ago
  40. d0bd684 net: sch: api: add extack support in qdisc_alloc by Alexander Aring · 7 years ago
  41. e63d7df net: sched: sch: add extack for init callback by Alexander Aring · 7 years ago
  42. f53c723 net: Add asynchronous callbacks for xfrm on layer 2. by Steffen Klassert · 7 years ago
  43. 1df94c3 net_sched: properly check for empty skb array on error path by Cong Wang · 7 years ago
  44. 51e18a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  45. c5ad119 net: sched: pfifo_fast use skb_array by John Fastabend · 7 years ago
  46. fd8e8d1 net: sched: check for frozen queue before skb_bad_txq check by John Fastabend · 7 years ago
  47. 70e57d5 net: sched: use skb list for skb_bad_tx by John Fastabend · 7 years ago
  48. 7bbde83 net: sched: drop qdisc_reset from dev_graft_qdisc by John Fastabend · 7 years ago
  49. a53851e net: sched: explicit locking in gso_cpu fallback by John Fastabend · 7 years ago
  50. d59f5ff net: sched: a dflt qdisc may be used with per cpu stats by John Fastabend · 7 years ago
  51. 29b86cd net: sched: remove remaining uses for qdisc_qlen in xmit path by John Fastabend · 7 years ago
  52. 6b3ba91 net: sched: allow qdiscs to handle locking by John Fastabend · 7 years ago
  53. 6c14818 net: sched: cleanup qdisc_run and __qdisc_run semantics by John Fastabend · 7 years ago
  54. 32d3e51 net_sched: use macvlan real dev trans_start in dev_trans_start() by Chris Dion · 7 years ago
  55. 4620940 net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath by Jiri Pirko · 7 years ago
  56. 26aa045 net/sched: Check for null dev_queue on create flow by Jesus Sanchez-Palencia · 7 years ago
  57. cdeabbb net: sched: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  58. 1f8d31d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  59. c8e1812 net_sched: always reset qdisc backlog in qdisc_reset() by Konstantin Khlebnikov · 7 years ago
  60. 752fbcc net_sched: no need to free qdisc in RCU callback by Cong Wang · 7 years ago
  61. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  62. 551143d net_sched: fix a refcount_t issue with noop_qdisc by Eric Dumazet · 7 years ago
  63. e543002 qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs by Jesper Dangaard Brouer · 7 years ago
  64. 7b93640 net, sched: convert Qdisc.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  65. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  66. 92f9170 net_sched: check noop_qdisc before qdisc_hash_add() by WANG Cong · 8 years ago
  67. 49b4997 net: sched: make default fifo qdiscs appear in the dump by Jiri Kosina · 8 years ago
  68. 3d48b53 net: dev_weight: TX/RX orthogonality by Matthias Tafelmeier · 8 years ago
  69. 1c0d32f net_sched: gen_estimator: complete rewrite of rate estimators by Eric Dumazet · 8 years ago
  70. 48da34b sched: add and use qdisc_skb_head helpers by Florian Westphal · 8 years ago
  71. ec32336 sched: remove qdisc arg from __qdisc_dequeue_head by Florian Westphal · 8 years ago
  72. 97d0678 sched: don't use skb queue helpers by Florian Westphal · 8 years ago
  73. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  74. 166ee5b qdisc: fix a module refcount leak in qdisc_create_dflt() by Eric Dumazet · 8 years ago
  75. 59cc1f6 net: sched: convert qdisc linked list to hashtable by Jiri Kosina · 8 years ago
  76. 4d202a0 net_sched: generalize bulk dequeue by Eric Dumazet · 9 years ago
  77. 520ac30 net_sched: drop packets after root qdisc lock is released by Eric Dumazet · 9 years ago
  78. 1b5c549 net_sched: add the ability to defer skb freeing by Eric Dumazet · 9 years ago
  79. 1578b0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  80. 52fbb29 net: sched: fix qdisc->running lockdep annotations by Eric Dumazet · 9 years ago
  81. f9eb8ae net_sched: transform qdisc running bit into a seqcount by Eric Dumazet · 9 years ago
  82. a27758f net_sched: keep backlog updated with qlen by WANG Cong · 9 years ago
  83. 9b36627 net: remove dev->trans_start by Florian Westphal · 9 years ago
  84. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  85. f0cdf76 net: remove NETDEV_TX_LOCKED support by Florian Westphal · 9 years ago
  86. 3dcd493fb net: sched: do not requeue a NULL skb by Lars Persson · 9 years ago
  87. 1f27cde net: sched: use pfifo_fast for non real queues by Eric Dumazet · 9 years ago
  88. 73c20a8 net: sched: fix missing free per cpu on qstats by John Fastabend · 9 years ago
  89. 4eaf3b8 net_sched: fix qdisc_tree_decrease_qlen() races by Eric Dumazet · 9 years ago
  90. 3e692f2 net: sched: simplify attach_one_default_qdisc() by Phil Sutter · 9 years ago
  91. d66d6c3 net: sched: register noqueue qdisc by Phil Sutter · 9 years ago
  92. db4094b net: sched: ignore tx_queue_len when assigning default qdisc by Phil Sutter · 9 years ago
  93. 4b46995 net: sch_generic: react upon IFF_NO_QUEUE flag by Phil Sutter · 9 years ago
  94. b8358d7 net_sched: restore qdisc quota fairness limits after bulk dequeue by Jesper Dangaard Brouer · 10 years ago
  95. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  96. 55a93b3 qdisc: validate skb without holding lock by Eric Dumazet · 10 years ago
  97. 808e7ac qdisc: dequeue bulking also pickup GSO/TSO packets by Jesper Dangaard Brouer · 10 years ago
  98. 5772e9a qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUE by Jesper Dangaard Brouer · 10 years ago
  99. 22e0f8b net: sched: make bstats per cpu and estimator RCU safe by John Fastabend · 10 years ago
  100. ab34f64 net: sched: use __skb_queue_head_init() where applicable by Eric Dumazet · 10 years ago