summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wifi: wilc1000: fix RCU usage in connect pathAlexis Lothoré2024-01-121-12/+24
* wifi: wilc1000: fix declarations orderingAlexis Lothoré2024-01-121-4/+4
* wifi: b43: Disable QoS for bcm4331Rahul Rameshbabu2024-01-101-1/+2
* wifi: b43: Stop correct queue in DMA worker when QoS is disabledRahul Rameshbabu2024-01-101-6/+7
* wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabledRahul Rameshbabu2024-01-101-3/+3
* wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabledRahul Rameshbabu2024-01-102-2/+18
* wifi: rtl8xxxu: Fix off by one initial RTS rateBitterblue Smith2024-01-101-4/+3
* wifi: rtl8xxxu: Fix LED control code of RTL8192FUBitterblue Smith2024-01-102-9/+38
* wifi: rtl8xxxu: declare concurrent mode support for 8188fMartin Kaistra2024-01-103-0/+21
* wifi: rtl8xxxu: make supporting AP mode only on port 0 transparentMartin Kaistra2024-01-101-2/+89
* wifi: rtl8xxxu: add hw crypto support for AP modeMartin Kaistra2024-01-103-10/+44
* wifi: rtl8xxxu: remove obsolete priv->vifMartin Kaistra2024-01-102-7/+0
* wifi: rtl8xxxu: add macids for STA modeMartin Kaistra2024-01-102-1/+18
* wifi: rtl8xxxu: support multiple interface in start_ap()Martin Kaistra2024-01-101-1/+2
* wifi: rtl8xxxu: support multiple interfaces in bss_info_changed()Martin Kaistra2024-01-101-3/+5
* wifi: rtl8xxxu: support multiple interfaces in {add,remove}_interface()Martin Kaistra2024-01-102-22/+34
* wifi: rtl8xxxu: support multiple interfaces in watchdog_callback()Martin Kaistra2024-01-101-8/+11
* wifi: rtl8xxxu: support multiple interfaces in configure_filter()Martin Kaistra2024-01-101-2/+2
* wifi: rtl8xxxu: support multiple interfaces in update_beacon_work_callback()Martin Kaistra2024-01-101-1/+1
* wifi: rtl8xxxu: support multiple interfaces in set_aifs()Martin Kaistra2024-01-101-2/+8
* wifi: rtl8xxxu: support setting bssid register for multiple interfacesMartin Kaistra2024-01-101-4/+14
* wifi: rtl8xxxu: don't parse CFO, if both interfaces are connected in STA modeMartin Kaistra2024-01-101-0/+10
* wifi: rtl8xxxu: extend check for matching bssid to both interfacesMartin Kaistra2024-01-101-8/+14
* wifi: rtl8xxxu: extend wifi connected check to both interfacesMartin Kaistra2024-01-101-11/+9
* wifi: rtl8xxxu: support setting mac address register for both interfacesMartin Kaistra2024-01-101-6/+14
* wifi: rtl8xxxu: 8188e: convert usage of priv->vif to priv->vifs[0]Martin Kaistra2024-01-101-1/+1
* wifi: rtl8xxxu: support setting linktype for both interfacesMartin Kaistra2024-01-101-15/+22
* wifi: rtl8xxxu: prepare supporting two virtual interfacesMartin Kaistra2024-01-102-3/+9
* wifi: rtl8xxxu: remove assignment of priv->vif in rtl8xxxu_bss_info_changed()Martin Kaistra2024-01-101-1/+0
* wifi: rtw88: 8822ce: refine power parameters for RFE type 5Ping-Ke Shih2024-01-102-0/+7
* wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify"Colin Ian King2024-01-101-2/+2
* wifi: rtw89: phy: set channel_info for WiFi 7 chipsPing-Ke Shih2024-01-104-0/+34
* wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chipsPing-Ke Shih2024-01-104-0/+164
* wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chipsPing-Ke Shih2024-01-104-3/+55
* wifi: rtw89: phy: ignore special data from BB parameter filePing-Ke Shih2024-01-102-0/+3
* wifi: rtw89: 8922a: update the register used in DIG and the DIG flowCheng-Chieh Hsieh2024-01-103-1/+34
* wifi: rtw89: 8922a: set RX gain along with set_channel operationChung-Hsuan Hung2024-01-101-0/+184
* wifi: rtw89: phy: add parser to support RX gain dynamic setting flowChung-Hsuan Hung2024-01-104-5/+281
* wifi: rtw89: phy: move bb_gain_info used by WiFi 6 chips to unionPing-Ke Shih2024-01-105-10/+12
* wifi: rtw89: 8851b: update TX power tables to R37Zong-Zhe Yang2024-01-101-36/+36
* wifi: rtw89: 8852b: update TX power tables to R36Zong-Zhe Yang2024-01-101-71/+71
* wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BEChin-Yen Lee2024-01-102-2/+68
* Revert "mlx5 updates 2023-12-20"Jakub Kicinski2024-01-0740-1320/+192
* Revert "net: stmmac: Enable Per DMA Channel interrupt"Jakub Kicinski2024-01-079-90/+40
* ipvlan: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-071-6/+6
* ipvlan: Fix a typo in a commentChristophe JAILLET2024-01-071-1/+1
* net/sched: Remove ipt action testsJamal Hadi Salim2024-01-071-243/+0
* Merge branch 'stmmac-per-dma-channel-interrupt'David S. Miller2024-01-079-40/+90
|\
| * net: stmmac: Use interrupt mode INTM=1 for per channel irqSwee Leong Ching2024-01-072-13/+22
| * net: stmmac: Add support for TX/RX channel interruptSwee Leong Ching2024-01-071-0/+28