summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-10-07cfg80211: Update Transition Disable policy during port authorizationVinayak Yadawad1-1/+1
2022-10-05wifi: atmel: Avoid clashing function prototypesKees Cook1-84/+80
2022-10-05wifi: rtw89: add to dump TX FIFO 0/1 for 8852CPing-Ke Shih3-0/+27
2022-10-05wifi: rtw89: 8852c: set pin MUX to enable BT firmware logPing-Ke Shih2-0/+7
2022-10-05wifi: rtw89: phy: ignore warning of bb gain cfg_type 4Ping-Ke Shih1-0/+6
2022-10-05wifi: rtw89: 8852c: update BB parameters to v28Ping-Ke Shih1-109/+879
2022-10-05wifi: rtw89: 8852c: rfk: correct miscoding delay of DPKPing-Ke Shih1-1/+1
2022-10-05wifi: rtw89: 8852c: correct set of IQK backup registersPing-Ke Shih1-2/+1
2022-10-05brcmfmac: Fix AP interface delete issuePrasanna Kerekoppa1-11/+90
2022-10-05brcmfmac: support station interface creation version 1, 2 and 3Wright Feng1-24/+124
2022-10-05brcmfmac: add creating station interface supportWright Feng2-12/+70
2022-10-04brcmfmac: dump dongle memory when attaching failedWright Feng2-4/+9
2022-10-04brcmfmac: return error when getting invalid max_flowrings from dongleWright Feng1-0/+4
2022-10-04brcmfmac: add a timer to read console periodically in PCIE busWright Feng3-2/+131
2022-10-04brcmfmac: Fix authentication latency caused by OBSS stats surveyRamesh Rangavittal1-0/+6
2022-10-04brcmfmac: fix CERT-P2P:5.1.10 failureDouble Lo1-1/+1
2022-10-04brcmfmac: fix firmware trap while dumping obss statsWright Feng1-21/+17
2022-10-04brcmfmac: Add dump_survey cfg80211 ops for HostApd AutoChannelSelectionWright Feng3-2/+261
2022-10-04wifi: rtl8xxxu: gen2: Turn on the rate controlBitterblue Smith1-6/+2
2022-10-04wifi: rtl8xxxu: Support new chip RTL8188FUBitterblue Smith9-25/+1874
2022-10-04wifi: rtw89: 8852be: add 8852BE PCI entryPing-Ke Shih2-0/+66
2022-10-04wifi: rtw89: 8852b: add chip_ops to read phy capPing-Ke Shih2-0/+188
2022-10-04wifi: rtw89: 8852b: add chip_ops to read efusePing-Ke Shih2-0/+181
2022-10-04wifi: rtw89: 8852b: add chip_ops::set_txpwrPing-Ke Shih4-1/+218
2022-10-04wifi: rtw89: debug: txpwr_table considers signZong-Zhe Yang1-4/+8
2022-10-04wifi: rtw89: phy: make generic txpwr setting functionsZong-Zhe Yang7-304/+184
2022-10-04wifi: rtw89: 8852b: add tables for RFKPing-Ke Shih2-0/+856
2022-10-04wifi: rtw89: 8852b: add BB and RF tables (2 of 2)Ping-Ke Shih1-0/+9628
2022-10-04wifi: rtw89: 8852b: add BB and RF tables (1 of 2)Ping-Ke Shih2-0/+13279
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski215-2274/+8704
2022-09-30net/mlx5e: Clean up and fix error flows in mlx5e_alloc_rqMaxim Mikityanskiy1-5/+7
2022-09-30net/mlx5e: Move repeating clear_bit in mlx5e_rx_reporter_err_rq_cqe_recoverMaxim Mikityanskiy1-5/+2
2022-09-30net/mlx5e: Split out channel (de)activation in rx_resMaxim Mikityanskiy1-53/+53
2022-09-30net/mlx5e: xsk: Remove mlx5e_xsk_page_alloc_poolMaxim Mikityanskiy2-13/+5
2022-09-30net/mlx5e: Convert struct mlx5e_alloc_unit to a unionMaxim Mikityanskiy4-32/+30
2022-09-30net/mlx5e: Remove DMA address from mlx5e_alloc_unitMaxim Mikityanskiy3-25/+40
2022-09-30net/mlx5e: Rename mlx5e_dma_info to prepare for removal of DMA addressMaxim Mikityanskiy5-111/+123
2022-09-30net/mlx5e: Optimize the page cache reducing its size 2xMaxim Mikityanskiy3-8/+6
2022-09-30net/mlx5e: Fix calculations for ICOSQ sizeMaxim Mikityanskiy1-1/+13
2022-09-30net/mlx5e: xsk: Use KSM for unaligned XSKMaxim Mikityanskiy8-100/+185
2022-09-30net/mlx5: Add MLX5_FLEXIBLE_INLEN to safely calculate cmd inlenMaxim Mikityanskiy1-0/+30
2022-09-30net/mlx5e: Keep a separate MKey for striding RQMaxim Mikityanskiy2-10/+13
2022-09-30net/mlx5e: xsk: Use XSK frame size as striding RQ page sizeMaxim Mikityanskiy1-6/+31
2022-09-30net/mlx5e: Use runtime page_shift for striding RQMaxim Mikityanskiy7-94/+240
2022-09-30net: stmmac: add a parse for new property 'snps,clk-csr'Jianguo Zhang1-1/+2
2022-09-30net/mlx5: Fix spelling mistake "syndrom" -> "syndrome"Colin Ian King1-1/+1
2022-09-30net: bna: Fix spelling mistake "muliple" -> "multiple"Colin Ian King1-1/+1
2022-09-30ibmveth: Ethtool set queue supportNick Child1-29/+120
2022-09-30ibmveth: Implement multi queue on xmitNick Child2-31/+43
2022-09-30ibmveth: Copy tx skbs into a premapped bufferNick Child2-133/+74