1. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  2. 5d944c6 gen_estimator: deadlock fix by Eric Dumazet · 14 years ago
  3. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  4. 9a1654b net: Optimize hard_start_xmit() return checking by Jarek Poplawski · 15 years ago
  5. 572a9d7 net: allow to propagate errors through ->ndo_hard_start_xmit() by Patrick McHardy · 15 years ago
  6. 6ec1c69 net_sched: add classful multiqueue dummy scheduler by David S. Miller · 15 years ago
  7. 589983c net_sched: move dev_graft_qdisc() to sch_generic.c by Patrick McHardy · 15 years ago
  8. af356af net_sched: reintroduce dev->qdisc for use by sch_api by Patrick McHardy · 15 years ago
  9. a453e06 pkt_sched: Fix resource limiting in pfifo_fast by Krishna Kumar · 15 years ago
  10. fd3ae5e Speed-up pfifo_fast lookup using a private bitmap by Krishna Kumar · 15 years ago
  11. bbd8a0d net: Avoid enqueuing skb for default qdiscs by Krishna Kumar · 15 years ago
  12. 9d21493 net: tx scalability works : trans_start by Eric Dumazet · 15 years ago
  13. 6ab33d5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  14. d314774 netdev: network device operations infrastructure by Stephen Hemminger · 16 years ago
  15. b473001 net: Do not fire linkwatch events until the device is registered. by David S. Miller · 16 years ago
  16. f30ab41 pkt_sched: Remove qdisc->ops->requeue() etc. by Jarek Poplawski · 16 years ago
  17. 67305eb pkt_sched: sch_generic: Kfree gso_skb in qdisc_reset() by Jarek Poplawski · 16 years ago
  18. 99c0db2 pkt_sched: sch_generic: Add generic qdisc->ops->peek() implementation. by Jarek Poplawski · 16 years ago
  19. 9f3ffae pkt_sched: sch_generic: Fix oops in sch_teql by Jarek Poplawski · 16 years ago
  20. 53e9150 pkt_sched: Update qdisc requeue stats in dev_requeue_skb() by Jarek Poplawski · 16 years ago
  21. 6252352 pkt_sched: Simplify dev_requeue_skb and dequeue_skb by Jarek Poplawski · 16 years ago
  22. 554794d pkt_sched: Fix handling of gso skbs on requeuing by Jarek Poplawski · 16 years ago
  23. ebf0598 pkt_sched: Check the state of tx_queue in dequeue_skb() by Jarek Poplawski · 16 years ago
  24. f087652 pkt_sched: Always use q->requeue in dev_requeue_skb(). by David S. Miller · 16 years ago
  25. 242f8bfe pkt_sched: Make qdisc->gso_skb a list. by David S. Miller · 16 years ago
  26. 5337407 warn: Turn the netdev timeout WARN_ON() into a WARN() by Arjan van de Ven · 16 years ago
  27. f7a54c1 pkt_sched: Use rcu_assign_pointer() to change dev_queue->qdisc by Jarek Poplawski · 16 years ago
  28. f6e0b23 pkt_sched: Fix qdisc list locking by Jarek Poplawski · 16 years ago
  29. 4d8863a pkt_sched: Don't hold qdisc lock over qdisc_destroy(). by David S. Miller · 16 years ago
  30. 1e0d5a5 pkt_sched: No longer destroy qdiscs from RCU. by David S. Miller · 16 years ago
  31. 4335cd2 pkt_sched: Simplify dev_deactivate() polling loop. by David S. Miller · 16 years ago
  32. a9312ae pkt_sched: Add 'deactivated' state. by David S. Miller · 16 years ago
  33. b9a3b11 pkt_sched: Fix queue quiescence testing in dev_deactivate(). by David S. Miller · 16 years ago
  34. 5fb6622 pkt_sched: Use qdisc_lock() on already sampled root qdisc. by David S. Miller · 16 years ago
  35. c3f26a2 netdev: Fix lockdep warnings in multiqueue configurations. by David S. Miller · 16 years ago
  36. 8d50b53 pkt_sched: Fix OOPS on ingress qdisc add. by David S. Miller · 16 years ago
  37. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  38. cffe1c5 pkt_sched: Fix locking in shutdown_scheduler_queue() by David S. Miller · 16 years ago
  39. 6579e57 net: Print the module name as part of the watchdog message by Arjan van de Ven · 16 years ago
  40. d3678b4 Revert "pkt_sched: Make default qdisc nonshared-multiqueue safe." by David S. Miller · 16 years ago
  41. c3ee841 pkt_sched: Remove unused variable skb in dev_deactivate_queue function. by Daniel Lezcano · 16 years ago
  42. 3a682fb pkt_sched: Fix build with NET_SCHED disabled. by David S. Miller · 16 years ago
  43. 175f9c1 net_sched: Add size table for qdiscs by Jussi Kivilinna · 16 years ago
  44. 30ee42b pkt_sched: Fix noqueue_qdisc initialization. by David S. Miller · 16 years ago
  45. 3072367 pkt_sched: Manage qdisc list inside of root qdisc. by David S. Miller · 16 years ago
  46. a0c80b8 pkt_sched: Make default qdisc nonshared-multiqueue safe. by David S. Miller · 16 years ago
  47. 8387400 pkt_sched: Kill netdev_queue lock. by David S. Miller · 16 years ago
  48. c7e4f3b pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree. by David S. Miller · 16 years ago
  49. ead81cc netdevice: Move qdisc_list back into net_device proper. by David S. Miller · 16 years ago
  50. 17715e6 pkt_sched: Use per-queue locking in shutdown_scheduler_queue. by David S. Miller · 16 years ago
  51. 8a34c5d pkt_sched: Perform bulk of qdisc destruction in RCU. by David S. Miller · 16 years ago
  52. 1636112 pkt_sched: dev_init_scheduler() does not need to lock qdisc tree. by David S. Miller · 16 years ago
  53. 37437bb pkt_sched: Schedule qdiscs instead of netdev_queue. by David S. Miller · 16 years ago
  54. 7698b4f pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). by David S. Miller · 16 years ago
  55. e2627c8 pkt_sched: Make QDISC_RUNNING a qdisc state. by David S. Miller · 16 years ago
  56. d3b753d pkt_sched: Move gso_skb into Qdisc. by David S. Miller · 16 years ago
  57. fd2ea0a net: Use queue aware tests throughout. by David S. Miller · 16 years ago
  58. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
  59. 79d1638 netdev: Move atomic queue state bits into netdev_queue. by David S. Miller · 16 years ago
  60. c773e84 netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. by David S. Miller · 16 years ago
  61. eb6aafe pkt_sched: Make qdisc_run take a netdev_queue. by David S. Miller · 16 years ago
  62. 86d804e netdev: Make netif_schedule() routines work with netdev_queue objects. by David S. Miller · 16 years ago
  63. 970565b netdev: Move gso_skb into netdev_queue. by David S. Miller · 16 years ago
  64. 68dfb42 pkt_sched: Kill stats_lock member of struct Qdisc. by David S. Miller · 16 years ago
  65. b0e1e64 netdev: Move rest of qdisc state into struct netdev_queue by David S. Miller · 16 years ago
  66. 555353c netdev: The ingress_lock member is no longer needed. by David S. Miller · 16 years ago
  67. dc2b484 netdev: Move queue_lock into struct netdev_queue. by David S. Miller · 16 years ago
  68. 5ce2d48 pkt_sched: Remove 'dev' member of struct Qdisc. by David S. Miller · 16 years ago
  69. bb949fb netdev: Create netdev_queue abstraction. by David S. Miller · 16 years ago
  70. 01e123d pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive. by WANG Cong · 16 years ago
  71. b4192bb net: Add a WARN_ON_ONCE() to the transmit timeout function by Arjan van de Ven · 16 years ago
  72. 2ba2506 [NET]: Add preemption point in qdisc_run by Herbert Xu · 16 years ago
  73. 1e90474 [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API by Patrick McHardy · 16 years ago
  74. 62e3ba1 [NET_SCHED]: Move EXPORT_SYMBOL next to exported symbol by Patrick McHardy · 16 years ago
  75. 9a429c4 [NET]: Add some acquires/releases sparse annotations. by Eric Dumazet · 17 years ago
  76. 20fea08 [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. by Eric Dumazet · 17 years ago
  77. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  78. 5f1a485 [PKT_SCHED]: Check subqueue status before calling hard_start_xmit by Peter P Waskiewicz Jr · 17 years ago
  79. ce0e32e [NET]: Fix possible dev_deactivate race condition by Herbert Xu · 17 years ago
  80. bfaae0f [NET]: fix carrier-on bug? by Jeff Garzik · 17 years ago
  81. 8236632 [NET_SCHED]: explict hold dev tx lock by Jamal Hadi Salim · 17 years ago
  82. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  83. 0ba4805 [NET_SCHED]: Remove unnecessary includes by Patrick McHardy · 17 years ago
  84. 876d48a [NET_SCHED]: Remove CONFIG_NET_ESTIMATOR option by Patrick McHardy · 17 years ago
  85. e50c41b [NET]: qdisc_restart - couple of optimizations. by Krishna Kumar · 17 years ago
  86. 6c1361a [NET]: qdisc_restart - readability changes plus one bug fix. by Krishna Kumar · 17 years ago
  87. c716a81 [NET_SCHED]: Cleanup readability of qdisc restart by Jamal Hadi Salim · 17 years ago
  88. 60468d5 [NET]: Make net watchdog timers 1 sec jiffy aligned. by Venkatesh Pallipadi · 17 years ago
  89. 36247f5 [NET_SCHED]: Fix qdisc_restart return value when dequeue is empty by Herbert Xu · 17 years ago
  90. 41a23b0 [NET_SCHED]: Avoid requeue warning on dev_deactivate by Herbert Xu · 17 years ago
  91. cce1fa3 [NET_SCHED]: Reread dev->qdisc for NETDEV_TX_OK by Herbert Xu · 17 years ago
  92. d90df3a [NET_SCHED]: Rationalise return value of qdisc_restart by Herbert Xu · 17 years ago
  93. 5830725 [NET]: Fix dev->qdisc race for NETDEV_TX_LOCKED case by Thomas Graf · 17 years ago
  94. fd44de7 [NET_SCHED]: ingress: switch back to using ingress_lock by Patrick McHardy · 17 years ago
  95. 0463d4a [NET_SCHED]: Eliminate qdisc_tree_lock by Patrick McHardy · 17 years ago
  96. 10297b9 [NET] SCHED: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  97. f5a6e01 [NET]: user of the jiffies rounding code: Networking by Arjan van de Ven · 17 years ago
  98. 5f68e4c [PKT_SCHED]: Remove unused exports. by Adrian Bunk · 18 years ago
  99. 9f9afec [NET_SCHED]: Set parent classid in default qdiscs by Patrick McHardy · 18 years ago
  100. 85670cc [NET_SCHED]: Fix fallout from dev->qdisc RCU change by Patrick McHardy · 18 years ago