1. 61c87304 mwifiex: delete AP TX queues when bridged packets reach threshold by Avinash Patil · 11 years ago
  2. c7d9ed9 mwifiex: maintain outstanding packet count for RA list instead of packet size by Avinash Patil · 11 years ago
  3. f0cb84f mwifiex: rename pkt_count to ba_pkt_count in mwifiex_ra_list_tbl struct by Avinash Patil · 11 years ago
  4. 0e15370 mwifiex: remove stop_net_dev_queue operation in AP forwarding by Huawei Yang · 11 years ago
  5. 3266d73 wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm_ops by Shuah Khan · 11 years ago
  6. b887664 mwifiex: channel switch handling for station by Amitkumar Karwar · 11 years ago
  7. 2a7305c mwifiex: add basic 11h support for station by Amitkumar Karwar · 11 years ago
  8. f2bbb07 mwifiex: code rearrangement for better readability by Amitkumar Karwar · 11 years ago
  9. 6390d88 mwifiex: fix memory corruption when unsetting multicast list by Daniel Drake · 11 years ago
  10. 3c68ef5 mwifiex: Add module parameter for regdomain by Avinash Patil · 11 years ago
  11. 812fd64 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  12. c9e2404 mwifiex: enable/disable tx_amsdu support via module parameter by Avinash Patil · 11 years ago
  13. df81008 mwifiex: fix regression issue for usb interface by Amitkumar Karwar · 11 years ago
  14. 861bca2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  15. f873ded mwifiex: debugfs: Fix out of bounds array access by Mark A. Greer · 11 years ago
  16. 51217ce Merge remote-tracking branch 'wireless-next/master' into HEAD by Johannes Berg · 11 years ago
  17. 964dc9e cfg80211: take WoWLAN support information out of wiphy struct by Johannes Berg · 11 years ago
  18. 5f07d15 mwifiex: dump small buffers with help of %*ph by Andy Shevchenko · 11 years ago
  19. 531efff Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next by John W. Linville · 11 years ago
  20. b60186f mwifiex: add support for Marvell SD8897 chipset by Yogesh Ashok Powar · 11 years ago
  21. c23b7c8 mwifiex: code rearrangement in multiport aggregation path by Amitkumar Karwar · 11 years ago
  22. dc468e3 mwifiex: remove unnecessary macros in sdio.h by Amitkumar Karwar · 11 years ago
  23. 248eb4c mwifiex: define a macro for MPA base address by Amitkumar Karwar · 11 years ago
  24. 0fc0d43 mwifiex: do port calculations separately by Amitkumar Karwar · 11 years ago
  25. e6a52030 mwifiex: code rearrangement in mwifiex_get_rd_port() by Amitkumar Karwar · 11 years ago
  26. ab93d4f mwifiex: replace unnecessary u32 variables with u8 in sdio.c by Amitkumar Karwar · 11 years ago
  27. 05889f8 mwifiex: store SDIO chip specific information in separate structure by Amitkumar Karwar · 11 years ago
  28. 5ac253d mwifiex: use u32 variables for SDIO read/write port bitmap by Amitkumar Karwar · 11 years ago
  29. 388ec38 mwifiex: add calibration data download feature by Amitkumar Karwar · 11 years ago
  30. 013a492 mwifiex: replace spin_lock_irqsave with spin_lock and fix warn_on by Avinash Patil · 11 years ago
  31. 0f9e9b8 mwifiex: add del_station handler by Avinash Patil · 11 years ago
  32. bdd4d6bf mwifiex: avoid deleting all stations during mwifiex_del_sta_entry() by Avinash Patil · 11 years ago
  33. 4c1079e mwifiex: abort remaining scan commands when association started by Bing Zhao · 11 years ago
  34. 75ab753 mwifiex: remove global user_scan_cfg variable by Amitkumar Karwar · 11 years ago
  35. 0604111 mwifiex: scan delay timer cleanup in unload path by Amitkumar Karwar · 11 years ago
  36. c56ecf5 mwifiex: rename mwifiex_free_adapter() routine in init.c by Amitkumar Karwar · 11 years ago
  37. 4f81d71 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  38. ccd384b mwifiex: fix setting of multicast filter by Daniel Drake · 11 years ago
  39. f16fdc9 mwifiex: fix memory leak issue when driver unload by Amitkumar Karwar · 11 years ago
  40. 4879542 mwifiex: clear is_suspended flag when interrupt is received early by Bing Zhao · 11 years ago
  41. e00adf3 drivers/net: rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  42. 7af1ce0 mwifiex: Correct pci_unmap_single's size by Yogesh Ashok Powar · 11 years ago
  43. 955ab09 mwifiex: Do not kfree cmd buf while unregistering PCIe by Yogesh Ashok Powar · 11 years ago
  44. 5b0d9b2 mwifiex: Call pci_release_region after calling pci_disable_device by Yogesh Ashok Powar · 11 years ago
  45. c380aaf mwifiex: Use pci_release_region() instead of a pci_release_regions() by Yogesh Ashok Powar · 11 years ago
  46. b006ed5 mwifiex: rework round robin scheduling of bss nodes. by Andreas Fenkart · 11 years ago
  47. 2e23731 mwifiex: replace ra_list_curr by list rotation. by Andreas Fenkart · 11 years ago
  48. c43933e mwifiex: remove redundant initialization for bss_descriptor by Bing Zhao · 11 years ago
  49. d837a2a mwifiex: fix use-after-free in beacon_ie processing by Bing Zhao · 11 years ago
  50. 8bc77a4 mwifiex: don't try to associate when bss_mode is not STA by Bing Zhao · 11 years ago
  51. 4587eea mwifiex: make use of msecs_to_jiffies() by Bing Zhao · 11 years ago
  52. 0648f3a mwifiex: correct bss_mode check while appending vht operation IE by Bing Zhao · 11 years ago
  53. d033d3a mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-init by Avinash Patil · 11 years ago
  54. 66aa1ae mwifiex: configure p2p interface during initialization by Bing Zhao · 11 years ago
  55. 5586d3e mwifiex: Start P2P devices in P2P mode by Paul Stewart · 11 years ago
  56. 6fe5468 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  57. 2716fd7 mwifiex: hold proper locks when accessing ra_list / bss_prio lists by Andreas Fenkart · 11 years ago
  58. 333f6b2 mwifiex: fix infinite loop by removing NO_PKT_PRIO_TID by Andreas Fenkart · 11 years ago
  59. 6d2344e mwifiex: remove unused tid_tbl_lock from mwifiex_tid_tbl by Andreas Fenkart · 11 years ago
  60. ca796a3 mwifiex: correct wrong list in list_empty check by Andreas Fenkart · 11 years ago
  61. 9908b07 mwifiex: fix negative cmd_pending count by Bing Zhao · 11 years ago
  62. 21de979 mwifiex: complete last internal scan by Bing Zhao · 11 years ago
  63. 2b6254d mwifiex: use separate AMPDU tx/rx window sizes in 11ac networks by Avinash Patil · 11 years ago
  64. 04abc0a mwifiex: change default tx/rx win_size for BA setup by Avinash Patil · 11 years ago
  65. 901ceba mwifiex: limit channel number not to overflow memory by Stone Piao · 11 years ago
  66. 9a574cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  67. c0880a2 mwifiex: use fw_status register to wake up PCIe card by Avinash Patil · 11 years ago
  68. c24d992 mwifiex: avoid waking up device in awake state by Avinash Patil · 11 years ago
  69. b2fda1f mwifiex: do not enable PCIe interrupt in Power Save sleep state by Avinash Patil · 11 years ago
  70. 83c78da mwifiex: add support to configure VHT for AP mode by Yogesh Ashok Powar · 11 years ago
  71. 0f49d64 mwifiex: reset skb->data after processing PCIe sleep confirm cmd respose by Avinash Patil · 11 years ago
  72. 43283fe mwifiex: cleanup VHT cap by Yogesh Ashok Powar · 11 years ago
  73. 084c718 mwifiex: cancel cmd timer and free curr_cmd in shutdown process by Bing Zhao · 11 years ago
  74. a3e240c mwifiex: skip pending commands after function shutdown by Bing Zhao · 11 years ago
  75. 00d7ea1 mwifiex: fix race when queuing commands by Amitkumar Karwar · 11 years ago
  76. 49c87cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  77. c678fb2 mwifiex: fix potential null dereference 'mef_entry' by Bing Zhao · 11 years ago
  78. 8908c7d mwifiex: Trigger a card reset on reaching tx_timeout threshold by Ashok Nagarajan · 11 years ago
  79. 5f0fabf mwifiex: fix potential out-of-boundary access to ibss rate table by Bing Zhao · 11 years ago
  80. 7da060c mwifiex: add WOWLAN support by Amitkumar Karwar · 11 years ago
  81. 0d7f53e mwifiex: add "ethtool wol" command support by Amitkumar Karwar · 11 years ago
  82. cc0b5a6 mwifiex: shorten the host sleep configuration macro names by Amitkumar Karwar · 11 years ago
  83. f553e1a mwifiex: modify skb->truesize for PCIE Rx by Avinash Patil · 11 years ago
  84. 9931078 mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.c by Bing Zhao · 11 years ago
  85. 8509e82 mwifiex: fix [-Wunused-function] warnings on pcie suspend/resume by Bing Zhao · 11 years ago
  86. fcca8d5 mwifiex: remove static forward declarations in pcie.c by Bing Zhao · 11 years ago
  87. 98b7ff9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  88. 3e7a4ff mwifiex: correct sleep delay counter by Avinash Patil · 12 years ago
  89. 6d6436f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  90. 48f4d91 mwifiex: fix system freeze while reloading driver by Avinash Patil · 12 years ago
  91. 1499d9f mwifiex: don't drop carrier flag over suspend by Daniel Drake · 12 years ago
  92. a0b1c42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  93. 1eaec82 Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  94. 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
  95. a5f3905 mwifiex: add 802.11AC support by Yogesh Ashok Powar · 12 years ago
  96. 073c9e6 mwifiex: coding style cleanup in bss parameter update by Yogesh Ashok Powar · 12 years ago
  97. 3d48203 mwifiex: fix empty TX ring check for PCIe8897 while unloading driver by Avinash Patil · 12 years ago
  98. 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
  99. 52301a8 mwifiex: device specific sleep cookie handling for PCIe by Avinash Patil · 12 years ago
  100. b90af3b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago