1. 7b29dc2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem by John W. Linville · 13 years ago
  2. 9a2e0fb tg3: Fix tg3_skb_error_unmap() by Matt Carlson · 13 years ago
  3. ec764bf net: tracepoint of net_dev_xmit sees freed skb and causes panic by Koki Sanagi · 13 years ago
  4. 2e4ceec drivers/net/can/flexcan.c: add missing clk_put by Julia Lawall · 13 years ago
  5. 6979d5d net: dm9000: Get the chip in a known good state before enabling interrupts by Mark Brown · 13 years ago
  6. b722dbf drivers/net/davinci_emac.c: add missing clk_put by Julia Lawall · 13 years ago
  7. a3bcc23 af-packet: Add flag to distinguish VID 0 from no-vlan. by Ben Greear · 13 years ago
  8. 41be5a4 caif: Fix race when conditionally taking rtnl lock by sjur.brandeland@stericsson.com · 13 years ago
  9. 85e3c65 usbnet/cdc_ncm: add missing .reset_resume hook by Stefan Metzmacher · 13 years ago
  10. 307f73d vlan: fix typo in vlan_dev_hard_start_xmit() by Wei Yongjun · 13 years ago
  11. d0733d2 net/ipv4: Check for mistakenly passed in non-IPv4 address by Marcus Meissner · 13 years ago
  12. dfe2158 iwl4965: correctly validate temperature value by Stanislaw Gruszka · 13 years ago
  13. a7567b2 bluetooth l2cap: fix locking in l2cap_global_chan_by_psm by Johannes Berg · 13 years ago
  14. 21fdc87 ath9k: fix two more bugs in tx power by Daniel Halperin · 13 years ago
  15. 333ba73 cfg80211: don't drop p2p probe responses by Eliad Peller · 13 years ago
  16. 948252c Revert "net: fix section mismatches" by David S. Miller · 13 years ago
  17. 930a6ea drivers/net/usb/catc.c: Fix potential deadlock in catc_ctrl_run() by Alexey Khoroshilov · 13 years ago
  18. a000c01 sctp: stop pending timers and purge queues when peer restart asoc by Wei Yongjun · 13 years ago
  19. b10cec8 drivers/net: ks8842 Fix crash on received packet when in PIO mode. by Dennis Aberilla · 13 years ago
  20. 48bdf07 ip_options_compile: properly handle unaligned pointer by Chris Metcalf · 13 years ago
  21. 1144181 iwlagn: fix incorrect PCI subsystem id for 6150 devices by Wey-Yi Guy · 13 years ago
  22. 59342f6 zd1211rw: fix to work on OHCI by Jussi Kivilinna · 13 years ago
  23. 66870b1 wl12xx: fix oops in sched_scan when forcing a passive scan by Luciano Coelho · 13 years ago
  24. 50a66d7 wl12xx: add separate config value for DFS dwell time on sched scan by Luciano Coelho · 13 years ago
  25. 2497a24 wl12xx: fix DFS channels handling in scheduled scan by Luciano Coelho · 13 years ago
  26. dd08682 wl12xx: fix passive and radar channel generation for scheduled scan by Luciano Coelho · 13 years ago
  27. 71005be libertas: Set command sequence number later to ensure consistency by Daniel Drake · 13 years ago
  28. 11ad2f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  29. c5c177b net: Kill ratelimit.h dependency in linux/net.h by David S. Miller · 13 years ago
  30. bee9525 net: Add linux/sysctl.h includes where needed. by David S. Miller · 13 years ago
  31. 9d931dd net: Kill ether_table[] declaration. by David S. Miller · 13 years ago
  32. 686a7e3 inetpeer: fix race in unused_list manipulations by Eric Dumazet · 13 years ago
  33. e7a46b4 atm: expose ATM device index in sysfs by Dan Williams · 13 years ago
  34. 58bf2db Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6 by David S. Miller · 13 years ago
  35. 1df85ec ath9k: Fix AR9287 calibration by Adrian Chadd · 13 years ago
  36. 64c754e mac80211: Remove duplicate linux/slab.h include from net/mac80211/scan.c by Jesper Juhl · 13 years ago
  37. a331400 mac80211: clear local->ps_data on disassoc by Eliad Peller · 13 years ago
  38. 64bd082 wireless: Default to 'n' for 2 new added devices in Kconfig. by Tao Ma · 13 years ago
  39. aac11c1 iwl4965: fix 5GHz operation by Stanislaw Gruszka · 13 years ago
  40. c74c0bf IPVS: bug in ip_vs_ftp, same list heaad used in all netns. by Hans Schillstrom · 13 years ago
  41. 1d38c16 mac80211: stop queues before rate control updation by Rajkumar Manoharan · 13 years ago
  42. 41e2b05 ath9k: set 40 Mhz rate only if hw is configured in ht40 by Rajkumar Manoharan · 13 years ago
  43. 51ac8cb ath9k_hw: disable phy restart on baseband panic caused by RXSM by Rajkumar Manoharan · 13 years ago
  44. a4d86d9 ath9k: Reset chip on baseband hang by Rajkumar Manoharan · 13 years ago
  45. fb23d86 b43: N-PHY: initialize last var in calibration function by Rafał Miłecki · 13 years ago
  46. 0019a2c rtlwifi: Use order 2 RX buffer allocation only if necessary by Larry Finger · 13 years ago
  47. a9e1286 rtlwifi: Fix kernel panic resulting from RX buffer allocation failure by Larry Finger · 13 years ago
  48. 208c72f nl80211: fix check for valid SSID size in scan operations by Luciano Coelho · 13 years ago
  49. 21bc7af mwifiex: correct event header length by Yogesh Ashok Powar · 13 years ago
  50. 86e4ca6 bug.h: Move ratelimit warn interfaces to ratelimit.h by David S. Miller · 13 years ago
  51. 90e6247 bonding: cleanup module option descriptions by Andy Gospodarek · 13 years ago
  52. da7c06c net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version. by Justin Mattock · 13 years ago
  53. 240b262 net: davinci_emac: fix dev_err use at probe by Johan Hovold · 13 years ago
  54. 12e6c41 can: convert to %pK for kptr_restrict support by Oliver Hartkopp · 13 years ago
  55. fd0daf9 net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flags by Michał Mirosław · 13 years ago
  56. 97242c8 netfilter: Fix several warnings in compat_mtw_from_user(). by David Miller · 13 years ago
  57. 9184a9c netfilter: ipset: fix ip_set_flush return code by Jozsef Kadlecsik · 13 years ago
  58. b141c24 netfilter: ipset: remove unused variable from type_pf_tdel() by Jozsef Kadlecsik · 13 years ago
  59. 249ddc7 netfilter: ipset: Use proper timeout value to jiffies conversion by Jozsef Kadlecsik · 13 years ago
  60. 94265cf bonding: documentation and code cleanup for resend_igmp by Flavio Leitner · 13 years ago
  61. 9fe0617 bonding: prevent deadlock on slave store with alb mode (v3) by Neil Horman · 13 years ago
  62. 2907c35 net: hold rtnl again in dump callbacks by Eric Dumazet · 13 years ago
  63. 1dcb14d Add Fujitsu 1000base-SX PCI ID to tg3 by Meelis Roos · 13 years ago
  64. a5971d4 bnx2x: protect sequence increment with mutex by Dmitry Kravkov · 13 years ago
  65. 07bd8df sch_sfq: fix peek() implementation by Eric Dumazet · 13 years ago
  66. 367bbf2 isdn: netjet - blacklist Digium TDM400P by Prarit Bhargava · 13 years ago
  67. d10358d via-velocity: don't annotate MAC registers as packed by Ulrich Hecht · 13 years ago
  68. 1ba37c5 xen: netfront: hold RTNL when updating features. by Ian Campbell · 13 years ago
  69. 8b4472c sctp: fix memory leak of the ASCONF queue when free asoc by Wei Yongjun · 13 years ago
  70. f11970e net: make dev_disable_lro use physical device if passed a vlan dev (v2) by Neil Horman · 13 years ago
  71. 6dcbbe2 net: move is_vlan_dev into public header file (v2) by Neil Horman · 13 years ago
  72. 22e95ac Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  73. 31ec97d Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  74. 6b36783 bug.h: Fix build with CONFIG_PRINTK disabled. by David S. Miller · 13 years ago
  75. daf8cf6 wireless: fix fatal kernel-doc error + warning in mac80211.h by Randy Dunlap · 13 years ago
  76. 1ba0145 wireless: fix cfg80211.h new kernel-doc warnings by Randy Dunlap · 13 years ago
  77. 54a430c iwlagn: dbg_fixed_rate only used when CONFIG_MAC80211_DEBUGFS enabled by Wey-Yi Guy · 13 years ago
  78. 1f37070 dst: catch uninitialized metrics by Stephen Hemminger · 13 years ago
  79. 5d8bee6 be2net: hash key for rss-config cmd not set by Sathya Perla · 13 years ago
  80. 33eb987 bridge: initialize fake_rtable metrics by Eric Dumazet · 13 years ago
  81. b30c516 net: fix __dst_destroy_metrics_generic() by Eric Dumazet · 13 years ago
  82. 19694ac CDC NCM: release interfaces fix in unbind() by Alexey Orishko · 13 years ago
  83. eb722d7 bnx2x: fix inverted condition by Dmitry Kravkov · 13 years ago
  84. 24cf3af igmp: call ip_mc_clear_src() only when we have no users of ip_mc_list by Veaceslav Falico · 13 years ago
  85. be3fc41 net: use synchronize_rcu_expedited() by Eric Dumazet · 13 years ago
  86. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  87. 229de61 net/irda: convert bfin_sir to common Blackfin UART header by Mike Frysinger · 13 years ago
  88. 6ac3f66 ipv6: Fix return of xfrm6_tunnel_rcv() by David S. Miller · 13 years ago
  89. 6c4a5cb net: filter: Use WARN_RATELIMIT by Joe Perches · 13 years ago
  90. b3eec79 bug.h: Add WARN_RATELIMIT by Joe Perches · 13 years ago
  91. 8efa885 sch_sfq: avoid giving spurious NET_XMIT_CN signals by Eric Dumazet · 13 years ago
  92. a4910b7 ehea: Fix multicast registration on semi-promiscuous mode by Breno Leitao · 13 years ago
  93. 418f275 snap: remove one synchronize_net() by Eric Dumazet · 13 years ago
  94. 19a76fa net: ping: cleanups ping_v4_unhash() by Eric Dumazet · 13 years ago
  95. 4867faa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  96. bfb91fb Merge branch 'slab/next' into for-linus by Pekka Enberg · 13 years ago
  97. 6fad2b5 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 13 years ago
  98. 1950482 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  99. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  100. ee9ec4f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 13 years ago