summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * wifi: ath11k: save power spectral density(PSD) of regulatory ruleWen Gong2024-01-141-5/+13
| * wifi: ath11k: update regulatory rules when connect to AP on 6 GHz band for st...Wen Gong2024-01-141-0/+18
| * wifi: ath11k: update regulatory rules when interface addedWen Gong2024-01-143-0/+15
| * wifi: ath11k: fix a possible dead lock caused by ab->base_lockBaochen Qiang2024-01-141-5/+5
| * wifi: ath11k: store cur_regulatory_info for each radioWen Gong2024-01-145-127/+207
| * wifi: ath11k: add support to select 6 GHz regulatory typeWen Gong2024-01-143-17/+62
| * wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc()Dmitry Antipov2024-01-111-35/+34
| * wifi: ath11k: fix IOMMU errors on buffer ringsZhenghao Gu2024-01-112-5/+34
| * wifi: ath12k: Make QMI message rules constJeff Johnson2023-12-201-32/+32
| * wifi: ath12k: support default regdb while searching board-2.bin for WCN7850Baochen Qiang2023-12-181-13/+40
| * wifi: ath12k: add support to search regdb data in board-2.bin for WCN7850Wen Gong2023-12-184-27/+92
| * wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXTWen Gong2023-12-181-1/+0
| * wifi: ath12k: add fallback board name without variant while searching board-2...Wen Gong2023-12-181-7/+41
| * wifi: ath12k: add string type to search board data in board-2.bin for WCN7850Wen Gong2023-12-183-6/+44
| * wifi: ath10k: remove duplicate memset() in 10.4 TDLS peer updateJeff Johnson2023-12-181-2/+0
| * wifi: ath10k: use flexible array in struct wmi_tdls_peer_capabilitiesJeff Johnson2023-12-181-1/+7
| * wifi: ath10k: remove unused template structsJeff Johnson2023-12-181-24/+0
| * wifi: ath10k: remove struct wmi_pdev_chanlist_update_eventJeff Johnson2023-12-181-7/+0
| * wifi: ath10k: use flexible arrays for WMI start scan TLVsJeff Johnson2023-12-182-13/+6
| * wifi: ath10k: use flexible array in struct wmi_host_mem_chunksJeff Johnson2023-12-181-1/+4
| * wifi: ath9k: fix LNA selection in ath_ant_try_scan()Dmitry Antipov2023-12-181-1/+1
| * wifi: ath9k: Convert to platform remove callback returning voidUwe Kleine-König2023-12-181-4/+2
| * wifi: ath9k: delete some unused/duplicate macrosWenli Looi2023-12-182-13/+0
| * wifi: ath11k: refactor ath11k_wmi_tlv_parse_alloc()Dmitry Antipov2023-12-183-40/+39
| * wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_...Xingyuan Mo2023-12-181-0/+4
* | wifi: iwlwifi: add support for a wiphy_work rx handlerMiri Korenblit2024-01-263-11/+54
* | wifi: iwlwifi: implement can_activate_links callbackMiri Korenblit2024-01-261-8/+10
* | wifi: iwlwifi: bump FW API to 87 for AX/BZ/SC devicesGregory Greenman2024-01-263-3/+3
* | wifi: iwlwifi: mvm: introduce PHY_CONTEXT_CMD_API_VER_5Emmanuel Grumbach2024-01-262-3/+15
* | wifi: iwlwifi: skip affinity setting on non-SMPBenjamin Berg2024-01-261-0/+2
* | wifi: iwlwifi: nvm-parse: advertise common packet paddingJohannes Berg2024-01-261-3/+11
* | wifi: iwlwifi: change link id in time event to s8Miri Korenblit2024-01-262-5/+5
* | wifi: iwlwifi: remove retry loops in startJohannes Berg2024-01-263-31/+10
* | wifi: iwlwifi: mvm: limit EHT 320 MHz MCS for STEP URMJohannes Berg2024-01-264-1/+16
* | wifi: iwlwifi: disable 160 MHz based on subsystem device IDMukesh Sisodiya2024-01-263-1/+7
* | wifi: iwlwifi: make TB reallocation a debug messageJohannes Berg2024-01-261-3/+4
* | wifi: iwlwifi: Add support for new 802.11be deviceMukesh Sisodiya2024-01-266-3/+40
* | wifi: iwlwifi: add kunit test for devinfo orderingJohannes Berg2024-01-268-2/+110
* | wifi: mac80211_hwsim: advertise 15 simultaneous linksJohannes Berg2024-01-261-3/+5
* | wifi: mac80211_hwsim: advertise AP-side EMLSR/EMLMR capaJohannes Berg2024-01-261-0/+2
* | wifi: mac80211_hwsim: Declare support for negotiated TTLMIlan Peer2024-01-261-0/+27
* | wifi: mac80211_hwsim: handle BSS_CHANGED_MLD_TTLMAyala Beker2024-01-261-1/+1
* | wifi: mac80211_hwsim: handle TID to link mapping neg requestAyala Beker2024-01-261-0/+19
* | tsnep: Add link down PHY loopback supportGerhard Engleder2024-01-251-1/+3
* | gve: Modify rx_buf_alloc_fail counter centrally and closer to failureAnkit Garg2024-01-251-8/+11
* | Merge tag 'wireless-next-2024-01-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-01-2582-1392/+4612
|\ \
| * | wifi: iwlegacy: Use kcalloc() instead of kzalloc()Erick Archer2024-01-231-3/+1
| * | wifi: rtw89: fix disabling concurrent mode TX hang issueChih-Kang Chang2024-01-231-1/+1
| * | wifi: rtw89: fix HW scan timeout due to TSF sync issueChih-Kang Chang2024-01-233-7/+17
| * | wifi: rtw89: add wait/completion for abort scanPo-Hao Huang2024-01-235-9/+56