aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-27Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller17-293/+395
2016-11-19mwifiex: pcie: stop checking for NULL adapter->cardBrian Norris1-30/+23
2016-11-19mwifiex: stop checking for NULL drvata/intfdataBrian Norris2-21/+8
2016-11-19mwifiex: sdio: don't check for NULL sdio_funcBrian Norris1-25/+15
2016-11-19mwifiex: usb: handle HS failuresBrian Norris1-1/+8
2016-11-19mwifiex: reset card->adapter during device unregisterXinming Hu2-0/+2
2016-11-19mwifiex: resolve suspend() race with async FW init failureBrian Norris3-6/+30
2016-11-19mwifiex: don't pretend to resume while remove()'ingBrian Norris3-13/+0
2016-11-19mwifiex: remove redundant pdev check in suspend/resume handlersAmitkumar Karwar1-16/+6
2016-11-19mwifiex: resolve races between async FW init (failure) and device removalBrian Norris8-68/+55
2016-11-19mwifiex: complete blocked power save handshake in main processShengzhen Li1-4/+5
2016-11-19mwifiex: check tx_hw_pending before downloading sleep confirmShengzhen Li4-2/+10
2016-11-19mwifiex: Enable WoWLAN for both sdio and pcieRajat Jain5-75/+73
2016-11-19mwifiex: Introduce mwifiex_probe_of() to parse common propertiesRajat Jain2-4/+13
2016-11-19mwifiex: Allow mwifiex early access to device structureRajat Jain5-11/+9
2016-11-19mwifiex: parse device tree node for PCIeXinming Hu2-1/+26
2016-11-18mwifiex: don't do unbalanced free()'ing in cleanup_if()Brian Norris3-16/+12
2016-11-18mwifiex: ignore calibration data failureAmitkumar Karwar1-11/+5
2016-11-18mwifiex: add power save parameters in hs_cfg cmdShengzhen Li2-6/+33
2016-11-17mwifiex: fix memory leak in mwifiex_save_hidden_ssid_channels()Ricky Liang1-0/+4
2016-11-17mwifiex: report wakeup for wowlanRajat Jain2-0/+9
2016-11-09mwifiex: fix missing destroy_workqueue() on error in mwifiex_add_virtual_intf()Wei Yongjun1-0/+2
2016-11-09mwifiex: fix p2p device doesn't find in scan problemKarthik D A1-0/+6
2016-11-09mwifiex: fix command timeout problem seen in stress testsXinming Hu2-1/+13
2016-11-09mwifiex: update tx_pkts_queued for requeued packetsXinming Hu1-0/+6
2016-11-09mwifiex: add memrw command information in READMEAmitkumar Karwar1-0/+23
2016-11-09mwifiex: vendor_ie length check for parse WMM IEsKarthik D A1-4/+4
2016-11-09mwifiex: Fix NULL pointer dereference in skb_dequeue()Amitkumar Karwar2-4/+12
2016-11-09mwifiex: report error to PCIe for suspend failureAmitkumar Karwar1-2/+8
2016-11-09mwifiex: prevent register accesses after host is sleepingAmitkumar Karwar1-3/+6
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-10-12cfg80211: add ability to check DA/SA in A-MSDU decapsulationJohannes Berg1-1/+1
2016-10-12cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBJohannes Berg1-1/+1
2016-09-26mwifiex: code rearrangement in mwifiex_usb_host_to_card()Amitkumar Karwar1-17/+6
2016-09-26mwifiex: fix race condition causing tx timeoutCathy Luo1-3/+9
2016-09-26mwifiex: fix kernel crash for USB chipsetsCathy Luo1-2/+2
2016-09-26mwifiex: cfg80211 set_default_mgmt_key handlerGanapathi Bhat4-0/+31
2016-09-17mwifiex: fix null pointer deference when adapter is nullColin Ian King1-4/+4
2016-09-17mwifiex: fix error handling in mwifiex_create_custom_regdomainBob Copeland1-5/+8
2016-09-14mwifiex: firmware name correction for usb8997 chipsetGanapathi Bhat1-1/+1
2016-09-14mwifiex: Command 7 handling for USB chipsetsGanapathi Bhat2-0/+5
2016-09-14mwifiex: correction in Rx STBC field of htcapinfoAmitkumar Karwar1-1/+1
2016-09-14mwifiex: handle error if IRQ request fails in mwifiex_sdio_of()Amitkumar Karwar1-1/+3
2016-09-14Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-1/+2
2016-09-09Merge branch 'ath-current' into ath-nextKalle Valo1-1/+2
2016-09-09mwifiex: PCIe8997 chip specific handlingAmitkumar Karwar2-31/+18
2016-09-09mwifiex: scan: Simplify codeChristophe Jaillet1-8/+4
2016-09-09mwifiex: add PCIe function level reset supportAmitkumar Karwar4-17/+365
2016-09-09mwifiex: add cfg80211 testmode supportXinming Hu1-0/+83