Show patches with: Archived = No       |   17187 patches
« 1 2 ... 108 109 110171 172 »
Patch Series S/W/F Date Submitter Delegate State
[21/23] wilc1000: declare read-only ac_preserve_ratio as static and const wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
[20/23] wilc1000: eliminate "max_size_over" variable in fill_vmm_table wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
[22/23] wilc1000: minor syntax cleanup wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
[08/23] wilc1000: fix management packet type inconsistency wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
[12/23] wilc1000: refactor wilc_wlan_cfg_commit() a bit wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
[11/23] wilc1000: convert tqx_entries from "int" to "atomic_t" wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
[14/23] wilc1000: if there is no tx packet, don't increment packets-sent counter wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
[19/23] wilc1000: don't tell the chip to go to sleep while copying tx packets wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
[16/23] wilc1000: switch tx queue to normal sk_buff entries wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
[23/23] wilc1000: introduce symbolic names for two tx-related control bits wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
[15/23] wilc1000: Add struct wilc_skb_tx_cb as an alias of struct txq_entry_t wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
[18/23] wilc1000: split huge tx handler into subfunctions wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang New
[07/23] wilc1000: increment tx_dropped stat counter on tx packet drop wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
[02/23] wilc1000: switch txq_event from completion to waitqueue wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
[01/23] wilc1000: don't hold txq_spinlock while initializing AC queue limits wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
[05/23] wilc1000: add wilc_wlan_tx_packet_done() function wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
[06/23] wilc1000: move tx packet drop code into its own function wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
[03/23] wilc1000: move receive-queue stats from txq to wilc structure wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
[04/23] wilc1000: factor common code in wilc_wlan_cfg_set() and wilc_wlan_cfg_get() wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-18 David Mosberger-Tang Superseded
brcmfmac: use ISO3166 country code and 0 rev as fallback on some devices brcmfmac: use ISO3166 country code and 0 rev as fallback on some devices --- 2021-12-18 Hans de Goede New
pull request: mt76 2021-12-18 pull request: mt76 2021-12-18 --- 2021-12-18 Felix Fietkau New
[7/7] mt76: connac: move mt76_connac_mcu_add_key in connac module introduce mt76-connac dependency in mt7915 driver --- 2021-12-17 Lorenzo Bianconi Superseded
[6/7] mt76: mt7915: rely on mt76_connac_get_phy utilities introduce mt76-connac dependency in mt7915 driver --- 2021-12-17 Lorenzo Bianconi Superseded
[5/7] mt76: connac: move mt76_connac_chan_bw in common code introduce mt76-connac dependency in mt7915 driver --- 2021-12-17 Lorenzo Bianconi Superseded
[4/7] mt76: connac: move mt76_connac_mcu_get_cipher in common code introduce mt76-connac dependency in mt7915 driver --- 2021-12-17 Lorenzo Bianconi Superseded
[3/7] mt76: mt7915: rely on mt76_connac_mcu_add_tlv routine introduce mt76-connac dependency in mt7915 driver --- 2021-12-17 Lorenzo Bianconi Superseded
[2/7] mt76: mt7915: rely on mt76_connac_mcu_alloc_wtbl_req introduce mt76-connac dependency in mt7915 driver --- 2021-12-17 Lorenzo Bianconi New
[1/7] mt76: mt7915: rely on mt76_connac_mcu_alloc_sta_req introduce mt76-connac dependency in mt7915 driver --- 2021-12-17 Lorenzo Bianconi Superseded
wilc1000: fix double free error in probe() wilc1000: fix double free error in probe() --- 2021-12-17 Dan Carpenter New
[4.19,6/6] Input: touchscreen - avoid bitwise vs logical OR warning fix warning and errors on arm built with clang --- 2021-12-17 Anders Roxell Superseded
[4.19,5/6] ARM: 8788/1: ftrace: remove old mcount support fix warning and errors on arm built with clang --- 2021-12-17 Anders Roxell Superseded
[4.19,4/6] ARM: 8800/1: use choice for kernel unwinders fix warning and errors on arm built with clang --- 2021-12-17 Anders Roxell New
[4.19,3/6] mwifiex: Remove unnecessary braces from HostCmd_SET_SEQ_NO_BSS_INFO fix warning and errors on arm built with clang --- 2021-12-17 Anders Roxell Superseded
[4.19,2/6] ARM: 8805/2: remove unneeded naked function usage fix warning and errors on arm built with clang --- 2021-12-17 Anders Roxell Superseded
[4.19,1/6] net: lan78xx: Avoid unnecessary self assignment fix warning and errors on arm built with clang --- 2021-12-17 Anders Roxell Superseded
pull-request: wireless-drivers-next-2021-12-17 pull-request: wireless-drivers-next-2021-12-17 --- 2021-12-17 Kalle Valo New
mac80211: use coarse boottime for airtime fairness code mac80211: use coarse boottime for airtime fairness code --- 2021-12-17 Felix Fietkau New
[v2] ath11k: add support of firmware logging for WCN6855 [v2] ath11k: add support of firmware logging for WCN6855 --- 2021-12-17 Cheng Wang Superseded
[v2] ath11k: add support for hardware rfkill for QCA6390 [v2] ath11k: add support for hardware rfkill for QCA6390 --- 2021-12-17 Wen Gong New
[v3] ath11k: report tx bitrate for iw wlan station dump [v3] ath11k: report tx bitrate for iw wlan station dump --- 2021-12-17 Wen Gong New
ath11k: fix warning of RCU usage for ath11k_mac_get_arvif_by_vdev_id() ath11k: fix warning of RCU usage for ath11k_mac_get_arvif_by_vdev_id() --- 2021-12-17 Wen Gong New
rtw88: 8822c: add ieee80211_ops::hw_scan rtw88: 8822c: add ieee80211_ops::hw_scan --- 2021-12-17 Ping-Ke Shih Superseded
rtw88: 8822c: update rx settings to prevent potential hw deadlock rtw88: 8822c: update rx settings to prevent potential hw deadlock --- 2021-12-17 Ping-Ke Shih New
rtw88: don't check CRC of VHT-SIG-B in 802.11ac signal rtw88: don't check CRC of VHT-SIG-B in 802.11ac signal --- 2021-12-17 Ping-Ke Shih New
mt76: mt7921s: fix cmd timeout in throughput test mt76: mt7921s: fix cmd timeout in throughput test --- 2021-12-16 Deren Wu New
[v2] ath10k: abstract htt_rx_desc structure [v2] ath10k: abstract htt_rx_desc structure --- 2021-12-16 Francesco Magliocca New
wilc1000: use min() to make code cleaner wilc1000: use min() to make code cleaner --- 2021-12-16 Lv Ruyi Superseded
[v2] ath11k: add signal report to mac80211 for QCA6390 and WCN6855 [v2] ath11k: add signal report to mac80211 for QCA6390 and WCN6855 --- 2021-12-16 Wen Gong New
wilc1000: Convert static "chipid" variable to device-local variable wilc1000: Convert static "chipid" variable to device-local variable --- 2021-12-16 David Mosberger-Tang Superseded
ath5k: switch to rate table based lookup ath5k: switch to rate table based lookup --- 2021-12-15 Jonas Jelonek New
[v2,2/4] mt76: mt7921: fix possible resume failure [v2,1/4] mt76: mt7921: clear pm->suspended in mt7921_mac_reset_work --- 2021-12-15 Sean Wang New
[v2,1/4] mt76: mt7921: clear pm->suspended in mt7921_mac_reset_work [v2,1/4] mt76: mt7921: clear pm->suspended in mt7921_mac_reset_work --- 2021-12-15 Sean Wang New
[2/3] mt76: mt7915: process txfree and txstatus without allocating skbs Untitled series #162394 --- 2021-12-15 Felix Fietkau New
rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with interrupts enabled rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with interrupts enabled --- 2021-12-15 Larry Finger New
pull-request: wireless-drivers-2021-12-15 pull-request: wireless-drivers-2021-12-15 --- 2021-12-15 Kalle Valo New
[v4] rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE [v4] rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE --- 2021-12-15 Kai-Heng Feng Superseded
[v2] rtl8xxxu: Improve the A-MPDU retransmission rate with RTS/CTS protection [v2] rtl8xxxu: Improve the A-MPDU retransmission rate with RTS/CTS protection --- 2021-12-15 Chris Chiu New
[v3] rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE [v3] rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE --- 2021-12-15 Kai-Heng Feng New
[v2] ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855 [v2] ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855 --- 2021-12-15 Wen Gong New
[v5,1/2] wilc1000: Add reset/enable GPIO support to SPI driver wilc1000: Add reset/enable GPIO support to SPI driver --- 2021-12-15 David Mosberger-Tang Superseded
ath10k: enable threaded napi on ath10k driver ath10k: enable threaded napi on ath10k driver --- 2021-12-14 Abhishek Kumar New
[v4,2/2] wilc1000: Document enable-gpios and reset-gpios properties Add reset/enable GPIO support to SPI driver --- 2021-12-14 David Mosberger-Tang Superseded
[v4,1/2] wilc1000: Add reset/enable GPIO support to SPI driver Add reset/enable GPIO support to SPI driver --- 2021-12-14 David Mosberger-Tang Superseded
[v3,3/3] wcn36xx: Implement downstream compliant beacon filtering wcn36xx: Implement explicit beacon filter tables --- 2021-12-14 Bryan O'Donoghue New
[v3,2/3] wcn36xx: Fix physical location of beacon filter comment wcn36xx: Implement explicit beacon filter tables --- 2021-12-14 Bryan O'Donoghue Superseded
[v3,1/3] wcn36xx: Fix beacon filter structure definitions wcn36xx: Implement explicit beacon filter tables --- 2021-12-14 Bryan O'Donoghue New
pull-request: mac80211 2021-12-14 pull-request: mac80211 2021-12-14 --- 2021-12-14 Johannes Berg New
mt76: mt7915: introduce mt76_vif in mt7915_vif mt76: mt7915: introduce mt76_vif in mt7915_vif --- 2021-12-14 Lorenzo Bianconi New
[v4] ath11k: report rssi of each chain to mac80211 for QCA6390/WCN6855 [v4] ath11k: report rssi of each chain to mac80211 for QCA6390/WCN6855 --- 2021-12-14 Wen Gong New
[v2] rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE [v2] rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE --- 2021-12-14 Kai-Heng Feng Superseded
rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE --- 2021-12-14 Kai-Heng Feng New
ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855 ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855 --- 2021-12-14 Wen Gong New
[08/17] ath11k: Use memset_startat() for clearing queue descriptors Untitled series #162183 --- 2021-12-13 Kees Cook New
[v2,3/3] wcn36xx: Implement downstream compliant beacon filtering wcn36xx: Implement explicit beacon filter tables --- 2021-12-13 Bryan O'Donoghue Superseded
[v2,2/3] wcn36xx: Fix physical location of beacon filter comment wcn36xx: Implement explicit beacon filter tables --- 2021-12-13 Bryan O'Donoghue Superseded
[v2,1/3] wcn36xx: Fix beacon filter structure definitions wcn36xx: Implement explicit beacon filter tables --- 2021-12-13 Bryan O'Donoghue Superseded
[3/3] wcn36xx: Implement downstream compliant beacon filtering wcn36xx: Implement explicit beacon filter tables --- 2021-12-13 Bryan O'Donoghue New
[2/3] wcn36xx: Fix physical location of beacon filter comment wcn36xx: Implement explicit beacon filter tables --- 2021-12-13 Bryan O'Donoghue New
[1/3] wcn36xx: Fix beacon filter structure definitions wcn36xx: Implement explicit beacon filter tables --- 2021-12-13 Bryan O'Donoghue Superseded
[v2] ath11k: report tx bitrate for iw wlan station dump [v2] ath11k: report tx bitrate for iw wlan station dump --- 2021-12-13 Wen Gong Superseded
[-next] mt76: remove variable set but not used [-next] mt76: remove variable set but not used --- 2021-12-13 Yang Li New
wireless-regdb: Update regulatory rules for the US on 6 GHz band wireless-regdb: Update regulatory rules for the US on 6 GHz band --- 2021-12-13 Asura Liu (asuliu) New
rtw88: pci: turn off PCI ASPM during NAPI polling rtw88: pci: turn off PCI ASPM during NAPI polling --- 2021-12-13 Jian-Hong Pan New
[v3] mt76: mt7915: add mu-mimo and ofdma debugfs knobs [v3] mt76: mt7915: add mu-mimo and ofdma debugfs knobs --- 2021-12-13 MeiChia Chiu New
wl1251: specify max. IE length wl1251: specify max. IE length --- 2021-12-12 Merlijn Wajer New
[v3] wireless-regdb: Update regulatory rules for South Korea (KR) [v3] wireless-regdb: Update regulatory rules for South Korea (KR) --- 2021-12-12 Sungbo Eo Superseded
[v2] mac80211: disable BSS color collision detection in case of no free colors [v2] mac80211: disable BSS color collision detection in case of no free colors --- 2021-12-12 Rameshkumar Sundaram New
wilc1000: Allow setting power_save before driver is initialized wilc1000: Allow setting power_save before driver is initialized --- 2021-12-12 David Mosberger-Tang New
RFC: wilc1000: refactor TX path to use sk_buff queue RFC: wilc1000: refactor TX path to use sk_buff queue --- 2021-12-11 David Mosberger-Tang New
mac80211: validate extended element ID is present mac80211: validate extended element ID is present --- 2021-12-11 Johannes Berg New
[2/2] mt76: mt7921s: fix suspend error with enlarging mcu timeout value [1/2] mt76: mt7921s: make pm->suspended usage consistent --- 2021-12-11 Sean Wang New
[1/2] mt76: mt7921s: make pm->suspended usage consistent [1/2] mt76: mt7921s: make pm->suspended usage consistent --- 2021-12-11 Sean Wang New
[v2,1/1] wilc1000: Improve WILC TX performance when power_save is off wilc1000: Improve WILC TX performance when power_save is off --- 2021-12-10 David Mosberger-Tang Superseded
wilc1000: Improve WILC TX performance when power_save is off wilc1000: Improve WILC TX performance when power_save is off --- 2021-12-10 David Mosberger-Tang New
[v2] mt76: mt7921: reduce log severity levels for informative messages [v2] mt76: mt7921: reduce log severity levels for informative messages --- 2021-12-10 Tzung-Bi Shih New
[10/10] iwlwifi: remove module loading failure message iwlwifi: updates intended for v5.17 2021-12-10 part 2 --- 2021-12-10 Luca Coelho New
[09/10] iwlwifi: mvm: isolate offload assist (checksum) calculation iwlwifi: updates intended for v5.17 2021-12-10 part 2 --- 2021-12-10 Luca Coelho New
[08/10] iwlwifi: mvm: add support for OCE scan iwlwifi: updates intended for v5.17 2021-12-10 part 2 --- 2021-12-10 Luca Coelho New
[07/10] iwlwifi: fix leaks/bad data after failed firmware load iwlwifi: updates intended for v5.17 2021-12-10 part 2 --- 2021-12-10 Luca Coelho New
[06/10] iwlwifi: fix debug TLV parsing iwlwifi: updates intended for v5.17 2021-12-10 part 2 --- 2021-12-10 Luca Coelho New
« 1 2 ... 108 109 110171 172 »