summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-02-04cfg80211/mac80211: assume CHECKSUM_COMPLETE includes SNAPJohannes Berg1-0/+3
2022-02-01brcmfmac: pcie: Read the console on init and shutdownHector Martin1-0/+4
2022-02-01brcmfmac: fwil: Constify iovar name argumentsHector Martin2-31/+31
2022-02-01brcmfmac: of: Use devm_kstrdup for board_type & check for errorsHector Martin1-2/+5
2022-02-01brcmfmac: pcie: Fix crashes due to early IRQsHector Martin1-3/+13
2022-02-01brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toioHector Martin1-44/+4
2022-02-01brcmfmac: pcie: Declare missing firmware files in pcie.cHector Martin2-1/+7
2022-02-01brcmfmac: firmware: Allocate space for default boardrev in nvramHector Martin1-0/+2
2022-02-01brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error pathHector Martin1-0/+2
2022-02-01rtlwifi: remove redundant initialization of variable ul_encalgoColin Ian King1-1/+1
2022-02-01ray_cs: Check ioremap return valueJiasheng Jiang1-0/+6
2022-01-31cw1200: wsm: make array queue_id_to_wmm_aci static constColin Ian King1-1/+1
2022-01-31wilc1000: use min_t() to make code cleanerChangcheng Deng1-4/+1
2022-01-31rtw88: rtw8821c: enable rfe 6 devicesPing-Ke Shih1-0/+1
2022-01-31rtw88: fix memory overrun and memory leak during hw_scanPo-Hao Huang1-10/+24
2022-01-31rtw88: fix idle mode flow for hw scanPo-Hao Huang4-4/+23
2022-01-31rtw88: check for validity before using a pointerMuhammad Usama Anjum1-0/+8
2022-01-28brcmfmac: add CYW43570 PCIE deviceSoontak Lee2-0/+2
2022-01-28brcmfmac: use ISO3166 country code and 0 rev as fallback on some devicesHans de Goede1-6/+27
2022-01-28rtw89: use pci_read/write_config instead of dbi read/writeChin-Yen Lee1-75/+53
2022-01-28rtw89: refine DIG feature to support 160M and CCK PDJohnson Lin5-7/+44
2022-01-28rtw89: fix maybe uninitialized `qempty` variableÍñigo Huguet1-0/+1
2022-01-28rtw89: include subband type in channel paramsZong-Zhe Yang2-15/+20
2022-01-28rtw89: handle 6G band if supported by a chipsetZong-Zhe Yang3-57/+179
2022-01-28rtw89: separate {init,deinit}_addr_cam functionsPing-Ke Shih3-14/+26
2022-01-28rtw89: set mac_id and port ID to TXWDPing-Ke Shih3-2/+27
2022-01-28rtw89: send broadcast/multicast packets via HIQ if STAs are in sleep modePing-Ke Shih2-3/+6
2022-01-28rtw89: configure mac port HIQ registersPing-Ke Shih2-2/+46
2022-01-28rtw89: rename vif_maintain to role_maintainPing-Ke Shih4-17/+17
2022-01-28rtw89: extend firmware commands on states of sta_assoc and sta_disconnectPing-Ke Shih4-14/+32
2022-01-28rtw89: allocate mac_id for each station in AP modePing-Ke Shih1-0/+5
2022-01-28rtw89: implement mac80211_ops::set_tim to indicate STA to receive packetsPing-Ke Shih3-0/+35
2022-01-28rtw89: add C2H handle of BCN_CNTPing-Ke Shih2-0/+7
2022-01-28rtw89: download beacon content to firmwarePing-Ke Shih3-0/+159
2022-01-28rtw89: use hardware SSN to TX management framePing-Ke Shih3-1/+11
2022-01-28rtw89: configure rx_filter according to FIF_PROBE_REQPing-Ke Shih1-1/+10
2022-01-28rtw89: correct use of BA CAMPing-Ke Shih5-8/+107
2022-01-28rtw89: encapsulate RX handlers to single functionPing-Ke Shih1-15/+17
2022-01-28rtw89: Add RX counters of VHT MCS-10/11 to debugfsPing-Ke Shih1-8/+14
2022-01-28rtw89: remove duplicate definition of hardware port numberPing-Ke Shih4-13/+12
2022-01-28rtw89: extract modules by chipsetZong-Zhe Yang13-60/+131
2022-01-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo31-404/+1091
2022-01-28ath11k: avoid firmware crash when reg set for QCA6390/WCN6855Wen Gong3-8/+24
2022-01-28ath11k: set WMI_PEER_40MHZ while peer assoc for 6 GHzWen Gong1-0/+3
2022-01-28ath9k_htc: fix uninit value bugsPavel Skripkin1-0/+5
2022-01-27mlxsw: spectrum_acl: Allocate default actions for internal TCAM regionsIdo Schimmel2-1/+13
2022-01-27mlxsw: spectrum: Guard against invalid local portsAmit Cohen4-7/+10
2022-01-27mlxsw: core: Consolidate trap groups to a single event groupJiri Pirko4-9/+8
2022-01-27mlxsw: core: Move functions to register/unregister array of traps to core.cJiri Pirko3-49/+58
2022-01-27mlxsw: core: Move basic trap group initialization from spectrum.cJiri Pirko3-31/+21