summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...David S. Miller2018-07-247-53/+71
|\
| * libertas: fix suspend and resume for SDIO connected cardsDaniel Mack2018-07-042-6/+25
| * libertas: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-271-4/+3Star
| * libertas_tf: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-271-4/+4
| * wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-272-13/+13
| * mwifiex: uap: do not chok ethernet header in bridge pathXinming Hu2018-06-271-26/+26
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-5/+2Star
|\ \
| * | mwifiex: handle race during mwifiex_usb_disconnectGanapathi Bhat2018-06-241-2/+2
| * | Revert "mwifiex: handle race during mwifiex_usb_disconnect"Ganapathi Bhat2018-06-241-3/+0Star
| |/
* / net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
|/
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-6/+7
* mwifiex: reserve passive scan time for radar channelXinming Hu2018-05-291-3/+6
* mwifiex: increase log level for internal scan fail resultXinming Hu2018-05-291-1/+1
* mwifiex: mark expected switch fall-throughsGustavo A. R. Silva2018-05-292-0/+5
* mwifiex: skip sending GT_REKEY_OFFLOAD_CFG if firmware has no supportGanapathi Bhat2018-05-293-1/+21
* mwifiex: handle race during mwifiex_usb_disconnectGanapathi Bhat2018-05-291-0/+3
* mwifiex: avoid exporting mwifiex_send_cmdGanapathi Bhat2018-05-294-4/+10
* mwifiex: support sysfs initiated device coredumpArend Van Spriel2018-05-235-32/+43
* mwifiex: correct histogram data with appropriate indexXinming Hu2018-05-231-3/+5
* wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen2018-05-121-9/+16
* mwifiex: increase TX threashold to avoid TX timeout during ED MAC testGanapathi Bhat2018-05-091-2/+2
* mwifiex: delete unneeded includeJulia Lawall2018-05-091-1/+0Star
* mwifiex: keep user configured mac address during changing virtual interfaceXinming Hu2018-04-301-1/+4
* mwifiex: always configure firmware mac address during changing virtual interfaceXinming Hu2018-04-301-4/+0Star
* mwifiex: make firmware mac address consistent with host configurationXinming Hu2018-04-303-19/+26
* mwifiex: fix mwifiex_hard_start_xmit()'s return typeLuc Van Oostenryck2018-04-301-1/+1
* mwifiex: pcie: tighten a check in mwifiex_pcie_process_event_ready()Dan Carpenter2018-04-251-1/+2
* mwifiex: uap: support cfg80211 ignore_broadcast_ssid=2Xinming Hu2018-04-251-1/+2
* mwifiex: uap: filter duplicate ERP IEXinming Hu2018-04-251-0/+1
* mwifiex: remove warnings in mwifiex_cmd_append_11n_tlv()Ganapathi Bhat2018-03-271-4/+6
* mwifiex: get_channel from firmwareGanapathi Bhat2018-03-137-16/+117
* mwifiex: fix incorrect ht capability problemGanapathi Bhat2018-03-131-0/+30
* Revert "mwifiex: fix incorrect ht capability problem"Ganapathi Bhat2018-03-131-43/+1Star
* mwifiex: correct antenna number with high bits reservedXinming Hu2018-03-131-1/+2
* net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap2018-03-131-2/+2
* mwifiex: set different mac address for interfaces with same bss typeXinming Hu2018-02-272-5/+32
* mwifiex: resolve reset vs. remove()/shutdown() deadlocksBrian Norris2018-01-161-1/+4
* Revert "mwifiex: cancel pcie/sdio work in remove/shutdown handler"Brian Norris2018-01-162-4/+0Star
* mwifiex: cancel pcie/sdio work in remove/shutdown handlerXinming Hu2018-01-082-0/+4
* mwifiex: debugfs: trigger device dump for usb interfaceXinming Hu2018-01-084-8/+21
* mwifiex: device dump support for usb interfaceXinming Hu2018-01-084-0/+82
* mwifiex: refactor device dump code to make it generic for usb interfaceXinming Hu2018-01-085-57/+79
* mwifiex: cfg80211: do not change virtual interface during scan processingLimin Zhu2017-12-071-0/+6
* mwifiex: do not support change AP interface to station modeXinming Hu2017-12-071-1/+0Star
* mwl8k: Expand non-DFS 5G channelsWeixiao Zhang2017-12-071-1/+6
* Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller2017-11-0413-50/+38Star
|\
| * mwifiex: do not transmit in 11N rates when connected in TKIP securityGanapathi Bhat2017-10-301-1/+2
| * libertas: don't write wdev->ssid/_lenJohannes Berg2017-10-301-3/+0Star
| * libertas: Convert timers to use timer_setup()Kees Cook2017-10-274-22/+18Star