summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell
AgeCommit message (Expand)AuthorFilesLines
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg8-81/+81
2016-04-07mwifiex: dump pcie scratch registersXinming Hu3-3/+49
2016-04-07mwifiex: AMSDU Rx frame handling in AP modeXinming Hu3-1/+96
2016-04-07mwifiex: schedule main workqueue for transmitting bridge packetsXinming Hu1-0/+2
2016-04-07mwifiex: remove redundant GFP_DMA flagXinming Hu1-4/+3
2016-04-07mwifiex: check revision id while choosing PCIe firmwareShengzhen Li2-11/+61
2016-04-07mwifiex: add support for wakeup on GTK rekey failureGanapathi Bhat2-1/+7
2016-04-07mwifiex: add support for GTK rekey offloadGanapathi Bhat5-1/+55
2016-04-07mwifiex: fix NULL pointer dereference errorWei-Ning Huang1-1/+2
2016-04-07mwifiex: ie_list is an array, so no need to check if NULLColin Ian King1-1/+1
2016-04-06mwifiex: advertise low priority scan featureAmitkumar Karwar1-0/+1
2016-04-06mwifiex: fix Tx timeout issue during suspend testAmitkumar Karwar1-2/+8
2016-04-06mwifiex: Spelling s/minmum/minimum/, s/bandwidth/bandwith/Geert Uytterhoeven1-1/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds33-203/+1340
2016-03-17lib: update single-char callers of strtobool()Kees Cook1-6/+4
2016-03-10mwifiex: Empty Tx queue during suspendAmitkumar Karwar1-3/+25
2016-03-10libertas: fix an error code in probeDan Carpenter1-1/+2
2016-03-07mwifiex: Added missing spaces around bracketsUjjal Roy1-2/+2
2016-03-07mwifiex: Removed extra spaces before commasUjjal Roy2-2/+2
2016-03-07mwifiex: Fixed incorrect indentation issueUjjal Roy1-1/+1
2016-03-07mwifiex: do not set multiport flag for tx/rx single packetXinming Hu1-0/+6
2016-03-07mwifiex: add sdio multiport aggregation debug informationXinming Hu4-0/+41
2016-03-07mwifiex: fix corner case association failureAmitkumar Karwar1-0/+1
2016-03-07mwifiex: add delay when tdls confirm frame is queuedXinming Hu1-0/+7
2016-03-07mwifiex: Use to_delayed_work()Amitoj Kaur Chawla1-4/+2
2016-03-06Merge 'net-next/master'Kalle Valo1-4/+6
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller1-4/+6
2016-02-25mwifiex: fix an indenting mistakeDan Carpenter1-1/+1
2016-02-07mwifiex: firmware dump support for w8997 chipsetXinming Hu3-11/+33
2016-02-07mwifiex: increase the priority of firmware dump messageAmitkumar Karwar1-2/+2
2016-02-07mwifiex: dynamically increase preallocated firmware dump memory sizeXinming Hu2-5/+18
2016-02-07mwifiex: use an extensible framework for firmware dump solutionXinming Hu2-21/+33
2016-02-07mwifiex: keep original structure in decl header fileXinming Hu3-20/+22
2016-02-07mwifiex: skip firmware dump when read_regs() failsXinming Hu1-0/+4
2016-02-07mwifiex: process pcie io memory read failure caseXinming Hu1-0/+2
2016-02-07mwifiex: display right transmit packet delayXinming Hu2-0/+2
2016-02-06libertas: add an cfg80211 interface for powersavingAndreas Kemnade1-0/+38
2016-02-06libertas: fix ps-mode related removal problemsAndreas Kemnade1-1/+6
2016-02-06libertas: go back to ps mode without commands pendingAndreas Kemnade1-31/+5
2016-02-06libertas: do not confirm sleep if commands are pendingAndreas Kemnade1-0/+4
2016-02-06libertas: check whether bus can do more than pollingAndreas Kemnade3-1/+3
2016-02-06libertas: fix pointer bugs for PS_MODE commandsAndreas Kemnade2-3/+6
2016-02-06mwifiex: fix a reversed conditionDan Carpenter1-1/+1
2016-02-06mwifiex: fix bandwidth display problemNachiket Kukade5-3/+23
2016-01-29mwifiex: use SYNC flag for canceling host sleepAmitkumar Karwar1-1/+1
2016-01-29mwifiex: add RSSI support for net-detectGanapathi Bhat3-0/+24
2016-01-29mwifiex: report wakeup reason to cfg80211chunfan chen8-0/+139
2016-01-29mwifiex: add wowlan net-detect supportchunfan chen6-17/+80
2016-01-29mwifiex: add wowlan info messageschunfan chen1-2/+6
2016-01-29mwifiex: add schedule scan supportXinming Hu10-0/+493