1. 83719be mwifiex: advertise mgmt_stype to cfg80211 by Stone Piao · 12 years ago
  2. e39faa7 mwifiex: implement cfg80211 mgmt_tx handler by Stone Piao · 12 years ago
  3. a8aa69d mwifiex: fix coding style issue by Stone Piao · 12 years ago
  4. fd0fc52 mwifiex: potential corruption in mwifiex_update_uap_custom_ie() by Dan Carpenter · 12 years ago
  5. 5419575 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  6. de09364 mwifiex: block scan request during heavy Tx traffic by Amitkumar Karwar · 12 years ago
  7. 22c22d2 mwifiex: disconnect the device before entering suspend state by Amitkumar Karwar · 12 years ago
  8. 9a17bad mwifiex: fix issue in resumed scan operation by Amitkumar Karwar · 12 years ago
  9. 552bff0 cfg80211: constify name parameter to add_virtual_intf by Johannes Berg · 12 years ago
  10. 4ac8764 mwifiex: separate TxPD processing routine for AP by Avinash Patil · 12 years ago
  11. fd4c451 mwifiex: disable WOW by default by Bing Zhao · 12 years ago
  12. cc0ba0d mwifiex: support custom world regulatory domain by Amitkumar Karwar · 12 years ago
  13. 77c8a14 mwifiex: do not hint regulatory domain with f/w country code by Bing Zhao · 12 years ago
  14. e89e2da mwifiex: use country ie of requested AP while associating by Amitkumar Karwar · 12 years ago
  15. 16051b0 mwifiex: update adapter->bss_prio_tbl[j].bss_prio_cur correctly by Amitkumar Karwar · 12 years ago
  16. a458c0a mwifiex: have same priority for AP and station traffic by Amitkumar Karwar · 12 years ago
  17. 09d60ce mwifiex: remove AMSDU_AGGR_CTRL command response handler by Amitkumar Karwar · 12 years ago
  18. 1661aef mwifiex: remove 11N_CFG command response handler by Amitkumar Karwar · 12 years ago
  19. e69d1ff mwifiex: remove get operation code for SUBSCRIBE EVENT command by Amitkumar Karwar · 12 years ago
  20. fac805f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  21. 908fe11 mwifiex: store mwifiex_ds_misc_subsc_evt in mwifiex_private by Jeff Disher · 12 years ago
  22. 84f6a95 mwifiex: make use of is_zero_ether_addr() by Bing Zhao · 12 years ago
  23. a3c2c4f mwifiex: parse rate info for AP by Avinash Patil · 12 years ago
  24. e3a8e0b4 mwifiex: don't disable wait_q_enabled flag by Amitkumar Karwar · 12 years ago
  25. 26fc36a mwifiex: release semaphore acquired for internal scan operation by Amitkumar Karwar · 12 years ago
  26. 626a43d mwifiex: use is_zero_ether_addr() instead of memcmp() by Wei Yongjun · 12 years ago
  27. a71bf90 mwifiex: use is_broadcast_ether_addr() instead of memcmp() by Wei Yongjun · 12 years ago
  28. da25186 mwifiex: fix skb length issue when send a command to firmware by Stone Piao · 12 years ago
  29. 126f492 mwifiex: use GFP_ATOMIC under spin lock by Dan Carpenter · 12 years ago
  30. 9c7ff73 mwifiex: notify cfg80211 about MIC failures by Amitkumar Karwar · 12 years ago
  31. 641c869 mwifiex: fix 'smatch' warning in preparing key_material cmd by Bing Zhao · 12 years ago
  32. 8dd4372 mwifiex: fix powerpc64-linux- compilation warnings by Bing Zhao · 12 years ago
  33. 2f9279b mwifiex: fix code mis-alignment after the if statement by Fengguang Wu · 12 years ago
  34. b877f4c mwifiex: add AES_CMAC support in key_material cmd by Ying Luo · 12 years ago
  35. 53b1123 mwifiex: pass key_params pointer in mwifiex_set_encode by Ying Luo · 12 years ago
  36. 9d7aba6 mwifiex: rename wapi_rxpn to pn by Ying Luo · 12 years ago
  37. 3e238a1 mwifiex: cleanup TX/RX BA tables for uAP by Avinash Patil · 12 years ago
  38. 5a009ad mwifiex: add 11n Block Ack support for uAP by Avinash Patil · 12 years ago
  39. d1cf3b9 mwifiex: support RX AMSDU aggregation for uAP by Avinash Patil · 12 years ago
  40. 838e4f4 mwifiex: improve uAP RX handling by Avinash Patil · 12 years ago
  41. 017a92a mwifiex: create list for associated stations in AP mode by Avinash Patil · 12 years ago
  42. 3d99d98 mwifiex: separate file for handling AP events by Avinash Patil · 12 years ago
  43. c825891 mwifiex: update 11n status as per start_ap IE by Avinash Patil · 12 years ago
  44. bdd37be mwifiex: improve scan delay logic during Tx traffic by Amitkumar Karwar · 12 years ago
  45. b7525db mwifiex: update max_chan_per_scan correctly for SSID scan by Amitkumar Karwar · 12 years ago
  46. ed1ea6f mwifiex: do le_to_cpu conversion for Rx packet header elements by Amitkumar Karwar · 12 years ago
  47. bda1b1b mwifiex: correction in MSDU padding logic by Yogesh Ashok Powar · 12 years ago
  48. 7d273ef mwifiex: remove extra padding to AMSDU by Yogesh Ashok Powar · 12 years ago
  49. d92a680 mwifiex: copy MSDU subframes correctly by Yogesh Ashok Powar · 12 years ago
  50. 90b90f6 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
  51. d369f7b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  52. 433c399 mwifiex: improvement in cfg80211 set_bitrate_mask handler by Amitkumar Karwar · 12 years ago
  53. 05910f4 mwifiex: add support to use basic rates in ibss join request by Amitkumar Karwar · 12 years ago
  54. 006606c mwifiex: remove unnecessary code in data rate configuration by Amitkumar Karwar · 12 years ago
  55. 1f45b39 mwifiex: remove redundant code in set channel path by Amitkumar Karwar · 12 years ago
  56. d07d152 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  57. fe02012 mwifiex: correction in mcs index check by Amitkumar Karwar · 12 years ago
  58. 38a0084 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
  59. fd01428 nl80211: move scan API to wdev by Johannes Berg · 12 years ago
  60. 84efbb8 cfg80211: use wireless_dev for interface management by Johannes Berg · 12 years ago
  61. 04c9f41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  62. 8a279d5 mwifiex: add set_antenna handler support by Amitkumar Karwar · 12 years ago
  63. 2152fe9 mwifiex: parse WPS IEs from beacon_data by Avinash Patil · 12 years ago
  64. 2dd2bd6 mwifiex: advertise WPS probe response offload support to cfg80211 by Avinash Patil · 12 years ago
  65. 5370c83 mwifiex: add change_beacon cfg80211 handler by Avinash Patil · 12 years ago
  66. bd6aa03 mwifiex: overwrite earlier IE buffers for new set IE request by Avinash Patil · 12 years ago
  67. ea4c12f mwifiex: separate IE parsing for Head/Tail IEs and beacon_ies etc by Avinash Patil · 12 years ago
  68. adb6ed0 mwifiex: pass cfg80211_beacon_data to mwifiex_set_mgmt_ie() by Avinash Patil · 12 years ago
  69. 635d999 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  70. b319046 mwifiex: fix Coverity SCAN CID 709078: Resource leak (RESOURCE_LEAK) by Bing Zhao · 12 years ago
  71. 8732baa 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
  72. 42fb0b0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  73. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  74. 34202e2 mwifiex: retrieve correct max_power information in reg_notifier handler by Amitkumar Karwar · 12 years ago
  75. 2041d7d mwifiex: do not advertise custom regulatory domain capability by Amitkumar Karwar · 12 years ago
  76. caa8984 mwifiex: use correct firmware command to get power limits by Amitkumar Karwar · 12 years ago
  77. 1a1fb97 mwifiex: wakeup main thread to handle command queued by Amitkumar Karwar · 12 years ago
  78. c9015b2 mwifiex: fix memory leak associated with IE manamgement by Avinash Patil · 12 years ago
  79. e486463 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  80. a4186ea mwifiex: enhance power save for USB and PCIe chipsets by Amitkumar Karwar · 12 years ago
  81. f931c77 mwifiex: wake up main thread to handle Tx traffic if scan is delayed/aborted by Amitkumar Karwar · 12 years ago
  82. 0fd66be mwifiex: parse WPA IE and support WPA/WPA2 mixed mode for uAP by Avinash Patil · 12 years ago
  83. 8311f0d mwifiex: improve error path handling in usb.c by Amitkumar Karwar · 12 years ago
  84. e80c81d mwifiex: fix bugs in event handling code by Amitkumar Karwar · 12 years ago
  85. f03ba7e mwifiex: fix WPS eapol handshake failure by Stone Piao · 12 years ago
  86. 9258392 mwifiex: fix 11n rx packet drop issue by Stone Piao · 12 years ago
  87. 9689353 mwifiex: support for WEP in AP mode by Avinash Patil · 12 years ago
  88. 5d66cb6 mwifiex: separate uAP WPA/WPA2 parsing from other BSS parameters by Avinash Patil · 12 years ago
  89. 2228125 mwifiex: set HT capability based on cfg80211_ap_settings by Avinash Patil · 12 years ago
  90. 0abd79e mwifiex: set channel via start_ap handler for AP interface by Avinash Patil · 12 years ago
  91. 858faa5 mwifiex: fix wrong return values in add_virtual_intf() error cases by Bing Zhao · 12 years ago
  92. 73dc3b9 mwifiex: fix uAP TX packet timeout issue by Avinash Patil · 12 years ago
  93. b3c911e 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
  94. 211c17a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  95. 6ddcd46 mwifiex: fix incorrect privacy setting in beacon and probe response by Avinash Patil · 12 years ago
  96. 0440507 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
  97. 658f37b mwifiex: scan less channels per scan command to improve Tx traffic by Amitkumar Karwar · 12 years ago
  98. 3249ba7 mwifiex: fix simultaneous scan and Tx traffic problem by Amitkumar Karwar · 12 years ago
  99. 38e8b7d mwifiex: shorten per channel scan time by Bing Zhao · 12 years ago
  100. c1864cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago