summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ethernet: ti: cpts: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva2021-10-071-3/+3
* net: stmmac: selftests: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva2021-10-071-2/+2
* net: mana: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva2021-10-071-2/+2
* net: broadcom: bcm4908_enet: use kcalloc() instead of kzalloc()Gustavo A. R. Silva2021-10-071-1/+1
* Merge tag 'wireless-drivers-next-2021-10-07' of git://git.kernel.org/pub/scm/...David S. Miller2021-10-0788-3338/+6293
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-10-0541-2668/+4897
| |\
| | * ath10k: sdio: Add missing BH locking around napi_schdule()Fabio Estevam2021-09-281-1/+4
| | * ath10k: Fix missing frame timestamp for beacon/probe-respLoic Poulain2021-09-281-0/+4
| | * ath10k: high latency fixes for beacon bufferAlagu Sankar2021-09-281-8/+23
| | * ath11k: Change DMA_FROM_DEVICE to DMA_TO_DEVICE when map reinjected packetsBaochen Qiang2021-09-281-2/+2
| | * ath11k: support SMPS configuration for 6 GHzPradeep Kumar Chitrapu2021-09-281-10/+21
| | * ath11k: add 6 GHz params in peer assoc commandPradeep Kumar Chitrapu2021-09-281-1/+49
| | * ieee80211: Add new A-MPDU factor macro for HE 6 GHz peer capsPradeep Kumar Chitrapu2021-09-281-0/+1
| | * ath11k: indicate to mac80211 scan complete with aborted flag for ATH11K_SCAN_...Wen Gong2021-09-281-6/+9
| | * ath11k: indicate scan complete for scan canceled when scan runningWen Gong2021-09-281-6/+12
| | * ath11k: add handler for scan event WMI_SCAN_EVENT_DEQUEUEDWen Gong2021-09-281-0/+2
| | * ath11k: add HTT stats support for new statsVenkateswara Naralasetty2021-09-284-4/+548
| | * ath11k: Change masking and shifting in htt statsSeevalamuthu Mariappan2021-09-283-136/+243
| | * ath11k: Remove htt stats fixed size array usageSeevalamuthu Mariappan2021-09-281-574/+264
| | * ath11k: Replace HTT_DBG_OUT with scnprintfSeevalamuthu Mariappan2021-09-281-1687/+1683
| | * ath11k: Rename macro ARRAY_TO_STRING to PRINT_ARRAY_TO_BUFSeevalamuthu Mariappan2021-09-281-189/+189
| | * ath11k: Fix memory leak in ath11k_qmi_driver_event_workBaochen Qiang2021-09-281-1/+3
| | * ath11k: Fix inaccessible debug registersBaochen Qiang2021-09-281-1/+3
| | * ath11k: Drop MSDU with length error in DP rx pathBaochen Qiang2021-09-281-0/+18
| | * ath11k: copy cap info of 6G band under WMI_HOST_WLAN_5G_CAP for WCN6855Wen Gong2021-09-281-11/+11
| | * ath11k: enable 6G channels for WCN6855Wen Gong2021-09-281-9/+16
| | * ath11k: re-enable ht_cap/vht_cap for 5G band for WCN6855Wen Gong2021-09-281-1/+3
| | * ath11k: fix survey dump collection in 6 GHzPradeep Kumar Chitrapu2021-09-281-0/+6
| | * ath11k: fix packet drops due to incorrect 6 GHz freq value in rx statusPradeep Kumar Chitrapu2021-09-282-6/+13
| | * ath11k: add channel 2 into 6 GHz channel listPradeep Kumar Chitrapu2021-09-282-2/+5
| | * ath11k: Add wmi peer create conf event in wmi_tlv_event_idP Praneesh2021-09-282-0/+4
| | * ath11k: Avoid "No VIF found" warning messageKarthikeyan Periyasamy2021-09-281-1/+2
| | * ath11k: Fix crash during firmware recovery on reo cmd ring accessSriram R2021-09-281-0/+3
| | * ath11k: Assign free_vdev_map value before ieee80211_register_hwSeevalamuthu Mariappan2021-09-281-7/+7
| | * ath11k: Add vdev start flag to disable hardware encryptionSeevalamuthu Mariappan2021-09-282-0/+3
| | * ath11k: Avoid race during regd updatesSriram R2021-09-284-17/+14
| | * ath11k: Avoid reg rules update during firmware recoverySriram R2021-09-281-0/+11
| | * ath11k: Update pdev tx and rx firmware statsSriram R2021-09-283-1/+111
| | * ath11k: Fix pktlog lite rx eventsAnilkumar Kolli2021-09-284-11/+42
| | * ath11k: Add support for RX decapsulation offloadSriram R2021-09-286-72/+198
| | * ath11k: fix some sleeping in atomic bugsDan Carpenter2021-09-281-9/+7
| | * ath11k: qmi: avoid error messages when dma allocation failsAaron Ma2021-09-281-1/+1
| | * ath11k: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-09-283-7/+4
| | * ath11k: add caldata download support from EEPROMAnilkumar Kolli2021-09-282-28/+127
| | * ath11k: add caldata file for multiple radiosAnilkumar Kolli2021-09-281-2/+11
| | * ath11k: clean up BDF download functionsAnilkumar Kolli2021-09-281-147/+101
| | * ath11k: use hw_params to access board_size and cal_offsetAnilkumar Kolli2021-09-284-10/+8
| | * ath11k: Wstringop-overread warningArnd Bergmann2021-09-281-1/+1
| | * ath11k: Add spectral scan support for QCN9074Karthikeyan Periyasamy2021-09-281-1/+4
| | * ath11k: Fix the spectral minimum FFT bin countKarthikeyan Periyasamy2021-09-281-1/+1