1. 3e64045 wireless: use menuconfig for WLAN_PRE80211 and WLAN_80211 by Luis R. Rodriguez · 16 years ago
  2. 75323fa ath5k: remove EXPERIMENTAL marker by Luis R. Rodriguez · 16 years ago
  3. 44b7dd6 ath: use menuconfig to put ath stuff in its own page by Luis R. Rodriguez · 16 years ago
  4. b820b3b ath: simplify kconfig dependency and add documentation by Luis R. Rodriguez · 16 years ago
  5. d17734a ath: depend on cfg80211 by Luis R. Rodriguez · 16 years ago
  6. dd21dcd wext: remove extra return on wireless_nlevent_init() by Luis R. Rodriguez · 16 years ago
  7. e351cfb ar9170: remove unneeded flush_workqueue() by Luis R. Rodriguez · 16 years ago
  8. 9ed21d3 at76c50x-usb: cancel scan work at stop callback by Luis R. Rodriguez · 16 years ago
  9. ebc8ab1 ar76c50x-usb: cancel promisc work during mac80211 stop by Luis R. Rodriguez · 16 years ago
  10. c94dbff ath9k: move workqueue cancels to stop callback by Luis R. Rodriguez · 16 years ago
  11. 35c95ab ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds() by Luis R. Rodriguez · 16 years ago
  12. 9851bad ath9k: re-order cancelling of work on mac80211 workqueue by Luis R. Rodriguez · 16 years ago
  13. 4da163a mac80211: disable software retry for now by Johannes Berg · 16 years ago
  14. e4c4e44 neigh: Convert garbage collection from softirq to workqueue by Eric Dumazet · 16 years ago
  15. 1e3e238 IPVS: use pr_err and friends instead of IP_VS_ERR and friends by Hannes Eder · 15 years ago
  16. bcd218b smsc95xx: remove EEPROM loaded check by Steve Glendinning · 16 years ago
  17. 81e4321 inet6: functions shadow global variable by Gerrit Renker · 16 years ago
  18. 8b97c7c drivers/atm: Use DIV_ROUND_CLOSEST by Julia Lawall · 15 years ago
  19. 39506a5 drivers/net: Use DIV_ROUND_CLOSEST by Julia Lawall · 15 years ago
  20. 88e7b76 cxgb3: fix Gen2 pci default settings by Divy Le Ray · 16 years ago
  21. 9450526 cxgb3: fix EDC filename string by Divy Le Ray · 16 years ago
  22. e33b992 vxge: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 16 years ago
  23. 1e3c8bd s2io: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 16 years ago
  24. fbc663c qlge: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 16 years ago
  25. d6a1f83 ixgb: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 16 years ago
  26. c06c430 igbvf: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 16 years ago
  27. 07ce50e bnx2x: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 16 years ago
  28. 2ec3de2 bnx2: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 16 years ago
  29. 0d6ab58 atl1e: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 16 years ago
  30. 005fb4f atl1c: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 16 years ago
  31. d9509ac be2net: delete unnecessary code from be_cmd_POST() by Sathya Perla · 16 years ago
  32. efd2e40 be2net: some name changes for consistency by Sathya Perla · 16 years ago
  33. 5f0b849 be2net: replace some printks with dev_err()/dev_warn() by Sathya Perla · 16 years ago
  34. eec368f be2net: remove pci_func field from be_adapter struct by Sathya Perla · 16 years ago
  35. 8788fdc be2net: get rid of be_ctrl_info struct/abstraction by Sathya Perla · 16 years ago
  36. 2f6d7c1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  37. df597ef Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  38. 0a92457 ixgbe: Fix RSC completion delay causing Rx interrupts to stop by Peter P Waskiewicz Jr · 16 years ago
  39. 0c19d6a ixgbe: Fix usage of second flags bitmap when using LRO/RSC by Peter P Waskiewicz Jr · 16 years ago
  40. 8f9a716 ixgbe: Fix netpoll to be properly multiqueue aware by Peter P Waskiewicz Jr · 16 years ago
  41. a33bc5c xfrm: select sane defaults for xfrm[4|6] gc_thresh by Neil Horman · 16 years ago
  42. 9aada7a IPVS: use pr_fmt by Hannes Eder · 16 years ago
  43. accff95 gianfar: fix coalescing setup in ethtool support by Jiajun Wu · 16 years ago
  44. 72fc939 pppoe: fix /proc/net/pppoe by Eric Dumazet · 16 years ago
  45. f0c5b35 eexpress: Read buffer overflow by roel kluin · 16 years ago
  46. a3e8ee6 ipv4: ARP neigh procfs buffer overflow by roel kluin · 16 years ago
  47. 3d54015 3c515: Write outside array bounds by roel kluin · 16 years ago
  48. b4076d1 vlan: allow creating vlan when real device is not up by Stephen Hemminger · 16 years ago
  49. 2a8aaac docbook: fix printk of ip address by Tobias Klauser · 16 years ago
  50. 573dd78 bnx2x: Version 1.48.114-1 by Eilon Greenstein · 16 years ago
  51. 7d0446c bnx2x: WoL only with current MAC address by Eilon Greenstein · 16 years ago
  52. c1f1a06 bnx2x: Self-test kills management traffic by Eilon Greenstein · 16 years ago
  53. 581ce43 bnx2x: Receive traffic that maches management filtering rules by Eilon Greenstein · 16 years ago
  54. a541f84 iscsi: Use GFP_ATOMIC in iscsi_offload_mesg(). by Michael Chan · 16 years ago
  55. ca7daea net/netlabel: Add kmalloc NULL tests by Julia Lawall · 16 years ago
  56. a1b9744 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  57. 044824d netxen: fix CONFIG_INET=n build by Dhananjay Phadke · 16 years ago
  58. 1e4247d4 iwlwifi: debugFs to enable/disable HT40 support by Wey-Yi Guy · 16 years ago
  59. 35a1e70 ath9k: remove unused ATH_PCI_VERSION by Luis R. Rodriguez · 16 years ago
  60. a9a1162 cfg80211: self-contained wext handling where possible by Johannes Berg · 16 years ago
  61. 1f9298f cfg80211: combine IWESSID handlers by Johannes Berg · 16 years ago
  62. 562e482 cfg80211: combine IWAP handlers by Johannes Berg · 16 years ago
  63. 0e82ffe cfg80211: combine iwfreq implementations by Johannes Berg · 16 years ago
  64. a7bc376 mac80211: verify info->control.vif is not NULL by Johannes Berg · 16 years ago
  65. f9d6b40 cfg80211: fix disassoc while not associated by Johannes Berg · 16 years ago
  66. fec247c ath9k: Add debug counters for TX by Sujith · 16 years ago
  67. 0ee9c13 mac80211: fix an oops in ieee80211_scan_state_set_channel by Helmut Schaa · 16 years ago
  68. c0b2bbd nl80211: add missing parameter clearing by Johannes Berg · 16 years ago
  69. cbdec97 ath9k: get rid of unnecessary setpower calls by Gabor Juhos · 16 years ago
  70. 9614832 ath9k: fix race with IEEE80211_CONF_PS checks by Gabor Juhos · 16 years ago
  71. ff8365c ar9170: fix build error when !CONFIG_AR9170_LEDS by Alexander Beregalov · 16 years ago
  72. 11866ef ray_cs: remove bogus NULL check at head of ray_get_wireless_stats by John W. Linville · 16 years ago
  73. 8d8b261 mac80211: fix receiving deauth by Johannes Berg · 16 years ago
  74. bc43b28 cfg80211: fix circular lock dependency (1) by Johannes Berg · 16 years ago
  75. 6686d17 iwlagn: fix sparse warning when compiling without debug by Reinette Chatre · 16 years ago
  76. f7ea097 iwlagn: fix null pointer access during ucode load on 1000 by Reinette Chatre · 16 years ago
  77. 89c3a8a mac80211: fix suspend by Johannes Berg · 16 years ago
  78. 57921c3 libertas: Read buffer overflow by Roel Kluin · 16 years ago
  79. 430453f libertas: Read outside array bounds by Roel Kluin · 16 years ago
  80. 27fed41 ip: fix logic of reverse path filter sysctl by Stephen Hemminger · 16 years ago
  81. 1da46be iwlwifi: fix LED config option by Pavel Machek · 16 years ago
  82. bcc693a iwlwifi: Name fix for MPDU density for TX aggregation by Wey-Yi Guy · 16 years ago
  83. ec74116 iwlwifi: print packet contents in error case by Reinette Chatre · 16 years ago
  84. 5696aea iwlwifi: remove command callback return value by Johannes Berg · 16 years ago
  85. c2acea8 iwlwifi: fix up command sending by Johannes Berg · 16 years ago
  86. fbf3a2a iwlwifi: Thermal Throttling debugfs function by Wey-Yi Guy · 16 years ago
  87. 46f9381 iwlwifi: Thermal Throttling Management - part 2 by Wey-Yi Guy · 16 years ago
  88. 39b73fb1 iwlwifi: Thermal Throttling Management - Part 1 by Wey-Yi Guy · 16 years ago
  89. 672639d iwlwifi: critical temperature enter/exit condition by Wey-Yi Guy · 16 years ago
  90. e3139fe iwlwifi: revert to active table when rate is not valid by Wey-Yi Guy · 16 years ago
  91. 21f5fc7 mac80211: fix oops due to missing private data by Luis R. Rodriguez · 16 years ago
  92. ac88b6e ath9k: Add support for AR9287 based chipsets. by Vivek Natarajan · 16 years ago
  93. 3fa5205 mac80211: fix PS-poll response, race by Johannes Berg · 16 years ago
  94. 91a3bd7 mac80211: fix MLME issuing of probe requests while scanning by Luis R. Rodriguez · 16 years ago
  95. 4853184 mac80211: fix mlme timeouts by Johannes Berg · 16 years ago
  96. 09f97e0 cfg80211: increase scan result expire time by Helmut Schaa · 16 years ago
  97. 977923b mac80211: rename scan_state to next_scan_state by Helmut Schaa · 16 years ago
  98. 142b9f5 mac80211: implement basic background scanning by Helmut Schaa · 16 years ago
  99. fbe9c42 mac80211: Replace {sw, hw}_scanning variables with a bitfield by Helmut Schaa · 16 years ago
  100. 2fb3f02 mac80211: introduce a new scan state "decision" by Helmut Schaa · 16 years ago