1. 8ac9134 mwifiex: Remove unused 'chan_num' variable by Kirtika Ruchandani · 8 years ago
  2. 5ff2622 mwifiex: fix memory leak in mwifiex_save_hidden_ssid_channels() by Ricky Liang · 8 years ago
  3. b711657 mwifiex: scan: Simplify code by Christophe Jaillet · 8 years ago
  4. c2a8f0f mwifiex: support random MAC address for scanning by Ganapathi Bhat · 8 years ago
  5. 88b3ec5 Merge tag 'wireless-drivers-next-for-davem-2016-07-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 9 years ago
  6. 16d25da mwifiex: fix NULL pointer dereference during suspend by Amitkumar Karwar · 9 years ago
  7. 09e672a mwifiex: clear scan_aborting flag by Amitkumar Karwar · 9 years ago
  8. 1d76250 nl80211: support beacon report scanning by Avraham Stern · 9 years ago
  9. a9c790b mwifiex: factor out mwifiex_cancel_scan by Xinming Hu · 9 years ago
  10. 1b499cb mwifiex: disable channel filtering feature in firmware by Amitkumar Karwar · 9 years ago
  11. c70ca8c mwifiex: factor out mwifiex_cancel_pending_scan_cmd by Andreas Fenkart · 9 years ago
  12. 948ad6b mwifiex: scan: replace pointer arithmetic with array access by Andreas Fenkart · 9 years ago
  13. 679b687 mwifiex: scan: factor out dbg_security_flags by Andreas Fenkart · 9 years ago
  14. 2ccf7ce mwifiex: scan: simplify ternary operators using gnu extension by Andreas Fenkart · 9 years ago
  15. 3832956 mwifiex: scan: factor out has_ieee_hdr/has_vendor_hdr by Andreas Fenkart · 9 years ago
  16. 0a233c9 mwifiex: scan: simplify dereference of bss_desc fields by Andreas Fenkart · 9 years ago
  17. 57fbcce cfg80211: remove enum ieee80211_band by Johannes Berg · 9 years ago
  18. efdf0e3 mwifiex: fix a reversed condition by Dan Carpenter · 9 years ago
  19. fdcab08 mwifiex: add RSSI support for net-detect by Ganapathi Bhat · 9 years ago
  20. 7d7f07d mwifiex: add wowlan net-detect support by chunfan chen · 9 years ago
  21. 0c9b7f2 mwifiex: add schedule scan support by Xinming Hu · 9 years ago
  22. 277b024 mwifiex: move under marvell vendor directory by Kalle Valo · 9 years ago[Renamed from drivers/net/wireless/mwifiex/scan.c]
  23. 17e524b mwifiex: fix NULL pointer dereference during hidden SSID scan by Aniket Nagarnaik · 9 years ago
  24. 02421dd3 mwifiex: NULL check for cfg80211_inform_bss() by Xinming Hu · 9 years ago
  25. 2375fa2 mwifiex: fix unable to connect hidden SSID AP on DFS channel by chunfan chen · 9 years ago
  26. 0c6303c mwifiex: use maximum ssid length as 0xfe for p2p by Aniket Nagarnaik · 10 years ago
  27. 40d7412 mwifiex: add bss mode TLV to extended scan command by Aniket Nagarnaik · 10 years ago
  28. acebe8c mwifiex: change dbg print func to mwifiex_dbg by Zhaoyang Liu · 10 years ago
  29. 868093a mwifiex: add dump data debug support by Zhaoyang Liu · 10 years ago
  30. 4facc34 mwifiex: do not declare wdev as pointer by Avinash Patil · 10 years ago
  31. e00483f mwifiex: check driver status in connect and scan handlers by Amitkumar Karwar · 10 years ago
  32. 798ea8e mwifiex: fix scan problem on big endian platforms by Amitkumar Karwar · 10 years ago
  33. bf35443 mwifiex: channel statistics support for mwifiex by Avinash Patil · 10 years ago
  34. 8eda10e mwifiex: ensure user_scan_in not NULL while setting scan channel gap by Avinash Patil · 10 years ago
  35. d8d9125 mwifiex: remove low priority scan handling by Amitkumar Karwar · 10 years ago
  36. 971a73f mwifiex: remove redundant variable report_scan_result by Amitkumar Karwar · 10 years ago
  37. 97010cf mwifiex: remove restriction of single channel scan when connected by Avinash Patil · 10 years ago
  38. cb91be8 mwifiex: bring in scan channel gap feature by Avinash Patil · 10 years ago
  39. 3223db2 mwifiex: rework internal scan for association by Avinash Patil · 10 years ago
  40. 5bc8c1f cfg80211: allow passing frame type to cfg80211_inform_bss() by Johannes Berg · 10 years ago
  41. 65da33f mwifiex: update Copyright to 2014 by Xinming Hu · 11 years ago
  42. 2144504 mwifiex: fix a crash in extended scan event processing by Avinash Patil · 11 years ago
  43. cf831ff mwifiex: fix IE parsing issues by Amitkumar Karwar · 11 years ago
  44. b5413e6 mwifiex: increase the number of nodes in command pool by Amitkumar Karwar · 11 years ago
  45. 96da266 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  46. 1845bd3 mwifiex: scan command preparation failure handling by Amitkumar Karwar · 11 years ago
  47. 45d18c5 mwifiex: Remove casts of pointer to same type by Joe Perches · 11 years ago
  48. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  49. d512464 mwifiex: save and copy AP's VHT capability info correctly by Amitkumar Karwar · 11 years ago
  50. fa0ecbb mwifiex: remove global variable cmd_wait_q_required by Bing Zhao · 11 years ago
  51. 341b880 mwifiex: cleanup in mwifiex_fill_cap_info() by Amitkumar Karwar · 11 years ago
  52. 21f58d20 mwifiex: implement extended scan feature by Amitkumar Karwar · 11 years ago
  53. d44b5c2 mwifiex: separate out next scan command queueing logic by Amitkumar Karwar · 11 years ago
  54. 3b4d5c6 mwifiex: separate out response buffer parsing code by Amitkumar Karwar · 11 years ago
  55. b8b3ece mwifiex: change beacon parameter structure by Amitkumar Karwar · 11 years ago
  56. 9795229 mwifiex: add missing endian conversion for fw_tsf by Amitkumar Karwar · 11 years ago
  57. 8fe02e1 cfg80211: consolidate passive-scan and no-ibss flags by Luis R. Rodriguez · 11 years ago
  58. 78dfca6 mwifiex: populate rates in probe request using cfg80211_scan_request by Avinash Patil · 11 years ago
  59. b887664 mwifiex: channel switch handling for station by Amitkumar Karwar · 12 years ago
  60. 2a7305c mwifiex: add basic 11h support for station by Amitkumar Karwar · 12 years ago
  61. 4c1079e mwifiex: abort remaining scan commands when association started by Bing Zhao · 12 years ago
  62. 75ab753 mwifiex: remove global user_scan_cfg variable by Amitkumar Karwar · 12 years ago
  63. c43933e mwifiex: remove redundant initialization for bss_descriptor by Bing Zhao · 12 years ago
  64. d837a2a mwifiex: fix use-after-free in beacon_ie processing by Bing Zhao · 12 years ago
  65. 21de979 mwifiex: complete last internal scan by Bing Zhao · 12 years ago
  66. 00d7ea1 mwifiex: fix race when queuing commands by Amitkumar Karwar · 12 years ago
  67. 0b71644 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  68. a5f3905 mwifiex: add 802.11AC support by Yogesh Ashok Powar · 12 years ago
  69. 073c9e6 mwifiex: coding style cleanup in bss parameter update by Yogesh Ashok Powar · 12 years ago
  70. 98d5fac Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  71. b90af3b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  72. 5b112d3 cfg80211: pass wiphy to cfg80211_ref_bss/put_bss by Johannes Berg · 12 years ago
  73. 188d1f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  74. 0d2e7a5 wireless: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 12 years ago
  75. 8a7d7cb mwifiex: fix incomplete scan in case of IE parsing error by Bing Zhao · 12 years ago
  76. ab3d59d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  77. f3e1af3 mwifiex: disable channel filtering for SSID specific scan from user by Amitkumar Karwar · 12 years ago
  78. b0e70c2 mwifiex: minor cleanup and a fix in scan semaphore usage by Amitkumar Karwar · 12 years ago
  79. f162cac mwifiex: abort scan upon interface down by Amitkumar Karwar · 12 years ago
  80. e45a841 mwifiex: use LOW_PRIORITY scan flag provided in scan request by Amitkumar Karwar · 12 years ago
  81. dcd5c79 mwifiex: return -EBUSY if specific scan request cannot be honored by Bing Zhao · 12 years ago
  82. 04b2312 wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFIC by Arend van Spriel · 12 years ago
  83. 06975884 mwifiex: update cfg80211 with correct reason code when association fails by Amitkumar Karwar · 12 years ago
  84. 061f2e6 mwifiex: reset scan_processing flag in failure cases by Amitkumar Karwar · 12 years ago
  85. c247633 mwifiex: return -EBUSY if scan request cannot be honored by Bing Zhao · 12 years ago
  86. 5570a91 mwifiex: convert to use le16_add_cpu() by Wei Yongjun · 12 years ago
  87. 84f6a95 mwifiex: make use of is_zero_ether_addr() by Bing Zhao · 12 years ago
  88. 2f9279b mwifiex: fix code mis-alignment after the if statement by Fengguang Wu · 12 years ago
  89. b7525db mwifiex: update max_chan_per_scan correctly for SSID scan by Amitkumar Karwar · 12 years ago
  90. 8732baa Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  91. 1a1fb97 mwifiex: wakeup main thread to handle command queued by Amitkumar Karwar · 13 years ago
  92. 0440507 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  93. 658f37b mwifiex: scan less channels per scan command to improve Tx traffic by Amitkumar Karwar · 13 years ago
  94. 3249ba7 mwifiex: fix simultaneous scan and Tx traffic problem by Amitkumar Karwar · 13 years ago
  95. 2c20889 wireless: Remove casts to same type by Joe Perches · 13 years ago
  96. b5abcf0 mwifiex: corrections in timestamp related code by Amitkumar Karwar · 13 years ago
  97. 9558a40 mwifiex: code cleanup in BSS handling by Amitkumar Karwar · 13 years ago
  98. c9919be mwifiex: update signal strength in mBm units by Amitkumar Karwar · 13 years ago
  99. 074d46d wireless: rename ht_info to ht_operation by Johannes Berg · 13 years ago
  100. cff23ce mwifiex: fix checkpatch --strict warnings/errors Part 5 by Yogesh Ashok Powar · 13 years ago