summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex/main.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-18mwifiex: move under marvell vendor directoryKalle Valo1-1552/+0
2015-10-14mwifiex: add ndo_validate_addr netdev opsAmitkumar Karwar1-0/+1
2015-09-29mwifiex: add usb multi endpoints resync supportZhaoyang Liu1-4/+50
2015-09-29mwifiex: add usb tx data multi endpoints supportZhaoyang Liu1-2/+4
2015-09-29mwifiex: Make mwifiex_dbg a function, reduce object sizeJoe Perches1-0/+20
2015-07-21mwifiex: support for bypass tx queueAvinash Patil1-2/+47
2015-07-21mwifiex: add tdls channel switch statusXinming Hu1-2/+12
2015-06-02mwifiex: device dump support via devcoredump frameworkAmitkumar Karwar1-0/+90
2015-06-02mwifiex: use generic name 'device dump'Amitkumar Karwar1-2/+2
2015-06-02mwifiex: minor changes in debug messagesAmitkumar Karwar1-4/+4
2015-06-02mwifiex: fix a possible double free issueAmitkumar Karwar1-0/+1
2015-05-26mwifiex: change dbg print func to mwifiex_dbgZhaoyang Liu1-45/+64
2015-05-26mwifiex: add prints debug ctrl supportZhaoyang Liu1-0/+5
2015-05-09mwifiex: reduce spinlock usage in main processCathy Luo1-6/+5
2015-04-01Merge tag 'wireless-drivers-next-for-davem-2015-04-01' of git://git.kernel.or...David S. Miller1-14/+62
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller1-3/+3
2015-03-30cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen1-3/+3
2015-03-30mwifiex: Fix issue in the SDIO reset path of mwifiex.Maithili Hinge1-3/+0
2015-03-16mwifiex: add SDIO rx single port aggregationZhaoyang Liu1-1/+9
2015-03-16mwifiex: preprocess packets from TX queueZhaoyang Liu1-2/+19
2015-03-16mwifiex: avoid queue_work while work is ongoingShengzhen Li1-6/+32
2015-03-16mwifiex: lock main process till reinitialization of vif is overAvinash Patil1-1/+1
2015-03-16mwifiex: use del_timer variant in interrupt contextAmitkumar Karwar1-1/+1
2015-02-27mwifiex: more_task flag for main_processShengzhen Li1-7/+9
2015-01-29mwifiex: separate function for parsing head and tail IEsAvinash Patil1-1/+1
2015-01-29mwifiex: support conversion to any virtual interface typeAvinash Patil1-1/+1
2015-01-29mwifiex: store permanant mac address in adapter structureAvinash Patil1-0/+1
2015-01-29mwifiex: do not declare wdev as pointerAvinash Patil1-2/+3
2015-01-29mwifiex: remove redundant nick_name variableAvinash Patil1-1/+0
2015-01-27mwifiex: set netif carrier off in ndo_openJohannes Berg1-1/+2
2015-01-07mwifiex: main: Use setup_timerJulia Lawall1-3/+2
2015-01-06mwifiex: add wakeup timer based recovery mechanismAmitkumar Karwar1-0/+2
2015-01-06mwifiex: Adjust calling place of mwifiex_terminate_workqueueMarc Yang1-2/+2
2015-01-06mwifiex: remove redundant flag MWIFIEX_HW_STATUS_FW_READYAmitkumar Karwar1-4/+2
2015-01-06mwifiex: save sdio register values before firmware dumpXinming Hu1-0/+6
2015-01-06mwifiex: save driver information to file when firmware dumpXinming Hu1-0/+102
2015-01-06mwifiex: add rx histogram statistics supportXinming Hu1-0/+8
2014-11-25mwifiex: add Tx status support for ACTION framesAmitkumar Karwar1-3/+7
2014-11-25mwifiex: add Tx status support for EAPOL packetsAmitkumar Karwar1-0/+48
2014-11-25mwifiex: skip delay main work logic for USB interface.Amitkumar Karwar1-6/+10
2014-11-17mwifiex: add auto TDLS supportAvinash Patil1-0/+7
2014-11-17mwifiex: module load parameter for interface creationAvinash Patil1-0/+32
2014-11-12mwifiex: fix out of memory issue observed for USB chipsetsAmitkumar Karwar1-0/+2
2014-11-12mwifiex: rx workqueue support for USB interfaceAvinash Patil1-7/+1
2014-10-31mwifiex: channel statistics support for mwifiexAvinash Patil1-0/+6
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