1. 8e0f36e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  2. d28934a dccp: Fix panic caused by too early termination of retransmission mechanism by Gerrit Renker · 17 years ago
  3. 4d8863a pkt_sched: Don't hold qdisc lock over qdisc_destroy(). by David S. Miller · 17 years ago
  4. 25bfcd5 pkt_sched: Add lockdep annotation for qdisc locks by Jarek Poplawski · 17 years ago
  5. 8608db0 pkt_sched: Never schedule non-root qdiscs. by David S. Miller · 17 years ago
  6. a61dae1 mac80211: update new sta's rx timestamp by Ron Rindjunsky · 17 years ago
  7. e10e0df rfkill: protect suspended rfkill controllers by Henrique de Moraes Holschuh · 17 years ago
  8. 6974765 pkt_sched: Fix return value corruption in HTB and TBF. by David S. Miller · 17 years ago
  9. 96d2031 pkt_sched: Fix missed RCU unlock in dev_queue_xmit() by David S. Miller · 17 years ago
  10. 13601cd ipv6: Fix the return interface index when get it while no message is received. by Yang Hongyang · 17 years ago
  11. 4cf7cb2 sch_prio: Use NET_XMIT_SUCCESS instead of "0" constant. by David S. Miller · 17 years ago
  12. 0d40b6e sch_prio: Use return value from inner qdisc requeue by Jussi Kivilinna · 17 years ago
  13. 1e0d5a5 pkt_sched: No longer destroy qdiscs from RCU. by David S. Miller · 17 years ago
  14. 3a76e37 pkt_sched: Grab correct lock in notify_and_destroy(). by Jarek Poplawski · 17 years ago
  15. 4335cd2 pkt_sched: Simplify dev_deactivate() polling loop. by David S. Miller · 17 years ago
  16. def82a1 net: Change handling of the __QDISC_STATE_SCHED flag in net_tx_action(). by Jarek Poplawski · 17 years ago
  17. a9312ae pkt_sched: Add 'deactivated' state. by David S. Miller · 17 years ago
  18. db543c1 net: skb_copy_datagram_from_iovec() by Rusty Russell · 17 years ago
  19. 6f85a12 net: Preserve netfilter attributes in skb_gso_segment using __copy_skb_header by Herbert Xu · 17 years ago
  20. e4119a4 bridge: show offload settings by Stephen Hemminger · 17 years ago
  21. c6153b5 ipv4: Disable route secret interval on zero interval by Herbert Xu · 17 years ago
  22. 323c048 pkt_sched: Fix unlocking in tc_ctl_tfilter() by Jarek Poplawski · 17 years ago
  23. 191cd58 netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr() by Brian Haley · 17 years ago
  24. 877aced netns: Fix crash by making igmp per namespace by Daniel Lezcano · 17 years ago
  25. d476669 pkt_sched: Protect gen estimators under est_lock. by Jarek Poplawski · 17 years ago
  26. b9a3b11 pkt_sched: Fix queue quiescence testing in dev_deactivate(). by David S. Miller · 17 years ago
  27. 26b284d pkt_sched: Fix oops in htb_delete. by Jarek Poplawski · 17 years ago
  28. 64c00d8 pktgen: prevent pktgen from using bad tx queue by Andrew Gallatin · 17 years ago
  29. 3e8a0a5 dccp: change L/R must have at least one byte in the dccpsf_val field by Arnaldo Carvalho de Melo · 17 years ago
  30. c1e24df xfrm: remove unnecessary variable in xfrm_output_resume() 2nd try by Jean-Christophe DUBOIS · 17 years ago
  31. 3672387 net-sched: fix Action flushing return code by Jamal Hadi Salim · 17 years ago
  32. f97017c net-sched: Fix actions flushing by Jamal Hadi Salim · 17 years ago
  33. 34093d0 net/rxrpc: Use an IS_ERR test rather than a NULL test by Julien Brunel · 17 years ago
  34. 317900c wext: Send name on events by Jamal Hadi Salim · 17 years ago
  35. 6ced0b3 net/tipc/subscr.c: don't use ___constant_swab32 by Andrew Morton · 17 years ago
  36. 5e0115e ipv6: Fix OOPS, ip -f inet6 route get fec0::1, linux-2.6.26, ip6_route_output, rt6_fill_node+0x175 by Brian Haley · 17 years ago
  37. 1cfa266 pkt_sched: Add BH protection for qdisc_stab_lock. by Jarek Poplawski · 17 years ago
  38. 0a37c10 Merge branch 'stealer/ipvs/for-davem' of git://git.stealer.net/linux-2.6 by David S. Miller · 17 years ago
  39. e93615d ipvs: Explictly clear ip_vs_stats members by Simon Horman · 17 years ago
  40. 519e49e ipvs: No need to zero out ip_vs_stats during initialization by Sven Wegener · 17 years ago
  41. 3a14a313 ipvs: Embed estimator object into stats object by Sven Wegener · 17 years ago
  42. 5587da5 ipvs: Mark net_vs_ctl_path const by Sven Wegener · 17 years ago
  43. 048cf48 ipvs: Annotate init functions with __init by Sven Wegener · 17 years ago
  44. d149ccc ipvs: Initialize schedulers' struct list_head at compile time by Sven Wegener · 17 years ago
  45. 66a0be4 ipvs: Use list_empty() instead of open-coding the same functionality by Sven Wegener · 17 years ago
  46. 8ab19ea ipvs: Fix possible deadlock in estimator code by Sven Wegener · 17 years ago
  47. bc0fde2 ipvs: Fix possible deadlock in sync code by Sven Wegener · 17 years ago
  48. d97106e udp: Drop socket lock for encapsulated packets by Herbert Xu · 17 years ago
  49. 8123b42 pkt_sched: Fix ingress deletion and filter attachment. by David S. Miller · 17 years ago
  50. 76aab2c pkt_sched: Fix actions referencing by Jamal Hadi Salim · 17 years ago
  51. c1c6c11 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 17 years ago
  52. 2aaab9a tcp: (whitespace only) fix confusing indentation by Adam Langley · 17 years ago
  53. 827ebd6 pkt_sched: Fix qdisc config when link is down. by David S. Miller · 17 years ago
  54. 28111eb [Bluetooth] Add parameters to control BNEP header compression by Marcel Holtmann · 17 years ago
  55. 8dbc172 mac80211: keep mesh ifaces in allmulti mode by Luis Carlos Cobo · 17 years ago
  56. e32f85f mac80211: fix use of skb->cb for mesh forwarding by Luis Carlos Cobo · 17 years ago
  57. e6fce5b pktgen: multiqueue etc. by Robert Olsson · 17 years ago
  58. 32bb93b Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 17 years ago
  59. 3859069 Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 into tmp by Jeff Garzik · 17 years ago
  60. f982307 net/core: Allow receive on active slaves. by Joe Eykholt · 17 years ago
  61. 0d7a368 net/core: Allow certain receives on inactive slave. by Joe Eykholt · 17 years ago
  62. cc9bd5c net/core: Uninline skb_bond(). by Joe Eykholt · 17 years ago
  63. 6edafaa tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookup by Gui Jianfeng · 17 years ago
  64. ee7af82 pkt_sched: Fix "parent is root" test in qdisc_create(). by David S. Miller · 17 years ago
  65. 11d4612 ipv4: Fix over-ifdeffing of ip_static_sysctl_init. by David S. Miller · 17 years ago
  66. abf5cdb ipsec: Interfamily IPSec BEET, ipv4-inner ipv6-outer by Joakim Koskela · 17 years ago
  67. eb49e63 ipsec: Interfamily IPSec BEET by Joakim Koskela · 17 years ago
  68. 9714be7 netfilter: fix two recent sysctl problems by Krzysztof Piotr Oledzki · 17 years ago
  69. 1ca615f ipv6: replace dst_metric() with dst_mtu() in net/ipv6/route.c. by Rami Rosen · 17 years ago
  70. 6d273f8 ipv4: replace dst_metric() with dst_mtu() in net/ipv4/route.c. by Rami Rosen · 17 years ago
  71. ffb2084 AX.25: Fix sysctl registration if !CONFIG_AX25_DAMA_SLAVE by Ralf Baechle · 17 years ago
  72. ff2a79a pktgen: mac count by Robert Olsson · 17 years ago
  73. 1211a64 pktgen: random flow by Robert Olsson · 17 years ago
  74. ef647f1 bridge: Eliminate unnecessary forward delay by Stephen Hemminger · 17 years ago
  75. 33e3349 Merge branch 'no-ath9k' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  76. ad61980 bridge: fix compile warning in net/bridge/br_netfilter.c by Rami Rosen · 17 years ago
  77. c27f339 net_sched: Add qdisc __NET_XMIT_BYPASS flag by Jarek Poplawski · 17 years ago
  78. 378a2f0 net_sched: Add qdisc __NET_XMIT_STOLEN flag by Jarek Poplawski · 17 years ago
  79. 4c43e0d iwlwifi: HW bug fixes by Tomas Winkler · 17 years ago
  80. 80693ce mac80211: automatic IBSS channel selection by Daniel Drake · 17 years ago
  81. ea95bba mac80211: make listen_interval be limited by low level driver by Tomas Winkler · 17 years ago
  82. 98f7dfd mac80211: pass dtim_period to low level driver by Emmanuel Grumbach · 17 years ago
  83. 6e583ce net: eliminate refcounting in backlog queue by Stephen Hemminger · 17 years ago
  84. 283d07ac ipv6: Do not drop packet if skb->local_df is set to true by Wei Yongjun · 17 years ago
  85. f880374 sctp: Drop ipfargok in sctp_xmit function by Herbert Xu · 17 years ago
  86. cfb266c ipv6: Fix the return value of Set Hop-by-Hop options header with NULL data pointer by Yang Hongyang · 17 years ago
  87. 1730554 ipv6: syncookies: free reqsk on xfrm_lookup error by Florian Westphal · 17 years ago
  88. adf044c net: Add missing extra2 parameter for ip_default_ttl sysctl by Sven Wegener · 17 years ago
  89. e5a4a72 net: use software GSO for SG+CSUM capable netdevices by Lennert Buytenhek · 17 years ago
  90. 745e203 net: fix missing pneigh entries in the neighbor seq_file code by Chris Larson · 17 years ago
  91. bff6973 net: in the first call to neigh_seq_next, call neigh_get_first, not neigh_get_idx. by Chris Larson · 17 years ago
  92. 35ed4e7 mac80211: Use queue_lock() in ieee80211_ht_agg_queue_remove(). by David S. Miller · 17 years ago
  93. 5fb6622 pkt_sched: Use qdisc_lock() on already sampled root qdisc. by David S. Miller · 17 years ago
  94. e9e80ea Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  95. f8e79dd mac80211: fix fragmentation kludge by Tomas Winkler · 17 years ago
  96. 9618566 RFKILL: set the status of the leds on activation. by Dmitry Baryshkov · 17 years ago
  97. 7c4f457 RFKILL: allow one to specify led trigger name by Dmitry Baryshkov · 17 years ago
  98. 6e28fbe rfkill: query EV_SW states when rfkill-input (re)?connects to a input device by Henrique de Moraes Holschuh · 17 years ago
  99. 9a5467f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  100. a1bc6eb [PATCH] ipv4_static_sysctl_init() should be under CONFIG_SYSCTL by Al Viro · 17 years ago