1. 3a7d0d0 net: sched: extend Qdisc with rcu by Vlad Buslov · 6 years ago
  2. 88cab77 net/sched: Add HW offloading capability to ETF by Jesus Sanchez-Palencia · 7 years ago
  3. 860b642 net/sched: Allow creating a Qdisc watchdog with other clocks by Vinicius Costa Gomes · 7 years ago
  4. 868717a net: remove prototype of qdisc_lookup_class() by Jakub Kicinski · 7 years ago
  5. a38a988 net: sch: api: add extack support in qdisc_create_dflt by Alexander Aring · 7 years ago
  6. e9bc3fa net: sch: api: add extack support in qdisc_get_rtab by Alexander Aring · 7 years ago
  7. 29b86cd net: sched: remove remaining uses for qdisc_qlen in xmit path by John Fastabend · 7 years ago
  8. 6c14818 net: sched: cleanup qdisc_run and __qdisc_run semantics by John Fastabend · 7 years ago
  9. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  10. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  11. 3d0bd02 net/sched: Add support for HW offloading for CBS by Vinicius Costa Gomes · 7 years ago
  12. fa71212 net: sched: remove unused is_classid_clsact_ingress/egress helpers by Jiri Pirko · 7 years ago
  13. 855319b net: sched: store net pointer in block and introduce qdisc_net helper by Jiri Pirko · 7 years ago
  14. 861932e net: sched: Add helpers to identify classids by Jiri Pirko · 7 years ago
  15. 87d8309 net: sched: move tc_classify function to cls_api.c by Jiri Pirko · 8 years ago
  16. 49b4997 net: sched: make default fifo qdiscs appear in the dump by Jiri Kosina · 8 years ago
  17. d0a81f6 net: make default TX queue length a defined constant by Jesper Dangaard Brouer · 8 years ago
  18. 59cc1f6 net: sched: convert qdisc linked list to hashtable by Jiri Kosina · 8 years ago
  19. 45f50be net_sched: remove generic throttled management by Eric Dumazet · 9 years ago
  20. a9efad8 net_sched: avoid too many hrtimer_start() calls by Eric Dumazet · 9 years ago
  21. 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 9 years ago
  22. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  23. d8b9605 net: sched: fix skb->protocol use in case of accelerated vlan path by Jiri Pirko · 10 years ago
  24. f2600cf net: sched: avoid costly atomic operation in fq_dequeue() by Eric Dumazet · 10 years ago
  25. 55a93b3 qdisc: validate skb without holding lock by Eric Dumazet · 10 years ago
  26. d2de875 net: use ktime_get_ns() and ktime_get_real_ns() helpers by Eric Dumazet · 10 years ago
  27. 6e765a0 net_sched: drr: warn when qdisc is not work conserving by Florian Westphal · 11 years ago
  28. 95dc192 pkt_sched: give visibility to mq slave qdiscs by Eric Dumazet · 11 years ago
  29. 6da7c8f qdisc: allow setting default queuing discipline by stephen hemminger · 11 years ago
  30. 5c15257 net: Remove extern from include/net/ scheduling prototypes by Joe Perches · 11 years ago
  31. 34c5d29 sch_api: introduce qdisc_watchdog_schedule_ns() by Jiri Pirko · 12 years ago
  32. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  33. dc7f9f6 net: sched: constify tcf_proto and tc_action by Eric Dumazet · 14 years ago
  34. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  35. bc135b2 net: Define accessors to manipulate QDISC_STATE_RUNNING by Eric Dumazet · 15 years ago
  36. 5d944c6 gen_estimator: deadlock fix by Eric Dumazet · 15 years ago
  37. 57dbb2d sched: add head drop fifo queue by Hagen Paul Pfeifer · 15 years ago
  38. fd2c3ef net: cleanup include/net by Eric Dumazet · 15 years ago
  39. bbd8a0d net: Avoid enqueuing skb for default qdiscs by Krishna Kumar · 15 years ago
  40. ca44d6e pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2US by Jarek Poplawski · 16 years ago
  41. a4a710c pkt_sched: Change PSCHED_SHIFT from 10 to 6 by Jarek Poplawski · 16 years ago
  42. 728bf09 pkt_sched: Use PSCHED_SHIFT in PSCHED time conversion by Jarek Poplawski · 16 years ago
  43. b00355d pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler. by Jarek Poplawski · 16 years ago
  44. f4ab543 pkt_sched: Remove the tx queue state check in qdisc_run() by Jarek Poplawski · 16 years ago
  45. f6e0b23 pkt_sched: Fix qdisc list locking by Jarek Poplawski · 16 years ago
  46. 83f36f3 pkt_sched: Add queue stopped test back to qdisc_run(). by David S. Miller · 16 years ago
  47. 175f9c1 net_sched: Add size table for qdiscs by Jussi Kivilinna · 16 years ago
  48. 37437bb pkt_sched: Schedule qdiscs instead of netdev_queue. by David S. Miller · 16 years ago
  49. e2627c8 pkt_sched: Make QDISC_RUNNING a qdisc state. by David S. Miller · 16 years ago
  50. fd2ea0a net: Use queue aware tests throughout. by David S. Miller · 16 years ago
  51. 79d1638 netdev: Move atomic queue state bits into netdev_queue. by David S. Miller · 17 years ago
  52. eb6aafe pkt_sched: Make qdisc_run take a netdev_queue. by David S. Miller · 17 years ago
  53. fb0305c net-sched: consolidate default fifo qdisc setup by Patrick McHardy · 17 years ago
  54. 1e90474 [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API by Patrick McHardy · 17 years ago
  55. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  56. 73ca491 [NET_SCHED]: act_api: qdisc internal reclassify support by Patrick McHardy · 18 years ago
  57. 0463d4a [NET_SCHED]: Eliminate qdisc_tree_lock by Patrick McHardy · 18 years ago
  58. 3bebcda [NET_SCHED]: turn PSCHED_GET_TIME into inline function by Patrick McHardy · 18 years ago
  59. 03cc45c [NET_SCHED]: turn PSCHED_TDIFF_SAFE into inline function by Patrick McHardy · 18 years ago
  60. 8edc0c3 [NET_SCHED]: kill PSCHED_TDIFF by Patrick McHardy · 18 years ago
  61. a084980 [NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PASTPERFECT by Patrick McHardy · 18 years ago
  62. 104e087 [NET_SCHED]: kill PSCHED_TLESS by Patrick McHardy · 18 years ago
  63. 7c59e25 [NET_SCHED]: kill PSCHED_TADD/PSCHED_TADD2 by Patrick McHardy · 18 years ago
  64. 26e252d [NET_SCHED]: kill PSCHED_AUDIT_TDIFF by Patrick McHardy · 18 years ago
  65. 00c04af [NET_SCHED]: kill jiffie conversion macros by Patrick McHardy · 18 years ago
  66. 4179477 [NET_SCHED]: Add hrtimer based qdisc watchdog by Patrick McHardy · 18 years ago
  67. 641b9e0 [NET_SCHED]: Use ktime as clocksource by Patrick McHardy · 18 years ago
  68. 2266d88 [PKT_SCHED]: Fix regression in PSCHED_TADD{,2}. by Guillaume Chazarain · 18 years ago
  69. 4ee303d [PKT_SCHED]: PSCHED_TADD() and PSCHED_TADD2() can result,tv_usec >= 1000000 by Shuya MAEDA · 19 years ago
  70. 48d8332 [NET]: Prevent multiple qdisc runs by Herbert Xu · 19 years ago
  71. 538e43a [PKT_SCHED]: Use USEC_PER_SEC by Patrick McHardy · 19 years ago
  72. 3d54b82 [PKT_SCHED]: Cleanup qdisc creation and alignment macros by Thomas Graf · 20 years ago
  73. e41a33e [PKT_SCHED]: Move sch_generic.c prototypes to correct header file by Thomas Graf · 20 years ago
  74. 9dfa277 [PKT_SCHED]: Fix range in PSCHED_TDIFF_SAFE to 0..bound by Patrick McHardy · 20 years ago
  75. 7b3c63a [PKT_SCHED]: Fix range in psched_tod_diff() to 0..bound by Nicolas Dichtel · 20 years ago
  76. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago