summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/main.c
AgeCommit message (Expand)Author
2014-04-15mwifiex: process event before command responseAmitkumar Karwar
2014-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-03-27mwifiex: corner case NULL pointer dereference fixAmitkumar Karwar
2014-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-02-28mwifiex: remove global variable cmd_wait_q_requiredBing Zhao
2014-02-24mwifiex: use del_timer_sync instead of del_timerAvinash Patil
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang
2013-12-19cfg80211: Add support for QoS mappingKyeyoon Park
2013-12-09mwifiex: remove redundant goto exit_remove statementAmitkumar Karwar
2013-12-09mwifiex: correct TX byte count statisticsUjjal Roy
2013-11-15mwifiex: fix potential mem leak in .del_virtual_intfAmitkumar Karwar
2013-11-15mwifiex: fix NULL pointer dereference in mwifiex_fw_dpcAmitkumar Karwar
2013-11-15mwifiex: failure path handling in mwifiex_add_virtual_intf()Amitkumar Karwar
2013-11-15mwifiex: use return value of mwifiex_add_virtual_intf() correctlyAmitkumar Karwar
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-10-14mwifiex: use alloc_workqueue() functionAmitkumar Karwar
2013-09-30mwifiex: fix SDIO interrupt lost issueAmitkumar Karwar
2013-08-22mwifiex: do not create AP and P2P interfaces upon driver loadingBing Zhao
2013-08-01mwifiex: fix adapter pointer dereference issueAmitkumar Karwar
2013-07-26mwifiex: handle driver initialization error pathsAmitkumar Karwar
2013-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-07-24mwifiex: move if_ops.cleanup_if() callAmitkumar Karwar
2013-07-24mwifiex: move del_timer_sync(scan_delay_timer) call to fix memleakAmitkumar Karwar
2013-07-22mwifiex: fix IRQ enable/disableDaniel Drake
2013-06-17mwifiex: fix memory corruption when unsetting multicast listDaniel Drake
2013-06-12mwifiex: fix regression issue for usb interfaceAmitkumar Karwar
2013-05-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville
2013-05-22mwifiex: add calibration data download featureAmitkumar Karwar
2013-05-22mwifiex: remove global user_scan_cfg variableAmitkumar Karwar
2013-05-08mwifiex: fix memory leak issue when driver unloadAmitkumar Karwar
2013-03-08mwifiex: Trigger a card reset on reaching tx_timeout thresholdAshok Nagarajan
2012-11-14mwifiex: process RX packets in SDIO IRQ thread directlyBing Zhao
2012-11-14mwifiex: add multi-queue supportAvinash Patil
2012-10-29mwifiex: abort scan upon interface downAmitkumar Karwar
2012-09-28mwifiex: add P2P interfaceStone Piao
2012-09-28mwifiex: implement cfg80211 mgmt_tx handlerStone Piao
2012-09-11mwifiex: have same priority for AP and station trafficAmitkumar Karwar
2012-08-06mwifiex: improve scan delay logic during Tx trafficAmitkumar Karwar
2012-07-12cfg80211: use wireless_dev for interface managementJohannes Berg
2012-06-22mwifiex: wake up main thread to handle Tx traffic if scan is delayed/abortedAmitkumar Karwar
2012-06-11mwifiex: fix simultaneous scan and Tx traffic problemAmitkumar Karwar
2012-05-16mwifiex: retrieve IEs from cfg80211_beacon_data and send to firmwareAvinash Patil
2012-05-16mwifiex: add custom IE frameworkAvinash Patil
2012-05-16mwifiex: support for creation of AP interfaceAvinash Patil
2012-05-16mwifiex: allocate space for one more mwifiex_private structureAvinash Patil
2012-04-23mwifiex: add support for Marvell USB8797 chipsetAmitkumar Karwar
2012-04-12mwifiex: use asynchronous firmware loadingAmitkumar Karwar
2012-04-12wireless, mwifiex: drop redundant NULL test before call to release_firmware()Jesper Juhl