1. 6a686c6 iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.h by Emmanuel Grumbach · 13 years ago
  2. c745f55 iwlagn: merge station management functions by Wey-Yi Guy · 13 years ago
  3. ade4c64 iwlagn: rename all the mac80211 callback functions by Wey-Yi Guy · 13 years ago
  4. 84b1bec iwlagn: fix scan complete processing by Johannes Berg · 13 years ago
  5. a2fa246 iwlagn: move iwl_process_scan_complete up by Johannes Berg · 13 years ago
  6. f253247 iwlagn: refactor scan complete by Johannes Berg · 13 years ago
  7. 98efb4a iwlagn: make iwl_scan_cancel_timeout void by Johannes Berg · 13 years ago
  8. 8bd2c1e iwlagn: fix dangling scan request by Johannes Berg · 13 years ago
  9. 1895b36 iwlagn: add debugging to show probe related info in scan notification by Wey-Yi Guy · 13 years ago
  10. 247c61d iwlagn: remove the callback in host commands by Emmanuel Grumbach · 13 years ago
  11. 390808d iwlagn: split remain-on-channel by Johannes Berg · 13 years ago
  12. 6e809a1 iwlagn: move scan code to scan file by Johannes Berg · 13 years ago
  13. 790428b iwlagn: move iwl_free_pages to iwl-shared.h by Emmanuel Grumbach · 13 years ago
  14. 845a9c0 iwlagn: move all iwl_is_XXX helpers to iwl-shared.h by Emmanuel Grumbach · 13 years ago
  15. e6bb4c9 iwlagn: bus layer chooses its transport layer by Emmanuel Grumbach · 13 years ago
  16. 6ac2f83 iwlagn: priv->mutex moves to iwl_shared by Emmanuel Grumbach · 13 years ago
  17. 63013ae iwlagn: priv->status moves to iwl_shared by Emmanuel Grumbach · 13 years ago
  18. 74e28e4 iwlagn: workqueue moves to iwl_shared by Emmanuel Grumbach · 13 years ago
  19. d618912 iwlagn: hw_params moves to iwl_shared by Emmanuel Grumbach · 13 years ago
  20. c6baf7f iwlagn: support new P2P implementation by Johannes Berg · 13 years ago
  21. 898ed67 iwlagn: remove un-necessary "_agn" by Wey-Yi Guy · 13 years ago
  22. 41c5054 iwlagn: transport layer receives struct iwl_trans* by Emmanuel Grumbach · 13 years ago
  23. 5c3d29f iwlagn: remove iwlagn_hcmd_utils structure and call directly by Don Fry · 14 years ago
  24. bdfbf09 iwlagn: provide heplers to access the transport ops by Emmanuel Grumbach · 14 years ago
  25. e419d62 iwlagn: consolidate the API that sends host commands and move to transport by Emmanuel Grumbach · 14 years ago
  26. e80d70e iwlagn: direct call to post_scan function by Wey-Yi Guy · 14 years ago
  27. c2b821d iwlagn: move all post scan functions in one place by Wey-Yi Guy · 14 years ago
  28. 252f4bf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  29. 901069c iwlagn: change Copyright to 2011 by Wey-Yi Guy · 14 years ago
  30. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  31. 266af4c7 iwlagn: support off-channel TX by Johannes Berg · 14 years ago
  32. be663ab iwlwifi: split the drivers for agn and legacy devices 3945/4965 by Wey-Yi Guy · 14 years ago
  33. 4bc85c1 Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965" by Wey-Yi Guy · 14 years ago
  34. aa833c4 iwlwifi: split the drivers for agn and legacy devices 3945/4965 by Wey-Yi Guy · 14 years ago
  35. 88e58fc iwlwifi: introduce iwl_advanced_bt_coexist() by Stanislaw Gruszka · 14 years ago
  36. ef1b21f iwlwifi: kill elapsed_jiffies by Stanislaw Gruszka · 14 years ago
  37. ac4f545 iwlwifi: defer update power mode while scan by Stanislaw Gruszka · 14 years ago
  38. a25a66a iwlwifi: fix set_tx_power vs scan by Stanislaw Gruszka · 14 years ago
  39. 57934dc iwlwifi: remove spurious exports by Johannes Berg · 14 years ago
  40. a77029e iwlwifi: introduce post_scan hook by Johannes Berg · 14 years ago
  41. 7cb1b08 iwlagn: reduce redundant parameter definitions by Wey-Yi Guy · 14 years ago
  42. 20c956d iwlwifi: fix sparse warning about wrong enum for band parameter by John W. Linville · 14 years ago
  43. 3a160a5 iwlwifi: apply settings when finishing scan by Stanislaw Gruszka · 14 years ago
  44. 7cf2442 iwlwifi: use IWL_DEBUG_SCAN for debug scanning by Stanislaw Gruszka · 14 years ago
  45. 74d81b2 iwlwifi: cleanup scan initiate check by Stanislaw Gruszka · 14 years ago
  46. e7e16b9 iwlwifi: do not force complete scan too early by Stanislaw Gruszka · 14 years ago
  47. 6bd1758d iwlwifi: assure we complete scan in scan_abort and scan_check works by Stanislaw Gruszka · 14 years ago
  48. f5354c1 iwlwifi: force scan complete after timeout by Stanislaw Gruszka · 14 years ago
  49. 02d8c14 iwlwifi: rewrite scan completion by Stanislaw Gruszka · 14 years ago
  50. e693a80 iwlwifi: rework iwl_scan_cancel_timeout by Stanislaw Gruszka · 14 years ago
  51. cd44600 iwlwifi: report scan completion when abort fail by Stanislaw Gruszka · 14 years ago
  52. d745d47 iwlwifi: cancel scan when down the device by Stanislaw Gruszka · 14 years ago
  53. d5926d9 iwlwifi: move scan completed flags handling by Johannes Berg · 14 years ago
  54. 3eecce5 iwlwifi: unify scan start checks by Johannes Berg · 14 years ago
  55. 52a02d1 iwlwifi: send PAN parameters by Johannes Berg · 14 years ago
  56. 95c38dd iwlwifi: clamp scanning dwell time to all contexts by Johannes Berg · 14 years ago
  57. 246ed35 iwlwifi: initial contextification by Johannes Berg · 14 years ago
  58. 903786a iwlwifi: fix compile error without debugging support by Wey-Yi Guy · 14 years ago
  59. f78e545 iwlagn: update bt status upon scan complete by Wey-Yi Guy · 14 years ago
  60. 672ddef iwlwifi: do not spuriously call ieee80211_scan_completed by Johannes Berg · 14 years ago
  61. c240879 iwlwifi: make scan workqueue functions static by Stanislaw Gruszka · 14 years ago
  62. a24d52f iwlwifi: fix locking assertions by Johannes Berg · 14 years ago
  63. d28232b iwlwifi: fix scan abort by Stanislaw Gruszka · 14 years ago
  64. cfecc6b iwlwifi: turn on RTS/CTS after aggregation become operational by Wey-Yi Guy · 15 years ago
  65. abf52f8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  66. a69b03e iwlwifi: cancel scan watchdog in iwl_bg_abort_scan by John W. Linville · 15 years ago
  67. f84b29e iwlwifi: queue user-initiated scan when doing internal scan by Johannes Berg · 15 years ago
  68. 3a0b9aa iwlwifi: use virtual interface address for scan by Johannes Berg · 15 years ago
  69. 073d5ea iwlwifi: fix internal scan race by Reinette Chatre · 15 years ago
  70. 6fe70aa Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 15 years ago
  71. 1dda6d2 iwlwifi: push virtual interface through by Johannes Berg · 15 years ago
  72. 1e46053 iwl3945: fix scan races by Abhijeet Kolekar · 15 years ago
  73. 8316324 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 15 years ago
  74. a060bbf mac80211: give virtual interface to hw_scan by Johannes Berg · 15 years ago
  75. 3b51cc9 Merge branch 'master' into for-davem by John W. Linville · 15 years ago
  76. 87eb367 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  77. e46754f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  78. 7602666 Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6 by John W. Linville · 15 years ago
  79. b6e4c55 iwlwifi: trigger scan synchronously by Johannes Berg · 15 years ago
  80. 811ecc9 iwlwifi: rename priv->scan to priv->scan_cmd by Johannes Berg · 15 years ago
  81. b165cf0 iwlwifi: remove scan_pass_start by Johannes Berg · 15 years ago
  82. 92ae80e iwlwifi: remove next_scan_jiffies by Johannes Berg · 15 years ago
  83. 6708dc8 iwlwifi: correct atomic bitops usage by Johannes Berg · 15 years ago
  84. 00700ee iwlwifi: remove scan_bands logic by Johannes Berg · 15 years ago
  85. 8715fa2 Merge branch 'wireless-2.6' into wireless-next-2.6 by Reinette Chatre · 15 years ago
  86. 88be026 iwlwifi: fix scan races by Johannes Berg · 15 years ago
  87. eb2ec0f iwlwifi: check scan request ie_len by Stanislaw Gruszka · 15 years ago
  88. 5c01d56 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 15 years ago
  89. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  90. 0f2df9e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into merge by John W. Linville · 15 years ago
  91. 91dd6c2 iwlwifi: remove trailing space in messages by Frans Pop · 15 years ago
  92. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  93. d28667f iwlwifi: avoid device type checking in generic code by Wey-Yi Guy · 15 years ago
  94. 33e2bf6 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
  95. 1382c71 Revert "iwlwifi: Send broadcast probe request only when asked to" by Reinette Chatre · 15 years ago
  96. 13115ba iwlwifi: remove unnecessary parameter in scan function by Wey-Yi Guy · 15 years ago
  97. f8e200d iwlwifi: remove needlessly exported symbols by Reinette Chatre · 15 years ago
  98. bbcbb9e iwlwifi: fix scan race by Reinette Chatre · 15 years ago
  99. a93e797 iwlwifi: multiple force reset mode by Wey-Yi Guy · 15 years ago
  100. 21b2d8b iwlwifi: Send broadcast probe request only when asked to by Samuel Ortiz · 15 years ago