1. eb9b851 SCHED: netem: Correct documentation comment in code. by Jesper Dangaard Brouer · 16 years ago
  2. 3aa4614 pkt_sched: fix missing check for packet overrun in qdisc_dump_stab() by Patrick McHardy · 16 years ago
  3. b473001 net: Do not fire linkwatch events until the device is registered. by David S. Miller · 16 years ago
  4. 268a3dc Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 by Thomas Gleixner · 16 years ago
  5. 9f3ffae pkt_sched: sch_generic: Fix oops in sch_teql by Jarek Poplawski · 16 years ago
  6. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  7. 95a5afc net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) by Johannes Berg · 16 years ago
  8. 53e9150 pkt_sched: Update qdisc requeue stats in dev_requeue_skb() by Jarek Poplawski · 16 years ago
  9. 916a917 netfilter: xtables: provide invoked family value to extensions by Jan Engelhardt · 16 years ago
  10. a2df164 netfilter: xtables: move extension arguments into compound structure (6/6) by Jan Engelhardt · 16 years ago
  11. af5d6dc netfilter: xtables: move extension arguments into compound structure (5/6) by Jan Engelhardt · 16 years ago
  12. 7eb3558 netfilter: xtables: move extension arguments into compound structure (4/6) by Jan Engelhardt · 16 years ago
  13. 367c679 netfilter: xtables: do centralized checkentry call (1/2) by Jan Engelhardt · 16 years ago
  14. 6252352 pkt_sched: Simplify dev_requeue_skb and dequeue_skb by Jarek Poplawski · 16 years ago
  15. 554794d pkt_sched: Fix handling of gso skbs on requeuing by Jarek Poplawski · 16 years ago
  16. ebf0598 pkt_sched: Check the state of tx_queue in dequeue_skb() by Jarek Poplawski · 16 years ago
  17. f087652 pkt_sched: Always use q->requeue in dev_requeue_skb(). by David S. Miller · 16 years ago
  18. 242f8bfe pkt_sched: Make qdisc->gso_skb a list. by David S. Miller · 16 years ago
  19. d48abfe net: em_cmp.c use unaligned access helpers by Harvey Harrison · 16 years ago
  20. 6067804 net: Use hton[sl]() instead of __constant_hton[sl]() where applicable by Arnaldo Carvalho de Melo · 16 years ago
  21. a574420 multiq: requeue should rewind the current_band by Alexander Duyck · 16 years ago
  22. f07d150 multiq: Further multiqueue cleanup by Alexander Duyck · 16 years ago
  23. ca9b0e2 pkt_action: add new action skbedit by Alexander Duyck · 16 years ago
  24. 9265194 pkt_sched: Add multiqueue scheduler support by Alexander Duyck · 16 years ago
  25. 5337407 warn: Turn the netdev timeout WARN_ON() into a WARN() by Arjan van de Ven · 16 years ago
  26. 23dd7bb hrtimer: convert net::sched_cbq to the new hrtimer apis by Arjan van de Ven · 16 years ago
  27. 2c10b32 netlink: Remove compat API for nested attributes by Thomas Graf · 16 years ago
  28. 102396a pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock() by Jarek Poplawski · 16 years ago
  29. f6f9b93 pkt_sched: Fix gen_estimator locks by Jarek Poplawski · 16 years ago
  30. f7a54c1 pkt_sched: Use rcu_assign_pointer() to change dev_queue->qdisc by Jarek Poplawski · 16 years ago
  31. 666d9bb pkt_sched: Fix dev_graft_qdisc() locking by Jarek Poplawski · 16 years ago
  32. f6e0b23 pkt_sched: Fix qdisc list locking by Jarek Poplawski · 16 years ago
  33. 2540e05 pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() race by Jarek Poplawski · 16 years ago
  34. f3b9605 Revert "pkt_sched: Add BH protection for qdisc_stab_lock." by David S. Miller · 16 years ago
  35. e5befbd pkt_sched: remove bogus block (cleanup) by Ilpo Järvinen · 16 years ago
  36. 4d8863a pkt_sched: Don't hold qdisc lock over qdisc_destroy(). by David S. Miller · 16 years ago
  37. 25bfcd5 pkt_sched: Add lockdep annotation for qdisc locks by Jarek Poplawski · 16 years ago
  38. 8608db0 pkt_sched: Never schedule non-root qdiscs. by David S. Miller · 16 years ago
  39. 6974765 pkt_sched: Fix return value corruption in HTB and TBF. by David S. Miller · 16 years ago
  40. 4cf7cb2 sch_prio: Use NET_XMIT_SUCCESS instead of "0" constant. by David S. Miller · 16 years ago
  41. 0d40b6e sch_prio: Use return value from inner qdisc requeue by Jussi Kivilinna · 16 years ago
  42. 1e0d5a5 pkt_sched: No longer destroy qdiscs from RCU. by David S. Miller · 16 years ago
  43. 3a76e37 pkt_sched: Grab correct lock in notify_and_destroy(). by Jarek Poplawski · 16 years ago
  44. 4335cd2 pkt_sched: Simplify dev_deactivate() polling loop. by David S. Miller · 16 years ago
  45. a9312ae pkt_sched: Add 'deactivated' state. by David S. Miller · 16 years ago
  46. 323c048 pkt_sched: Fix unlocking in tc_ctl_tfilter() by Jarek Poplawski · 16 years ago
  47. b9a3b11 pkt_sched: Fix queue quiescence testing in dev_deactivate(). by David S. Miller · 16 years ago
  48. 26b284d pkt_sched: Fix oops in htb_delete. by Jarek Poplawski · 16 years ago
  49. 3672387 net-sched: fix Action flushing return code by Jamal Hadi Salim · 16 years ago
  50. f97017c net-sched: Fix actions flushing by Jamal Hadi Salim · 16 years ago
  51. 1cfa266 pkt_sched: Add BH protection for qdisc_stab_lock. by Jarek Poplawski · 16 years ago
  52. 8123b42 pkt_sched: Fix ingress deletion and filter attachment. by David S. Miller · 16 years ago
  53. 76aab2c pkt_sched: Fix actions referencing by Jamal Hadi Salim · 16 years ago
  54. 827ebd6 pkt_sched: Fix qdisc config when link is down. by David S. Miller · 16 years ago
  55. ee7af82 pkt_sched: Fix "parent is root" test in qdisc_create(). by David S. Miller · 16 years ago
  56. c27f339 net_sched: Add qdisc __NET_XMIT_BYPASS flag by Jarek Poplawski · 16 years ago
  57. 378a2f0 net_sched: Add qdisc __NET_XMIT_STOLEN flag by Jarek Poplawski · 16 years ago
  58. 5fb6622 pkt_sched: Use qdisc_lock() on already sampled root qdisc. by David S. Miller · 16 years ago
  59. c3f26a2 netdev: Fix lockdep warnings in multiqueue configurations. by David S. Miller · 16 years ago
  60. 8d50b53 pkt_sched: Fix OOPS on ingress qdisc add. by David S. Miller · 16 years ago
  61. 4836e30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  62. 516e0cc [PATCH] f_count may wrap around by Al Viro · 16 years ago
  63. cdec7e5 Revert "pkt_sched: sch_sfq: dump a real number of flows" by David S. Miller · 16 years ago
  64. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  65. cffe1c5 pkt_sched: Fix locking in shutdown_scheduler_queue() by David S. Miller · 16 years ago
  66. f867e6a pkt_sched: sch_sfq: dump a real number of flows by Jarek Poplawski · 16 years ago
  67. a94f779 pkt_sched: make qdisc_class_hash_alloc() static by Adrian Bunk · 16 years ago
  68. 6579e57 net: Print the module name as part of the watchdog message by Arjan van de Ven · 16 years ago
  69. d3678b4 Revert "pkt_sched: Make default qdisc nonshared-multiqueue safe." by David S. Miller · 16 years ago
  70. c3ee841 pkt_sched: Remove unused variable skb in dev_deactivate_queue function. by Daniel Lezcano · 16 years ago
  71. 3a682fb pkt_sched: Fix build with NET_SCHED disabled. by David S. Miller · 16 years ago
  72. 175f9c1 net_sched: Add size table for qdiscs by Jussi Kivilinna · 16 years ago
  73. 0abf77e net_sched: Add accessor function for packet length for qdiscs by Jussi Kivilinna · 16 years ago
  74. 5f86173 net_sched: Add qdisc_enqueue wrapper by Jussi Kivilinna · 16 years ago
  75. 30ee42b pkt_sched: Fix noqueue_qdisc initialization. by David S. Miller · 16 years ago
  76. 3072367 pkt_sched: Manage qdisc list inside of root qdisc. by David S. Miller · 16 years ago
  77. 72b25a9 pkt_sched: Get rid of u32_list. by David S. Miller · 16 years ago
  78. a0c80b8 pkt_sched: Make default qdisc nonshared-multiqueue safe. by David S. Miller · 16 years ago
  79. 99194cf pkt_sched: Add multiqueue handling to qdisc_graft(). by David S. Miller · 16 years ago
  80. 8387400 pkt_sched: Kill netdev_queue lock. by David S. Miller · 16 years ago
  81. c7e4f3b pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree. by David S. Miller · 16 years ago
  82. 5304997 pkt_sched: Make qdisc grafting locking more specific. by David S. Miller · 16 years ago
  83. ead81cc netdevice: Move qdisc_list back into net_device proper. by David S. Miller · 16 years ago
  84. 15b458f pkt_sched: Kill qdisc_lock_tree usage in cls_route.c by David S. Miller · 16 years ago
  85. 55dbc640 pkt_sched: Remove qdisc_lock_tree usage in cls_api.c by David S. Miller · 16 years ago
  86. 17715e6 pkt_sched: Use per-queue locking in shutdown_scheduler_queue. by David S. Miller · 16 years ago
  87. 8a34c5d pkt_sched: Perform bulk of qdisc destruction in RCU. by David S. Miller · 16 years ago
  88. 1636112 pkt_sched: dev_init_scheduler() does not need to lock qdisc tree. by David S. Miller · 16 years ago
  89. 37437bb pkt_sched: Schedule qdiscs instead of netdev_queue. by David S. Miller · 16 years ago
  90. 7698b4f pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). by David S. Miller · 16 years ago
  91. e2627c8 pkt_sched: Make QDISC_RUNNING a qdisc state. by David S. Miller · 16 years ago
  92. d3b753d pkt_sched: Move gso_skb into Qdisc. by David S. Miller · 16 years ago
  93. fd2ea0a net: Use queue aware tests throughout. by David S. Miller · 16 years ago
  94. 1d8ae3f pkt_sched: Remove RR scheduler. by David S. Miller · 16 years ago
  95. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
  96. 72d9794 net-sched: cls_flow: add perturbation support by Patrick McHardy · 16 years ago
  97. 79d1638 netdev: Move atomic queue state bits into netdev_queue. by David S. Miller · 16 years ago
  98. c773e84 netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. by David S. Miller · 16 years ago
  99. eb6aafe pkt_sched: Make qdisc_run take a netdev_queue. by David S. Miller · 16 years ago
  100. 86d804e netdev: Make netif_schedule() routines work with netdev_queue objects. by David S. Miller · 16 years ago