aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* import kernel sourceSiluxsept2025-08-091631-0/+1192099
* cleanup for new importSiluxsept2025-08-091631-1191414/+0
* merge branch lineage-20 into t13.0t13.0Siluxsept2024-02-068-60/+115
* Merge tag 'android-13.0.0_r0.62' into staging/lineage-20_merge-android-13.0.0...Michael Bestas2023-04-1112-34/+34
* redbull: import kernel source from correct branch..Siluxsept2022-12-22142-1203/+4618
* redbull: T kernel source squashed importSiluxsept2022-12-22107-4014/+1080
* redbull: sync with LOS sources12.1Siluxsept2022-04-03107-1080/+4014
* Merge android-4.19-stable (4.19.160) into android-msm-pixel-4.19-rvc-ltslucaswei2021-01-2729-45/+194
|\
| * Merge 4.19.158 into android-4.19-stableGreg Kroah-Hartman2020-11-191-1/+1
| |\
| | * ath9k_htc: Use appropriate rs_datalen typeMasashi Honma2020-11-181-1/+1
| * | UPSTREAM: virt_wifi: fix refcnt leak in module exit routineTaehee Yoo2020-11-161-2/+52
| * | UPSTREAM: virt_wifi: fix use-after-free in virt_wifi_newlink()Taehee Yoo2020-11-161-2/+2
| * | Merge 4.19.155 into android-4.19-stableGreg Kroah-Hartman2020-11-053-2/+14
| |\|
| | * ath10k: fix VHT NSS calculation when STBC is enabledSathishkumar Muruganandam2020-11-051-1/+7
| | * ath10k: start recovery process when payload length exceeds max htc length for...Wen Gong2020-11-051-0/+4
| | * p54: avoid accessing the data mapped to streaming DMAJia-Ju Bai2020-11-051-1/+3
| * | Merge 4.19.154 into android-4.19-stableGreg Kroah-Hartman2020-10-306-3/+43
| |\|
| | * ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n()Zekun Shen2020-10-301-0/+8
| | * brcm80211: fix possible memleak in brcmf_proto_msgbuf_attachWang Yufen2020-10-301-0/+2
| | * mwifiex: don't call del_timer_sync() on uninitialized timerTetsuo Handa2020-10-301-1/+2
| | * rtl8xxxu: prevent potential memory leakChris Chiu2020-10-301-1/+9
| | * brcmsmac: fix memory leak in wlc_phy_attach_lcnphyKeita Suzuki2020-10-301-1/+3
| | * ath9k: hif_usb: fix race condition between usb_get_urb() and usb_kill_anchore...Brooke Basile2020-10-301-0/+19
| * | Merge 4.19.153 into android-4.19-stableGreg Kroah-Hartman2020-10-2911-8/+25
| |\|
| | * mwifiex: fix double freeTom Rix2020-10-291-0/+2
| | * iwlwifi: mvm: split a print to avoid a WARNING in ROCEmmanuel Grumbach2020-10-291-3/+6
| | * qtnfmac: fix resource leaks on unsupported iftype error return pathColin Ian King2020-10-291-0/+2
| | * ath6kl: wmi: prevent a shift wrapping bug in ath6kl_wmi_delete_pstream_cmd()Dan Carpenter2020-10-291-0/+5
| | * mwifiex: Do not use GFP_KERNEL in atomic contextChristophe JAILLET2020-10-291-1/+1
| | * brcmfmac: check ndev pointerTom Rix2020-10-291-1/+1
| | * wcn36xx: Fix reported 802.11n rx_highest rate wcn3660/wcn3680Bryan O'Donoghue2020-10-291-1/+1
| | * ath10k: Fix the size used in a 'dma_free_coherent()' call in an error handlin...Christophe JAILLET2020-10-291-1/+1
| | * ath9k: Fix potential out of bounds in ath9k_htc_txcompletion_cb()Dan Carpenter2020-10-291-0/+2
| | * ath6kl: prevent potential array overflow in ath6kl_add_new_sta()Dan Carpenter2020-10-291-0/+3
| | * ath10k: provide survey info as accumulated dataVenkateswara Naralasetty2020-10-291-1/+1
| * | Merge 4.19.149 into android-4.19-stableGreg Kroah-Hartman2020-10-019-27/+57
| |\|
| | * mwifiex: Increase AES key storage size to 256 bitsMaximilian Luz2020-10-012-3/+3
| | * wlcore: fix runtime pm imbalance in wlcore_regdomain_configDinghao Liu2020-10-011-1/+3
| | * wlcore: fix runtime pm imbalance in wl1271_tx_workDinghao Liu2020-10-011-0/+1
| | * ath10k: use kzalloc to read for ath10k_sdio_hif_diag_readWen Gong2020-10-011-4/+14
| | * mt76: clear skb pointers from rx aggregation reorder buffer during cleanupFelix Fietkau2020-10-011-0/+1
| | * ar5523: Add USB ID of SMCWUSBT-G2 wireless adapterMert Dirik2020-10-011-0/+2
| | * ath10k: fix memory leak for tpc_stats_finalMiaoqing Pan2020-10-011-0/+1
| | * ath10k: fix array out-of-bounds accessMiaoqing Pan2020-10-012-19/+32
* | | Merge android-4.19-stable (4.19.145) into android-msm-pixel-4.19-rvc-ltslucaswei2020-12-0711-14/+41
|\| |
| * | Merge 4.19.143 into android-4.19-stableGreg Kroah-Hartman2020-09-032-2/+5
| |\|
| | * Revert "ath10k: fix DMA related firmware crashes on multiple devices"Zhi Chen2020-09-031-1/+1
| | * rtlwifi: rtl8192cu: Prevent leaking urbReto Schneider2020-09-031-1/+4
| * | Merge 4.19.140 into android-4.19-stableGreg Kroah-Hartman2020-08-197-12/+32
| |\|
| | * wl1251: fix always return 0 errorWang Hai2020-08-191-1/+1