aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller4-38/+69
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-53/+51
2018-12-13mwifiex: add NL80211_STA_INFO_RX_BITRATE supportBrian Norris2-5/+34
2018-12-13mwifiex: refactor mwifiex_parse_htinfo() for reuseBrian Norris1-17/+19
2018-12-13mwifiex: debugfs: correct histogram spacing, formattingBrian Norris1-8/+6
2018-12-13mwifiex: fix potential NULL dereference and use after freePan Bian1-8/+10
2018-12-13Revert "mwifiex: restructure rx_reorder_tbl_lock usage"Brian Norris3-53/+51
2018-11-06mwifiex: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-06libertas: remove set but not used variable 'int_type'YueHaibing1-3/+1
2018-10-13libertas: return errno from lbs_add_card()Lubomir Rintel5-14/+20
2018-10-13libertas: don't set URB_ZERO_PACKET on IN USB transferLubomir Rintel1-2/+0
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2018-10-10libertas: call into generic suspend code before turning off powerDaniel Mack1-0/+4
2018-08-31mwifex: free rx_cmd skb in suspended stateGanapathi Bhat1-0/+6
2018-08-31mwifiex: do no submit URB in suspended stateGanapathi Bhat1-0/+7
2018-08-31libertas_tf: prevent underflow in process_cmdrequest()Dan Carpenter1-2/+3
2018-07-31mwifiex: Fix skipped vendor specific IEsRoman Stratiienko1-1/+7
2018-07-31mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat15-72/+91
2018-07-31mwifiex: restructure rx_reorder_tbl_lock usageGanapathi Bhat3-51/+53
2018-07-31mwifiex: replace rx_pkt_lock by rx_reorder_tbl_lockGanapathi Bhat3-13/+10
2018-07-23Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller7-53/+71
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-5/+2
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-07-04libertas: fix suspend and resume for SDIO connected cardsDaniel Mack2-6/+25
2018-06-27libertas: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-4/+3
2018-06-27libertas_tf: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-4/+4
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2-13/+13
2018-06-27mwifiex: uap: do not chok ethernet header in bridge pathXinming Hu1-26/+26
2018-06-24mwifiex: handle race during mwifiex_usb_disconnectGanapathi Bhat1-2/+2
2018-06-24Revert "mwifiex: handle race during mwifiex_usb_disconnect"Ganapathi Bhat1-3/+0
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-6/+7
2018-05-29mwifiex: reserve passive scan time for radar channelXinming Hu1-3/+6
2018-05-29mwifiex: increase log level for internal scan fail resultXinming Hu1-1/+1
2018-05-29mwifiex: mark expected switch fall-throughsGustavo A. R. Silva2-0/+5
2018-05-29mwifiex: skip sending GT_REKEY_OFFLOAD_CFG if firmware has no supportGanapathi Bhat3-1/+21
2018-05-29mwifiex: handle race during mwifiex_usb_disconnectGanapathi Bhat1-0/+3
2018-05-29mwifiex: avoid exporting mwifiex_send_cmdGanapathi Bhat4-4/+10
2018-05-23mwifiex: support sysfs initiated device coredumpArend Van Spriel5-32/+43
2018-05-23mwifiex: correct histogram data with appropriate indexXinming Hu1-3/+5
2018-05-12wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen1-9/+16
2018-05-09mwifiex: increase TX threashold to avoid TX timeout during ED MAC testGanapathi Bhat1-2/+2
2018-05-09mwifiex: delete unneeded includeJulia Lawall1-1/+0
2018-04-30mwifiex: keep user configured mac address during changing virtual interfaceXinming Hu1-1/+4
2018-04-30mwifiex: always configure firmware mac address during changing virtual interfaceXinming Hu1-4/+0
2018-04-30mwifiex: make firmware mac address consistent with host configurationXinming Hu3-19/+26
2018-04-30mwifiex: fix mwifiex_hard_start_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-04-25mwifiex: pcie: tighten a check in mwifiex_pcie_process_event_ready()Dan Carpenter1-1/+2
2018-04-25mwifiex: uap: support cfg80211 ignore_broadcast_ssid=2Xinming Hu1-1/+2
2018-04-25mwifiex: uap: filter duplicate ERP IEXinming Hu1-0/+1