summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mwifiex: Convert timers to use timer_setup()Kees Cook2017-10-277-24/+18Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0418-0/+18
|\ \ | |/ |/|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0218-0/+18
* | mwifiex: Use put_unaligned_le32Himanshu Jha2017-10-131-6/+4Star
* | mwifiex: double the size of chan_stats array in adapterRohit Fule2017-10-131-1/+4
* | mwifiex: minor cleanups w/ sta_list_spinlock in cfg80211.cDouglas Anderson2017-10-132-9/+11
* | mwifiex: kill useless list_empty checksDouglas Anderson2017-10-134-26/+0Star
* | mwifiex: Random MAC address during scanningKarthik Ananthapadmanabha2017-10-102-4/+7
* | mwifiex: make const array tos_to_ac static, reduces object code sizeColin Ian King2017-09-251-1/+2
* | mwifiex: use get_random_mask_addr() helperGanapathi Bhat2017-09-201-6/+5Star