1. eb82a99 net: sched, fix OOO packets with pfifo_fast by John Fastabend · 7 years ago
  2. cce6294 net: sched: fix uses after free by Eric Dumazet · 7 years ago
  3. 7007ba6 net_sched: implement ->change_tx_queue_len() for pfifo_fast by Cong Wang · 7 years ago
  4. 48bfd55 net_sched: plug in qdisc ops change_tx_queue_len by Cong Wang · 7 years ago
  5. b2d3bcf net: core: Expose number of link up/down transitions by David Decotigny · 7 years ago
  6. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  7. 81d947e net, sched: fix panic when updating miniq {b,q}stats by Daniel Borkmann · 7 years ago
  8. 9540d97 net: sched: fix skb leak in dev_requeue_skb() by Wei Yongjun · 7 years ago
  9. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  10. 9f30e5c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  11. b2fb01f net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap() by Cong Wang · 7 years ago
  12. a38a988 net: sch: api: add extack support in qdisc_create_dflt by Alexander Aring · 7 years ago
  13. d0bd684 net: sch: api: add extack support in qdisc_alloc by Alexander Aring · 7 years ago
  14. e63d7df net: sched: sch: add extack for init callback by Alexander Aring · 7 years ago
  15. f53c723 net: Add asynchronous callbacks for xfrm on layer 2. by Steffen Klassert · 7 years ago
  16. 1df94c3 net_sched: properly check for empty skb array on error path by Cong Wang · 7 years ago
  17. 51e18a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  18. c5ad119 net: sched: pfifo_fast use skb_array by John Fastabend · 7 years ago
  19. fd8e8d1 net: sched: check for frozen queue before skb_bad_txq check by John Fastabend · 7 years ago
  20. 70e57d5 net: sched: use skb list for skb_bad_tx by John Fastabend · 7 years ago
  21. 7bbde83 net: sched: drop qdisc_reset from dev_graft_qdisc by John Fastabend · 7 years ago
  22. a53851e net: sched: explicit locking in gso_cpu fallback by John Fastabend · 7 years ago
  23. d59f5ff net: sched: a dflt qdisc may be used with per cpu stats by John Fastabend · 7 years ago
  24. 29b86cd net: sched: remove remaining uses for qdisc_qlen in xmit path by John Fastabend · 7 years ago
  25. 6b3ba91 net: sched: allow qdiscs to handle locking by John Fastabend · 7 years ago
  26. 6c14818 net: sched: cleanup qdisc_run and __qdisc_run semantics by John Fastabend · 7 years ago
  27. 32d3e51 net_sched: use macvlan real dev trans_start in dev_trans_start() by Chris Dion · 7 years ago
  28. 4620940 net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath by Jiri Pirko · 7 years ago
  29. 26aa045 net/sched: Check for null dev_queue on create flow by Jesus Sanchez-Palencia · 7 years ago
  30. cdeabbb net: sched: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  31. 1f8d31d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  32. c8e1812 net_sched: always reset qdisc backlog in qdisc_reset() by Konstantin Khlebnikov · 7 years ago
  33. 752fbcc net_sched: no need to free qdisc in RCU callback by Cong Wang · 7 years ago
  34. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  35. 551143d net_sched: fix a refcount_t issue with noop_qdisc by Eric Dumazet · 7 years ago
  36. e543002 qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs by Jesper Dangaard Brouer · 7 years ago
  37. 7b93640 net, sched: convert Qdisc.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  38. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  39. 92f9170 net_sched: check noop_qdisc before qdisc_hash_add() by WANG Cong · 8 years ago
  40. 49b4997 net: sched: make default fifo qdiscs appear in the dump by Jiri Kosina · 8 years ago
  41. 3d48b53 net: dev_weight: TX/RX orthogonality by Matthias Tafelmeier · 8 years ago
  42. 1c0d32f net_sched: gen_estimator: complete rewrite of rate estimators by Eric Dumazet · 8 years ago
  43. 48da34b sched: add and use qdisc_skb_head helpers by Florian Westphal · 8 years ago
  44. ec32336 sched: remove qdisc arg from __qdisc_dequeue_head by Florian Westphal · 8 years ago
  45. 97d0678 sched: don't use skb queue helpers by Florian Westphal · 8 years ago
  46. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  47. 166ee5b qdisc: fix a module refcount leak in qdisc_create_dflt() by Eric Dumazet · 8 years ago
  48. 59cc1f6 net: sched: convert qdisc linked list to hashtable by Jiri Kosina · 8 years ago
  49. 4d202a0 net_sched: generalize bulk dequeue by Eric Dumazet · 9 years ago
  50. 520ac30 net_sched: drop packets after root qdisc lock is released by Eric Dumazet · 9 years ago
  51. 1b5c549 net_sched: add the ability to defer skb freeing by Eric Dumazet · 9 years ago
  52. 1578b0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  53. 52fbb29 net: sched: fix qdisc->running lockdep annotations by Eric Dumazet · 9 years ago
  54. f9eb8ae net_sched: transform qdisc running bit into a seqcount by Eric Dumazet · 9 years ago
  55. a27758f net_sched: keep backlog updated with qlen by WANG Cong · 9 years ago
  56. 9b36627 net: remove dev->trans_start by Florian Westphal · 9 years ago
  57. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  58. f0cdf76 net: remove NETDEV_TX_LOCKED support by Florian Westphal · 9 years ago
  59. 3dcd493fb net: sched: do not requeue a NULL skb by Lars Persson · 9 years ago
  60. 1f27cde net: sched: use pfifo_fast for non real queues by Eric Dumazet · 9 years ago
  61. 73c20a8 net: sched: fix missing free per cpu on qstats by John Fastabend · 9 years ago
  62. 4eaf3b8 net_sched: fix qdisc_tree_decrease_qlen() races by Eric Dumazet · 9 years ago
  63. 3e692f2 net: sched: simplify attach_one_default_qdisc() by Phil Sutter · 9 years ago
  64. d66d6c3 net: sched: register noqueue qdisc by Phil Sutter · 9 years ago
  65. db4094b net: sched: ignore tx_queue_len when assigning default qdisc by Phil Sutter · 9 years ago
  66. 4b46995 net: sch_generic: react upon IFF_NO_QUEUE flag by Phil Sutter · 9 years ago
  67. b8358d7 net_sched: restore qdisc quota fairness limits after bulk dequeue by Jesper Dangaard Brouer · 10 years ago
  68. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  69. 55a93b3 qdisc: validate skb without holding lock by Eric Dumazet · 10 years ago
  70. 808e7ac qdisc: dequeue bulking also pickup GSO/TSO packets by Jesper Dangaard Brouer · 10 years ago
  71. 5772e9a qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUE by Jesper Dangaard Brouer · 10 years ago
  72. 22e0f8b net: sched: make bstats per cpu and estimator RCU safe by John Fastabend · 10 years ago
  73. ab34f64 net: sched: use __skb_queue_head_init() where applicable by Eric Dumazet · 10 years ago
  74. 46e5da4 net: qdisc: use rcu prefix and silence sparse warnings by John Fastabend · 10 years ago
  75. 3f3c7ee qdisc: exit case fixes for skb list handling in qdisc layer by Jesper Dangaard Brouer · 10 years ago
  76. 10770bc qdisc: adjustments for API allowing skb list xmits by Jesper Dangaard Brouer · 10 years ago
  77. ce93718 net: Don't keep around original SKB when we software segment GSO frames. by David S. Miller · 10 years ago
  78. 50cbe9a net: Validate xmit SKBs right when we pull them out of the qdisc. by David S. Miller · 10 years ago
  79. 10c51b5623 net: add skb_get_tx_queue() helper by Daniel Borkmann · 10 years ago
  80. 9bf2b8c net: fix some typos in comment by Ying Xue · 11 years ago
  81. 2d3b479 net-sysfs: expose number of carrier on/off changes by david decotigny · 11 years ago
  82. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  83. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 11 years ago
  84. e57a784 pkt_sched: set root qdisc before change() in attach_default_qdiscs() by Eric Dumazet · 11 years ago
  85. 82d567c net_sched: change "foo* bar" to "foo *bar" by Yang Yingliang · 11 years ago
  86. a6cc0cf net: Add layer 2 hardware acceleration operations for macvlan devices by John Fastabend · 11 years ago
  87. 5cde282 net: Separate the close_list and the unreg_list v2 by Eric W. Biederman · 11 years ago
  88. 3e1e3aa net_sched: add u64 rate to psched_ratecfg_precompute() by Eric Dumazet · 11 years ago
  89. 34aedd3 qdisc: fix build with !CONFIG_NET_SCHED by stephen hemminger · 11 years ago
  90. d2a7f26 qdisc: make args to qdisc_create_default const by stephen hemminger · 11 years ago
  91. 6da7c8f qdisc: allow setting default queuing discipline by stephen hemminger · 11 years ago
  92. 8a8e3d8 net_sched: restore "linklayer atm" handling by Jesper Dangaard Brouer · 11 years ago
  93. 07ce76a net_sched: make dev_trans_start return vlan's real dev trans_start by nikolay@redhat.com · 11 years ago
  94. 130d3d6 net_sched: psched_ratecfg_precompute() improvements by Eric Dumazet · 12 years ago
  95. 01cb71d net_sched: restore "overhead xxx" handling by Eric Dumazet · 12 years ago
  96. ea872d7 sch: add missing u64 in psched_ratecfg_precompute() by Sergey Popovich · 12 years ago
  97. 292f1c7 sch: make htb_rate_cfg and functions around that generic by Jiri Pirko · 12 years ago
  98. 1abbe13 pkt_sched: avoid requeues if possible by Eric Dumazet · 12 years ago
  99. 23d3b8b net: qdisc busylock needs lockdep annotations by Eric Dumazet · 12 years ago
  100. ee89bab net: move and rename netif_notify_peers() by Amerigo Wang · 12 years ago