summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-168-9/+9
|\
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-114-5/+5
| * treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-111-1/+1
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-2/+2
* | Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-138-19/+33
|\ \ | |/ |/|
| * Merge branch 'cve-fixes-2022-10-13'Johannes Berg2022-10-131-0/+2
| |\
| | * wifi: mac80211_hwsim: avoid mac80211 warning on bad rateJohannes Berg2022-10-101-0/+2
| * | wifi: ath11k: mac: fix reading 16 bytes from a region of size 0 warningKalle Valo2022-10-111-2/+3
| * | wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue (other c...Jose Ignacio Tornos Martinez2022-10-111-0/+2
| * | wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau2022-10-114-7/+10
| * | wifi: mt76: fix receiving LLC packets on mt7615/mt7915Felix Fietkau2022-10-112-8/+8
| * | wifi: mt76: fix rate reporting / throughput regression on mt7915 and newerFelix Fietkau2022-10-061-2/+8
| |/
* | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-10-101-1/+2
|\ \ | |/ |/|
| * hwrng: core - let sleep be interrupted when unregistering hwrngJason A. Donenfeld2022-08-191-1/+2
* | Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-09-30214-2273/+8703
|\ \
| * | wifi: rtl8xxxu: Improve rtl8xxxu_queue_selectBitterblue Smith2022-09-291-3/+2
| * | wifi: rtl8xxxu: Fix AIFS written to REG_EDCA_*_PARAMBitterblue Smith2022-09-291-0/+49
| * | wifi: rtl8xxxu: gen2: Enable 40 MHz channel widthBitterblue Smith2022-09-292-9/+18
| * | wifi: rtw89: 8852b: configure DLE memPing-Ke Shih2022-09-283-0/+35
| * | wifi: rtw89: check DLE FIFO size with reserved sizePing-Ke Shih2022-09-285-2/+20
| * | wifi: rtw89: mac: correct register of report IMRPing-Ke Shih2022-09-285-1/+5
| * | wifi: rtw89: pci: set power cut closed for 8852bePing-Ke Shih2022-09-281-1/+1
| * | wifi: rtw89: pci: add to do PCI auto calibrationPing-Ke Shih2022-09-282-0/+21
| * | wifi: rtw89: 8852b: implement chip_ops::{enable,disable}_bb_rfPing-Ke Shih2022-09-287-12/+84
| * | wifi: rtw89: add DMA busy checking bits to chip infoPing-Ke Shih2022-09-285-8/+21
| * | wifi: rtw89: mac: define DMA channel mask to avoid unsupported channelsPing-Ke Shih2022-09-285-0/+27
| * | wifi: rtw89: pci: mask out unsupported TX channelsPing-Ke Shih2022-09-285-0/+38
| * | iwlegacy: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-09-281-2/+2
| * | ipw2x00: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-09-281-1/+1
| * | wifi: iwlwifi: Track scan_cmd allocation size explicitlyKees Cook2022-09-285-7/+16
| * | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-09-2765-369/+1750
| |\ \
| | * | wifi: ath11k: Fix deadlock during WoWLAN suspendBaochen Qiang2022-09-261-6/+6
| | * | wifi: ath11k: Remove redundant ath11k_mac_drain_txBaochen Qiang2022-09-261-1/+0
| | * | wifi: ath11k: Add spectral scan support for 160 MHzTamizh Chelvam Raja2022-09-264-0/+31
| | * | wifi: ath11k: Add support to get power save duration for each clientVenkateswara Naralasetty2022-09-267-0/+473
| | * | wifi: ath11k: fix peer addition/deletion error on sta band migrationChristian 'Ansuel' Marangi2022-09-241-4/+26
| | * | wifi: ath11k: fix number of VHT beamformee spatial streamsJesus Fernandez Manzano2022-09-221-5/+20
| | * | wifi: ath11k: retrieve MAC address from system firmware if providedJun Yu2022-09-221-1/+7
| | * | wifi: ath11k: add get_txpower mac opsAditya Kumar Singh2022-09-221-0/+92
| | * | wifi: ath11k: move firmware stats out of debugfsAditya Kumar Singh2022-09-225-114/+137
| | * | wifi: ath9k: fix repeated the words in a commentJilin Yuan2022-09-221-1/+1
| | * | wifi: ath9k: fix repeated to words in a commentJilin Yuan2022-09-221-1/+1
| | * | wifi: ath10k: reset pointer after memory free to avoid potential use-after-freeWen Gong2022-09-221-0/+6
| | * | wifi: ath11k: fix failed to find the peer with peer_id 0 when disconnectedWen Gong2022-09-221-1/+2
| | * | wifi: ath11k: change complete() to complete_all() for scan.completedWen Gong2022-09-222-2/+2
| | * | wifi: ath11k: Add WoW support for WCN6750Manikanta Pubbisetty2022-09-197-1/+191
| | * | wifi: ath11k: Include STA_KEEPALIVE_ARP_RESPONSE TLV header by defaultBaochen Qiang2022-09-192-5/+6
| | * | wifi: wcn36xx: fix repeated words in commentsJilin Yuan2022-09-191-1/+1
| | * | wifi: wcn36xx: Add RX frame SNR as a source of system entropyBryan O'Donoghue2022-09-191-0/+4