summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-13rtlwifi: rtl8723ae: Make rtl8723e_dm_refresh_rate_adaptive_mask staticYueHaibing1-1/+1
2019-04-13rtlwifi: Convert the wake_match variable to localLarry Finger6-28/+39
2019-04-13rtlwifi: Fix duplicate tests of one of the RX descriptorsLarry Finger3-3/+3
2019-04-13brcmfmac: fix leak of mypkt on error return pathColin Ian King1-5/+3
2019-04-13brcmfmac: Loading the correct firmware for brcm43456Ondrej Jirman1-1/+3
2019-04-13brcmfmac: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2019-04-13Merge tag 'iwlwifi-next-for-kalle-2019-04-03' of git://git.kernel.org/pub/scm...Kalle Valo25-263/+403
2019-04-04qtnfmac: replace qtnf_cmd_acl_data_size() with struct_size()Gustavo A. R. Silva1-11/+4
2019-04-04rtlwifi: move spin_lock_bh to spin_lock in taskletJeff Xie1-3/+3
2019-04-04rtlwifi: fix potential NULL pointer dereferencePing-Ke Shih6-0/+14
2019-04-04rtlwifi: fix a potential NULL pointer dereferenceKangjie Lu1-0/+5
2019-04-04mwifiex: add a bounds check in mwifiex_process_sta_rx_packet()Dan Carpenter1-1/+2
2019-04-04mwifiex: Fix mem leak in mwifiex_tm_cmdYueHaibing1-1/+5
2019-04-04net: mwifiex: fix a NULL pointer dereferenceKangjie Lu1-0/+6
2019-04-04iwlegacy: remove redundant assignment to *resColin Ian King1-1/+0
2019-04-04b43: shut up clang -Wuninitialized variable warningArnd Bergmann1-3/+3
2019-04-04brcmfmac: fix missing checks for kmemdupKangjie Lu1-0/+4
2019-04-04brcmfmac: convert dev_init_lock mutex to completionPiotr Figiel1-9/+8
2019-04-04brcmfmac: fix Oops when bringing up interface during USB disconnectPiotr Figiel1-3/+7
2019-04-04brcmfmac: remove unused variable i from brcmf_usb_free_qPiotr Figiel1-2/+0
2019-04-04brcmfmac: remove pending parameter from brcmf_usb_free_qPiotr Figiel1-9/+6
2019-04-04brcmfmac: fix race during disconnect when USB completion is in progressPiotr Figiel1-2/+8
2019-04-04brcmfmac: fix NULL pointer derefence during USB disconnectPiotr Figiel7-13/+40
2019-04-04brcmfmac: fix WARNING during USB disconnect in case of unempty psqPiotr Figiel1-18/+24
2019-04-04brcmfmac: reset PCIe bus on a firmware crashRafał Miłecki4-0/+59
2019-04-04brcmfmac: add a function designated for handling firmware failsRafał Miłecki4-3/+15
2019-04-04brcmfmac: support repeated brcmf_fw_alloc_request() callsRafał Miłecki1-0/+1
2019-04-04qtnfmac: use scan duration param for different scan typesIgor Mitsyanko2-11/+49
2019-04-04qtnfmac: send EAPOL frames via control pathIgor Mitsyanko10-25/+89
2019-04-04qtnfmac: allow changing the netnsSergey Matyukevich1-1/+2
2019-04-04qtnfmac: simplify firmware state trackingSergey Matyukevich4-15/+30
2019-04-04qtnfmac: fix core attach error path in pcie backendSergey Matyukevich4-39/+34
2019-04-04qtnfmac: update bands information on CHANGE_INTF commandIgor Mitsyanko1-2/+19
2019-04-04qtnfmac: pass DFS region to firmware on region updateIgor Mitsyanko2-2/+19
2019-04-04qtnfmac: allow each MAC to specify its own regulatory rulesIgor Mitsyanko7-156/+156
2019-04-04qtnfmac: flexible regulatory domain registration logicIgor Mitsyanko1-5/+14
2019-04-04qtnfmac: pass complete channel info in regulatory notifierIgor Mitsyanko3-31/+76
2019-04-04qtnfmac: include full channels info to regulatory notifierIgor Mitsyanko2-1/+27
2019-04-04qtnfmac: simplify error reporting in regulatory notifierIgor Mitsyanko1-10/+2
2019-04-04qtnfmac: make regulatory notifier work on per-phy basisIgor Mitsyanko3-30/+13
2019-04-03iwlwifi: remove misconfigured pci ids from 22260 seriesIhab Zhaika1-4/+1
2019-04-03iwlwifi: mvm: support HE context cmd API changeSara Sharon3-2/+90
2019-04-03iwlwifi: set 512 TX queue slots for AX210 devicesShaul Triebitz3-3/+9
2019-04-03iwlwifi: mvm: use correct GP2 register address for 22000 familyAvraham Stern7-12/+23
2019-04-03iwlwifi: dbg: fill radio registers data regardless of fifos data dumpingShahar S Matityahu1-2/+3
2019-04-03iwlwifi: pcie: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-19/+6
2019-04-03iwlwifi: mvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman5-95/+38
2019-04-03iwlwifi: mvm: remove buggy and unnecessary hw_queue initializationJohannes Berg1-33/+3
2019-04-03iwlwifi: dbg_ini: apply rx fifo offset after reading the region registersShahar S Matityahu1-2/+6
2019-04-03iwlwifi: dbg_ini: remove redundant type argument from iwl_dump_ini_memShahar S Matityahu1-16/+12