summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "mwifiex: restructure rx_reorder_tbl_lock usage"Brian Norris2018-12-133-53/+51
* mwifex: free rx_cmd skb in suspended stateGanapathi Bhat2018-08-311-0/+6
* mwifiex: do no submit URB in suspended stateGanapathi Bhat2018-08-311-0/+7
* mwifiex: Fix skipped vendor specific IEsRoman Stratiienko2018-07-311-1/+7
* mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat2018-07-3115-72/+91
* mwifiex: restructure rx_reorder_tbl_lock usageGanapathi Bhat2018-07-313-51/+53
* mwifiex: replace rx_pkt_lock by rx_reorder_tbl_lockGanapathi Bhat2018-07-313-13/+10
* Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...David S. Miller2018-07-242-33/+33
|\
| * wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-271-7/+7
| * 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/+2
|\ \
| * | 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/+0
| |/
* / 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/+0
* 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/+0
* 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/+1
* mwifiex: correct antenna number with high bits reservedXinming Hu2018-03-131-1/+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/+0
* 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/+0
* mwifiex: do not transmit in 11N rates when connected in TKIP securityGanapathi Bhat2017-10-301-1/+2
* mwifiex: Convert timers to use timer_setup()Kees Cook2017-10-277-24/+18