summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-17wifi: ath11k: add channel 177 into 5 GHz channel listWen Gong
2023-01-17wifi: ath11k: Add support to configure FTM responder roleSowmiya Sree Elavalagan
2023-01-17wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()Minsuk Kang
2023-01-17wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() failsFedor Pchelkin
2023-01-17wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback ...Fedor Pchelkin
2023-01-10wifi: ath11k: debugfs: fix to work with multiple PCI devicesKalle Valo
2022-12-22wifi: ath9k: remove most hidden macro dependencies on ahWenli Looi
2022-12-08wifi: ath11k: fix monitor mode bringup crashNagarajan Maran
2022-12-08wifi: ath11k: Fix scan request param frame size warningKarthikeyan Kathirvel
2022-12-08wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect()Minsuk Kang
2022-12-07wifi: ath11k: add ipq5018 device supportSriram R
2022-12-07wifi: ath11k: add new hw ops for IPQ5018 to get rx dest ring hashmapSriram R
2022-12-07wifi: ath11k: initialize hw_ops for IPQ5018Sriram R
2022-12-07wifi: ath11k: update hal srng regs for IPQ5018Sriram R
2022-12-07wifi: ath11k: remap ce register space for IPQ5018Sriram R
2022-12-07wifi: ath11k: update ce configurations for IPQ5018Sriram R
2022-12-07wifi: ath11k: update hw params for IPQ5018Sriram R
2022-12-07dt: bindings: net: ath11k: add IPQ5018 compatibleSriram R
2022-12-02wifi: ath11k: Fix race condition with struct htt_ppdu_stats_infoGovindaraj Saminathan
2022-11-29wifi: ath12k: driver for Qualcomm Wi-Fi 7 devicesKalle Valo
2022-11-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2022-11-28wifi: rtw88: fix race condition when doing H2C commandJi-Pin Jou
2022-11-28wifi: b43: remove reference to removed config B43_PCMCIALukas Bulwahn
2022-11-28wifi: rtl8xxxu: Fix use after rcu_read_unlock in rtl8xxxu_bss_info_changedBitterblue Smith
2022-11-28wifi: plfxlc: fix potential memory leak in __lf_x_usb_enable_rx()Ziyang Xuan
2022-11-25wifi: carl9170: Replace zero-length array of trailing structs with flex-arrayKees Cook
2022-11-25wifi: ath10k: Store WLAN firmware version in SMEM image tableYoughandhar Chintala
2022-11-22wifi: p54: Replace zero-length array of trailing structs with flex-arrayKees Cook
2022-11-22wifi: rtw89: fix physts IE page checkZong-Zhe Yang
2022-11-22wifi: rtw89: avoid inaccessible IO operations during doing change_interface()Ping-Ke Shih
2022-11-22wifi: rtw89: switch BANDEDGE and TX_SHAPE based on OFDMA trigger frameEric Huang
2022-11-22wifi: rtw89: read CFO from FD or preamble CFO field of phy status ie_type 1 a...Eric Huang
2022-11-22wifi: rtw89: 8852b: correct TX power controlled by BT-coexistencePing-Ke Shih
2022-11-22wifi: brcmfmac: Use struct_size() in code ralated to struct brcmf_dload_data_leGustavo A. R. Silva
2022-11-22wifi: brcmfmac: replace one-element array with flexible-array member in struc...Gustavo A. R. Silva
2022-11-22wifi: brcmfmac: Use struct_size() and array_size() in code ralated to struct ...Gustavo A. R. Silva
2022-11-22wifi: brcmfmac: Replace one-element array with flexible-array memberGustavo A. R. Silva
2022-11-18Merge tag 'rxrpc-next-20221116' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2022-11-18net: fix napi_disable() logic errorEric Dumazet
2022-11-18rxrpc: uninitialized variable in rxrpc_send_ack_packet()Dan Carpenter
2022-11-18rxrpc: fix rxkad_verify_response()Dan Carpenter
2022-11-18net: ethernet: mtk_eth_soc: remove cpu_relax in mtk_pending_workLorenzo Bianconi
2022-11-18net: ethernet: mtk_eth_soc: do not overwrite mtu configuration running reset ...Lorenzo Bianconi
2022-11-18net: ipa: avoid a null pointer dereferenceAlex Elder
2022-11-18Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2022-11-18Merge branch 'sctp-vrf'David S. Miller
2022-11-18selftests: add a selftest for sctp vrfXin Long
2022-11-18sctp: add sysctl net.sctp.l3mdev_acceptXin Long
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long
2022-11-18sctp: add skb_sdif in struct sctp_afXin Long