1. 1487cd5 usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stop by Jussi Kivilinna · 15 years ago
  2. e40cbdac cfg80211: fix NETDEV_UNREGISTER notifier by Johannes Berg · 15 years ago
  3. e46ab7f iwlwifi: don't export symbols not needed in other modules by Johannes Berg · 15 years ago
  4. 42935ec mac80211: redefine usage of the mac80211 workqueue by Luis R. Rodriguez · 15 years ago
  5. 64344d7 at76c50x-usb: remove unneeded flush_workqueue() at usb disconnect by Luis R. Rodriguez · 15 years ago
  6. 8784d2e ath5k: fix CAB queue operation by Bob Copeland · 15 years ago
  7. 7e2ce64 orinoco: enable cfg80211 "set_channel" operation by Holger Schurig · 15 years ago
  8. 91b092d ar9170: remove EXPERIMENTAL marker by Luis R. Rodriguez · 15 years ago
  9. 18c6951 b43: Work around mac80211 race condition by Larry Finger · 15 years ago
  10. ae6f53f ath5k: update PCU opmode whenever a new interface is added by Bob Copeland · 15 years ago
  11. 57c9fff mac80211: fix sparse warnings/errors by Johannes Berg · 15 years ago
  12. 0b3acfa ath9k: Remove unused ath9k_hw_intrget() by Vasanthakumar Thiagarajan · 15 years ago
  13. 3fc0fbf ath9k: Maintain monotonicity of PER while going across different phy by Vasanthakumar Thiagarajan · 15 years ago
  14. 42e8856 ath9k: Update rate control for 11NA HT40 mode by Vasanthakumar Thiagarajan · 15 years ago
  15. df7fc0f cfg80211: keep track of current_bss for userspace SME by Johannes Berg · 15 years ago
  16. 97af743 mac80211: disable beacons before removing the associated interface by Bob Copeland · 15 years ago
  17. ad2f34b rt2x00: Fix build error when crypto support is disabled by Ivo van Doorn · 15 years ago
  18. 3317289 rt2x00: move experimental on kconfig only to rt2800usb by Luis R. Rodriguez · 15 years ago
  19. 3e64045 wireless: use menuconfig for WLAN_PRE80211 and WLAN_80211 by Luis R. Rodriguez · 15 years ago
  20. 75323fa ath5k: remove EXPERIMENTAL marker by Luis R. Rodriguez · 15 years ago
  21. 44b7dd6 ath: use menuconfig to put ath stuff in its own page by Luis R. Rodriguez · 15 years ago
  22. b820b3b ath: simplify kconfig dependency and add documentation by Luis R. Rodriguez · 15 years ago
  23. d17734a ath: depend on cfg80211 by Luis R. Rodriguez · 15 years ago
  24. dd21dcd wext: remove extra return on wireless_nlevent_init() by Luis R. Rodriguez · 15 years ago
  25. e351cfb ar9170: remove unneeded flush_workqueue() by Luis R. Rodriguez · 15 years ago
  26. 9ed21d3 at76c50x-usb: cancel scan work at stop callback by Luis R. Rodriguez · 15 years ago
  27. ebc8ab1 ar76c50x-usb: cancel promisc work during mac80211 stop by Luis R. Rodriguez · 15 years ago
  28. c94dbff ath9k: move workqueue cancels to stop callback by Luis R. Rodriguez · 15 years ago
  29. 35c95ab ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds() by Luis R. Rodriguez · 15 years ago
  30. 9851bad ath9k: re-order cancelling of work on mac80211 workqueue by Luis R. Rodriguez · 15 years ago
  31. 4da163a mac80211: disable software retry for now by Johannes Berg · 15 years ago
  32. e4c4e44 neigh: Convert garbage collection from softirq to workqueue by Eric Dumazet · 15 years ago
  33. 1e3e238 IPVS: use pr_err and friends instead of IP_VS_ERR and friends by Hannes Eder · 15 years ago
  34. bcd218b smsc95xx: remove EEPROM loaded check by Steve Glendinning · 15 years ago
  35. 81e4321 inet6: functions shadow global variable by Gerrit Renker · 15 years ago
  36. 8b97c7c drivers/atm: Use DIV_ROUND_CLOSEST by Julia Lawall · 15 years ago
  37. 39506a5 drivers/net: Use DIV_ROUND_CLOSEST by Julia Lawall · 15 years ago
  38. 88e7b76 cxgb3: fix Gen2 pci default settings by Divy Le Ray · 15 years ago
  39. 9450526 cxgb3: fix EDC filename string by Divy Le Ray · 15 years ago
  40. e33b992 vxge: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  41. 1e3c8bd s2io: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  42. fbc663c qlge: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  43. d6a1f83 ixgb: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  44. c06c430 igbvf: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  45. 07ce50e bnx2x: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  46. 2ec3de2 bnx2: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  47. 0d6ab58 atl1e: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  48. 005fb4f atl1c: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  49. d9509ac be2net: delete unnecessary code from be_cmd_POST() by Sathya Perla · 15 years ago
  50. efd2e40 be2net: some name changes for consistency by Sathya Perla · 15 years ago
  51. 5f0b849 be2net: replace some printks with dev_err()/dev_warn() by Sathya Perla · 15 years ago
  52. eec368f be2net: remove pci_func field from be_adapter struct by Sathya Perla · 15 years ago
  53. 8788fdc be2net: get rid of be_ctrl_info struct/abstraction by Sathya Perla · 15 years ago
  54. 2f6d7c1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  55. df597ef Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  56. 0a92457 ixgbe: Fix RSC completion delay causing Rx interrupts to stop by Peter P Waskiewicz Jr · 15 years ago
  57. 0c19d6a ixgbe: Fix usage of second flags bitmap when using LRO/RSC by Peter P Waskiewicz Jr · 15 years ago
  58. 8f9a716 ixgbe: Fix netpoll to be properly multiqueue aware by Peter P Waskiewicz Jr · 15 years ago
  59. a33bc5c xfrm: select sane defaults for xfrm[4|6] gc_thresh by Neil Horman · 15 years ago
  60. 9aada7a IPVS: use pr_fmt by Hannes Eder · 15 years ago
  61. accff95 gianfar: fix coalescing setup in ethtool support by Jiajun Wu · 15 years ago
  62. 72fc939 pppoe: fix /proc/net/pppoe by Eric Dumazet · 15 years ago
  63. f0c5b35 eexpress: Read buffer overflow by roel kluin · 15 years ago
  64. a3e8ee6 ipv4: ARP neigh procfs buffer overflow by roel kluin · 15 years ago
  65. 3d54015 3c515: Write outside array bounds by roel kluin · 15 years ago
  66. b4076d1 vlan: allow creating vlan when real device is not up by Stephen Hemminger · 15 years ago
  67. 2a8aaac docbook: fix printk of ip address by Tobias Klauser · 15 years ago
  68. 573dd78 bnx2x: Version 1.48.114-1 by Eilon Greenstein · 15 years ago
  69. 7d0446c bnx2x: WoL only with current MAC address by Eilon Greenstein · 15 years ago
  70. c1f1a06 bnx2x: Self-test kills management traffic by Eilon Greenstein · 15 years ago
  71. 581ce43 bnx2x: Receive traffic that maches management filtering rules by Eilon Greenstein · 15 years ago
  72. a541f84 iscsi: Use GFP_ATOMIC in iscsi_offload_mesg(). by Michael Chan · 15 years ago
  73. ca7daea net/netlabel: Add kmalloc NULL tests by Julia Lawall · 15 years ago
  74. a1b9744 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  75. 044824d netxen: fix CONFIG_INET=n build by Dhananjay Phadke · 15 years ago
  76. 1e4247d iwlwifi: debugFs to enable/disable HT40 support by Wey-Yi Guy · 15 years ago
  77. 35a1e70 ath9k: remove unused ATH_PCI_VERSION by Luis R. Rodriguez · 15 years ago
  78. a9a1162 cfg80211: self-contained wext handling where possible by Johannes Berg · 15 years ago
  79. 1f9298f cfg80211: combine IWESSID handlers by Johannes Berg · 15 years ago
  80. 562e482 cfg80211: combine IWAP handlers by Johannes Berg · 15 years ago
  81. 0e82ffe cfg80211: combine iwfreq implementations by Johannes Berg · 15 years ago
  82. a7bc376 mac80211: verify info->control.vif is not NULL by Johannes Berg · 15 years ago
  83. f9d6b40 cfg80211: fix disassoc while not associated by Johannes Berg · 15 years ago
  84. fec247c ath9k: Add debug counters for TX by Sujith · 15 years ago
  85. 0ee9c13 mac80211: fix an oops in ieee80211_scan_state_set_channel by Helmut Schaa · 15 years ago
  86. c0b2bbd nl80211: add missing parameter clearing by Johannes Berg · 15 years ago
  87. cbdec97 ath9k: get rid of unnecessary setpower calls by Gabor Juhos · 15 years ago
  88. 9614832 ath9k: fix race with IEEE80211_CONF_PS checks by Gabor Juhos · 15 years ago
  89. ff8365c ar9170: fix build error when !CONFIG_AR9170_LEDS by Alexander Beregalov · 15 years ago
  90. 11866ef ray_cs: remove bogus NULL check at head of ray_get_wireless_stats by John W. Linville · 15 years ago
  91. 8d8b261 mac80211: fix receiving deauth by Johannes Berg · 15 years ago
  92. bc43b28 cfg80211: fix circular lock dependency (1) by Johannes Berg · 15 years ago
  93. 6686d17 iwlagn: fix sparse warning when compiling without debug by Reinette Chatre · 15 years ago
  94. f7ea097 iwlagn: fix null pointer access during ucode load on 1000 by Reinette Chatre · 15 years ago
  95. 89c3a8a mac80211: fix suspend by Johannes Berg · 15 years ago
  96. 57921c3 libertas: Read buffer overflow by Roel Kluin · 15 years ago
  97. 430453f libertas: Read outside array bounds by Roel Kluin · 15 years ago
  98. 27fed41 ip: fix logic of reverse path filter sysctl by Stephen Hemminger · 15 years ago
  99. 1da46be iwlwifi: fix LED config option by Pavel Machek · 15 years ago
  100. bcc693a iwlwifi: Name fix for MPDU density for TX aggregation by Wey-Yi Guy · 15 years ago