aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-30mwifiex: do not decrement rx_pending count twiceAvinash Patil1-6/+2
2014-09-30mwifiex: fix soft lockup during iperf UDP RXAvinash Patil1-1/+2
2014-09-15mwifiex: add rx workqueue supportAvinash Patil1-0/+91
2014-09-15mwifiex: remove low priority scan handlingAmitkumar Karwar1-95/+1
2014-09-15mwifiex: process TX even when scan is ongoingAvinash Patil1-3/+5
2014-07-15mwifiex: fix corner case system hang issueAmitkumar Karwar1-5/+11
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+1
2014-06-25wireless: mwifiex: Use the proper interfacesThomas Gleixner1-3/+1
2014-06-25Revert "mwifiex: Use the proper interfaces"Bing Zhao1-1/+3
2014-06-25mwifiex: update Copyright to 2014Xinming Hu1-1/+1
2014-06-25mwifiex: add firmware dump feature for PCIeAmitkumar Karwar1-0/+2
2014-06-25mwifiex: fix Tx timeout issueAmitkumar Karwar1-0/+1
2014-06-20mwifiex: Use the proper interfacesThomas Gleixner1-3/+1
2014-04-24Revert "mwifiex: add firmware dump feature for PCIe"John W. Linville1-2/+0
2014-04-22mwifiex: add firmware dump feature for PCIeAmitkumar Karwar1-0/+2
2014-04-22mwifiex: remove redundant 'fw_load' completion structureAmitkumar Karwar1-2/+0
2014-04-15mwifiex: process event before command responseAmitkumar Karwar1-6/+6
2014-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+2
2014-03-27mwifiex: corner case NULL pointer dereference fixAmitkumar Karwar1-1/+2
2014-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-4/+3
2014-02-28mwifiex: remove global variable cmd_wait_q_requiredBing Zhao1-3/+2
2014-02-24mwifiex: use del_timer_sync instead of del_timerAvinash Patil1-1/+1
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-1/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-1/+2
2013-12-19cfg80211: Add support for QoS mappingKyeyoon Park1-1/+1
2013-12-09mwifiex: remove redundant goto exit_remove statementAmitkumar Karwar1-6/+2
2013-12-09mwifiex: correct TX byte count statisticsUjjal Roy1-0/+1
2013-11-15mwifiex: fix potential mem leak in .del_virtual_intfAmitkumar Karwar1-6/+0
2013-11-15mwifiex: fix NULL pointer dereference in mwifiex_fw_dpcAmitkumar Karwar1-2/+1
2013-11-15mwifiex: failure path handling in mwifiex_add_virtual_intf()Amitkumar Karwar1-11/+2
2013-11-15mwifiex: use return value of mwifiex_add_virtual_intf() correctlyAmitkumar Karwar1-2/+4
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+3
2013-10-14mwifiex: use alloc_workqueue() functionAmitkumar Karwar1-1/+3
2013-09-30mwifiex: fix SDIO interrupt lost issueAmitkumar Karwar1-2/+4
2013-08-22mwifiex: do not create AP and P2P interfaces upon driver loadingBing Zhao1-14/+0
2013-08-01mwifiex: fix adapter pointer dereference issueAmitkumar Karwar1-3/+10
2013-07-26mwifiex: handle driver initialization error pathsAmitkumar Karwar1-28/+55
2013-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+12
2013-07-24mwifiex: move if_ops.cleanup_if() callAmitkumar Karwar1-0/+3
2013-07-24mwifiex: move del_timer_sync(scan_delay_timer) call to fix memleakAmitkumar Karwar1-0/+1
2013-07-22mwifiex: fix IRQ enable/disableDaniel Drake1-1/+12
2013-06-17mwifiex: fix memory corruption when unsetting multicast listDaniel Drake1-3/+2
2013-06-12mwifiex: fix regression issue for usb interfaceAmitkumar Karwar1-0/+82
2013-05-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohn W. Linville1-0/+1
2013-05-22mwifiex: add calibration data download featureAmitkumar Karwar1-0/+13
2013-05-22mwifiex: remove global user_scan_cfg variableAmitkumar Karwar1-0/+1
2013-05-08mwifiex: fix memory leak issue when driver unloadAmitkumar Karwar1-0/+1
2013-03-08mwifiex: Trigger a card reset on reaching tx_timeout thresholdAshok Nagarajan1-3/+12
2012-11-14mwifiex: process RX packets in SDIO IRQ thread directlyBing Zhao1-0/+1