summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-06ray_cs: use true,false for bool variableJason Yan1-2/+1
2020-05-06rtlwifi: use true,false for bool variable in rtl_init_rfkill()Jason Yan1-1/+1
2020-05-06ipw2x00: Remove a memory allocation failure log messageChristophe JAILLET1-3/+1
2020-05-06rtw88: Use udelay instead of usleep in atomic contextKai-Heng Feng1-3/+3
2020-05-04brcmfmac: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-13/+8
2020-05-04brcmfmac: remove comparison to bool in brcmf_fws_attach()Jason Yan1-1/+1
2020-05-04brcmfmac: add vendor ie for association responsesRyohei Kondo2-0/+18
2020-05-04brcmfmac: only generate random p2p address when neededChi-Hsien Lin1-2/+16
2020-05-04brcmfmac: p2p cert 6.1.9-support GOUT handling p2p presence requestMadhan Mohan R1-1/+8
2020-05-04brcmfmac: remove arp_hostip_clear from brcmf_netdev_stopWright Feng1-3/+0
2020-05-04brcmfmac: keep apsta enabled when AP starts with MCHAN featureWright Feng1-1/+2
2020-05-04rtw88: fix spelling mistake "fimrware" -> "firmware"Colin Ian King1-2/+2
2020-05-04rtw88: 8822c: update phy parameter tables to v50Yan-Hsuan Chuang4-226/+14443
2020-05-04Merge tag 'iwlwifi-next-for-kalle-2020-04-24-2' of git://git.kernel.org/pub/s...Kalle Valo37-354/+799
2020-04-28rtw88: fix sparse warnings for download firmware routineYan-Hsuan Chuang1-2/+4
2020-04-24iwlwifi: debug: set NPK buffer in context infoGil Adam2-30/+43
2020-04-24iwlwifi: pcie: add new structs for So devices with long latencyLuca Coelho3-5/+27
2020-04-24iwlwifi: pcie: add new structure for Qu devices with medium latencyLuca Coelho3-9/+23
2020-04-24iwlwifi: mvm: tell firmware about required LTR delayJohannes Berg4-9/+36
2020-04-24iwlwifi: update few product names in AX familyIhab Zhaika1-4/+4
2020-04-24iwlwifi: pcie: add cfgs for SoCs with device ID 0x4FD0Luca Coelho1-0/+14
2020-04-24iwlwifi: add new cards for AX familyIhab Zhaika3-4/+25
2020-04-24iwlwifi: acpi: read TAS table from ACPI and send it to the FWMordechay Goodstein6-0/+149
2020-04-24iwlwifi: remove fw_monitor module parameterEmmanuel Grumbach3-20/+1
2020-04-24iwlwifi: remove deprecated and unused iwl_mvm_keyinfo structLuca Coelho1-26/+0
2020-04-24iwlwifi: mvm: add framework for specific phy configurationGil Adam3-6/+91
2020-04-24iwlwifi: pcie: move iwl_pcie_ctxt_info_alloc_dma() to userJohannes Berg2-16/+15
2020-04-24iwlwifi: yoyo: support IWL_FW_INI_TIME_POINT_HOST_ALIVE_TIMEOUT time pointShahar S Matityahu1-14/+28
2020-04-24iwlwifi: mvm: add DCM flag to rate pretty-printJohannes Berg1-1/+2
2020-04-24iwlwifi: pcie: gen2: minor code cleanups in byte table updateJohannes Berg1-3/+5
2020-04-24iwlwifi: pcie: add n_window/ampdu to tx_queue debugfsJohannes Berg1-2/+3
2020-04-24iwlwifi: pcie: use seq_file for tx_queue debugfs fileJohannes Berg1-32/+89
2020-04-24iwlwifi: support version 9 of WOWLAN_GET_STATUS notificationMordechay Goodstein2-10/+58
2020-04-24iwlwifi: dbg: support multiple dumps in legacy dump flowShahar S Matityahu4-51/+72
2020-04-24iwlwifi: move API version lookup to common codeMordechay Goodstein9-53/+118
2020-04-24iwlwifi: nvm: use iwl_nl80211_band_from_channel_idxTova Mussai1-2/+1
2020-04-24iwlwifi: scan: remove support for fw scan api v13Tova Mussai2-62/+0
2020-04-23rtw88: 8723d: initialize mac/bb/rf basic functionsPing-Ke Shih4-0/+162
2020-04-23rtw88: 8723d: Organize chip TX/RX FIFOPing-Ke Shih4-46/+154
2020-04-23rtw88: 8723d: implement set_tx_power_index opsPing-Ke Shih1-0/+61
2020-04-23rtw88: 8723d: 11N chips don't support H2C queuePing-Ke Shih2-13/+28
2020-04-23rtw88: decompose while(1) loop of power sequence polling commandPing-Ke Shih1-34/+38
2020-04-23rtw88: 8723d: Add mac power-on/-off functionPing-Ke Shih2-9/+61
2020-04-23rtw88: no need to send additional information to legacy firmwarePing-Ke Shih1-0/+6
2020-04-23rtw88: add legacy firmware download for 8723D devicesPing-Ke Shih9-11/+252
2020-04-23wlcore: Adding suppoprt for IGTK key in wlcore driverRaz Bouganim2-0/+5
2020-04-21rtw88: set power trim according to efuse PG valuesTzu-En Huang4-0/+166
2020-04-21rtw88: 8723d: Add read_efuse to recognize efuse info from mapPing-Ke Shih2-0/+82
2020-04-21rtw88: 8723d: Add new chip op efuse_grant() to control efuse accessPing-Ke Shih4-0/+39
2020-04-21rtw88: 8723d: Add cfg_ldo25 to control LDO25Ping-Ke Shih3-1/+21