summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* net: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-2/+1
* Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-02-272-1/+2
|\
| * wifi: mt76: usb: fix use-after-free in mt76u_free_rx_queueLorenzo Bianconi2023-02-261-0/+1
| * wifi: ath11k: allow system suspend to survive ath11kLen Brown2023-02-221-1/+1
* | Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-271-1/+1
|\ \
| * \ Merge tag 'qcom-drivers-for-6.3-2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2023-02-131-1/+1
| |\ \
| | * | firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman2023-02-081-1/+1
* | | | Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-242-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| | | |
| | \ \
| *-. \ \ Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel2023-02-182-3/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | | * | iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe2023-01-252-3/+3
| | |/ /
* | | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-21268-2751/+61656
|\ \ \ \
| * | | | wifi: rtl8xxxu: add LEDS_CLASS dependencyArnd Bergmann2023-02-171-0/+1
| * | | | wifi: iwlegacy: avoid fortify warningJohannes Berg2023-02-171-1/+1
| * | | | wifi: iwlwifi: mvm: remove unused iwl_dbgfs_is_match()Johannes Berg2023-02-171-7/+0
| * | | | wifi: rtw89: fix AP mode authentication transmission failedPo-Hao Huang2023-02-171-21/+26
| * | | | wifi: rtw88: use RTW_FLAG_POWERON flag to prevent to power on/off twicePing-Ke Shih2023-02-175-5/+15
| * | | | wifi: brcmfmac: p2p: Introduce generic flexible array frame memberKees Cook2023-02-161-2/+2
| * | | | wifi: rtw89: move H2C of del_pkt_offload before polling FW status readyChin-Yen Lee2023-02-151-2/+2
| * | | | wifi: rtw89: use readable return 0 in rtw89_mac_cfg_ppdu_status()Ping-Ke Shih2023-02-151-3/+3
| * | | | wifi: rtw88: usb: drop now unnecessary URB size checkSascha Hauer2023-02-151-14/+1
| * | | | wifi: rtw88: usb: send Zero length packets if necessarySascha Hauer2023-02-151-0/+1
| * | | | wifi: rtw88: usb: Set qsel correctlySascha Hauer2023-02-151-1/+1
| * | | | wifi: mac80211: fix receiving A-MSDU frames on mesh interfacesFelix Fietkau2023-02-141-1/+1
| * | | | wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit2023-02-143-3/+3
| * | | | wifi: mac80211_hwsim: Rename pid to portid to avoid confusionJaewan Kim2023-02-141-3/+3
| * | | | wifi: cfg80211: Extend cfg80211_update_owe_info_event() for MLD APVeerendranath Jakkam2023-02-141-0/+1
| * | | | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2023-02-1392-505/+54435
| |\ \ \ \
| | * | | | wifi: ath12k: Add support to read EEPROM caldataDinesh Karthikeyan2023-01-181-7/+11
| | * | | | wifi: ath12k: Add new qmi_bdf_type to handle caldataDinesh Karthikeyan2023-01-182-64/+52
| | * | | | wifi: ath12k: Fix incorrect qmi_file_type enum valuesDinesh Karthikeyan2023-01-181-4/+4
| | * | | | wifi: ath12k: dp_mon: Fix uninitialized warning related to the pktlogThiraviyam Mariyappan2023-01-181-6/+0
| | * | | | wifi: ath12k: dp_mon: Fix out of bounds clang warningThiraviyam Mariyappan2023-01-181-1/+1
| | * | | | wifi: ath12k: hal_rx: Use memset_startat() for clearing queue descriptorsThiraviyam Mariyappan2023-01-181-6/+3
| | * | | | wifi: ath12k: Fix uninitilized variable clang warningsThiraviyam Mariyappan2023-01-183-5/+4
| | * | | | wifi: ath12k: wmi: delete PSOC_HOST_MAX_NUM_SSKalle Valo2023-01-182-8/+6
| | * | | | wifi: ath12k: hal: convert offset macros to functionsKalle Valo2023-01-182-33/+54
| | * | | | wifi: ath12k: hal: add ab parameter to macros using itKalle Valo2023-01-182-16/+16
| | * | | | wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setupMiaoqian Lin2023-01-181-0/+1
| | * | | | wifi: ath11k: fix ce memory mapping for ahb devicesRaj Kumar Bhagat2023-01-181-6/+6
| | * | | | wifi: ath10k: Remove the unused function ath10k_ce_shadow_src_ring_write_inde...Jiapeng Chong2023-01-171-8/+0
| | * | | | wifi: ath11k: add channel 177 into 5 GHz channel listWen Gong2023-01-172-2/+3
| | * | | | wifi: ath11k: Add support to configure FTM responder roleSowmiya Sree Elavalagan2023-01-175-1/+30
| | * | | | wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()Minsuk Kang2023-01-171-0/+1
| | * | | | wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() failsFedor Pchelkin2023-01-171-9/+22
| | * | | | wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback ...Fedor Pchelkin2023-01-171-1/+3
| | * | | | wifi: ath11k: debugfs: fix to work with multiple PCI devicesKalle Valo2023-01-102-9/+40
| | * | | | wifi: ath9k: remove most hidden macro dependencies on ahWenli Looi2022-12-2226-412/+412
| | * | | | wifi: ath11k: fix monitor mode bringup crashNagarajan Maran2022-12-081-0/+1
| | * | | | wifi: ath11k: Fix scan request param frame size warningKarthikeyan Kathirvel2022-12-081-38/+45
| | * | | | wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect()Minsuk Kang2022-12-082-2/+2