Show patches with: State = Action Required       |   13212 patches
« 1 2 ... 83 84 85132 133 »
Patch Series S/W/F Date Submitter Delegate State
[v2,41/50] wilc1000: use more descriptive variable name wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,39/50] wilc1000: eliminate txq_add_to_head_cs mutex wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,40/50] wilc1000: introduce schedule_packets() function wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,38/50] wilc1000: take advantage of chip queue wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,35/50] wilc1000: introduce copy_and_send_packets() helper function wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,34/50] wilc1000: restructure wilc-wlan_handle_txq() for clarity wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,42/50] wilc1000: simplify code by adding header/padding to skb wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,32/50] wilc1000: introduce vmm_table_entry() helper function wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,50/50] wilc1000: add module parameter "disable_zero_copy_tx" to SPI driver wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,33/50] wilc1000: move ac_desired_ratio calculation to where its needed wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,48/50] wilc1000: introduce function to find and check DMA response wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,46/50] wilc1000: remove duplicate CRC calculation code wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,37/50] wilc1000: introduce set_header() function wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,36/50] wilc1000: introduce transmit path chip queue wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,47/50] wilc1000: factor SPI DMA command initialization code into a function wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,09/50] wilc1000: prepare wilc_wlan_tx_packet_done() for sk_buff changes wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,13/50] wilc1000: sanitize config packet sequence number management a bit wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,10/50] wilc1000: factor initialization of tx queue-specific packet fields wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,17/50] wilc1000: remove no longer used "vif" argument from init_txq_entry() wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,21/50] wilc1000: declare read-only ac_preserve_ratio as static and const wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,03/50] wilc1000: move receive-queue stats from txq to wilc structure wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,20/50] wilc1000: eliminate "max_size_over" variable in fill_vmm_table wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,22/50] wilc1000: minor syntax cleanup wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,28/50] wilc1000: improve send_packets() a bit wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,06/50] wilc1000: move tx packet drop code into its own function wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,07/50] wilc1000: increment tx_dropped stat counter on tx packet drop wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,25/50] wilc1000: replace txq_spinlock with ack_filter_lock mutex wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,23/50] wilc1000: introduce symbolic names for two tx-related control bits wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,31/50] wilc1000: eliminate another magic constant wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,30/50] wilc1000: use more descriptive variable names wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,18/50] wilc1000: split huge tx handler into subfunctions wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,27/50] wilc1000: simplify ac_balance() a bit wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,16/50] wilc1000: switch tx queue to normal sk_buff entries wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,19/50] 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-23 David Mosberger-Tang New
[v2,15/50] 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-23 David Mosberger-Tang New
[v2,14/50] wilc1000: if there is no tx packet, don't increment packets-sent counter wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,02/50] wilc1000: switch txq_event from completion to waitqueue wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,12/50] wilc1000: refactor wilc_wlan_cfg_commit() a bit wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,24/50] wilc1000: protect tx_q_limit with a mutex instead of a spinlock wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,29/50] wilc1000: factor header length calculation into a new function wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,11/50] wilc1000: convert tqx_entries from "int" to "atomic_t" wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,08/50] wilc1000: fix management packet type inconsistency wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[v2,04/50] 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-23 David Mosberger-Tang New
[v2,01/50] wilc1000: don't hold txq_spinlock while initializing AC queue limits wilc1000: rework tx path to use sk_buffs throughout --- 2021-12-23 David Mosberger-Tang New
[9/9] mtd: rawnand: brcmnand: Add BCMA shim BCMA support for brcmnand --- 2021-12-23 Florian Fainelli New
[1/9] mtd: rawnand: brcmnand: Allow SoC to provide I/O operations BCMA support for brcmnand --- 2021-12-23 Florian Fainelli New
mt76: mt7915: use proper aid value in mt7915_mcu_sta_basic_tlv mt76: mt7915: use proper aid value in mt7915_mcu_sta_basic_tlv --- 2021-12-22 Lorenzo Bianconi New
[1/1] mt76: add mt7916 to set wlan_idx_hi [1/1] mt76: add mt7916 to set wlan_idx_hi --- 2021-12-22 Bo Jiao New
mt76: mt7915: fix code defect mt76: mt7915: fix code defect --- 2021-12-22 Bo Jiao New
mt76: mt7915: use proper aid value in mt7915_mcu_wtbl_generic_tlv in sta mode mt76: mt7915: use proper aid value in mt7915_mcu_wtbl_generic_tlv in sta mode --- 2021-12-22 Lorenzo Bianconi New
[6/6] nl80211: add EHT MCS support cfg80211/nl80211: add support for EHT --- 2021-12-22 Veerendranath Jakkam New
[5/6] nl80211: add support for 320MHz channel limitation cfg80211/nl80211: add support for EHT --- 2021-12-22 Veerendranath Jakkam New
[4/6] cfg80211: Add support for EHT 320 MHz channel width cfg80211/nl80211: add support for EHT --- 2021-12-22 Veerendranath Jakkam New
[3/6] nl80211: add support to send EHT capabilities from userspace cfg80211/nl80211: add support for EHT --- 2021-12-22 Veerendranath Jakkam New
[2/6] nl80211: add support to advertise driver's EHT capabilities cfg80211/nl80211: add support for EHT --- 2021-12-22 Veerendranath Jakkam New
[1/6] ieee80211: add EHT capabilities element definitions cfg80211/nl80211: add support for EHT --- 2021-12-22 Veerendranath Jakkam New
[v2] wilc1000: use min_t() to make code cleaner [v2] wilc1000: use min_t() to make code cleaner --- 2021-12-22 Lv Ruyi New
[v3] ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855 [v3] ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855 --- 2021-12-22 Wen Gong New
[2/2] mt76: mt7921s: update mt7921s_wfsys_reset sequence [1/2] mt76: mt7921s: clear MT76_STATE_MCU_RUNNING immediately after reset --- 2021-12-22 Sean Wang New
[1/2] mt76: mt7921s: clear MT76_STATE_MCU_RUNNING immediately after reset [1/2] mt76: mt7921s: clear MT76_STATE_MCU_RUNNING immediately after reset --- 2021-12-22 Sean Wang New
mt76: sdio: lock sdio when it is needed mt76: sdio: lock sdio when it is needed --- 2021-12-22 Sean Wang New
ath10k: fix memory overwrite of the WoWLAN wakeup packet pattern ath10k: fix memory overwrite of the WoWLAN wakeup packet pattern --- 2021-12-22 Wen Gong New
ath11k: Fix unexpected return buffer manager error for QCA6390 ath11k: Fix unexpected return buffer manager error for QCA6390 --- 2021-12-22 Baochen Qiang New
[v7,1/2] wilc1000: Add reset/enable GPIO support to SPI driver wilc1000: Add reset/enable GPIO support to SPI driver --- 2021-12-21 David Mosberger-Tang New
[v2] wilc1000: Convert static "chipid" variable to device-local variable [v2] wilc1000: Convert static "chipid" variable to device-local variable --- 2021-12-21 David Mosberger-Tang New
[net-next,2/2] codel: remove unnecessary pkt_sched.h include [net-next,1/2] codel: remove unnecessary sock.h include --- 2021-12-21 Jakub Kicinski New
[net-next,1/2] codel: remove unnecessary sock.h include [net-next,1/2] codel: remove unnecessary sock.h include --- 2021-12-21 Jakub Kicinski New
[wireless-drivers] mt76: mt7921: fix a possible race enabling/disabling runtime-pm [wireless-drivers] mt76: mt7921: fix a possible race enabling/disabling runtime-pm --- 2021-12-21 Lorenzo Bianconi New
[-next] ath11k: add missing of_node_put() to avoid leak [-next] ath11k: add missing of_node_put() to avoid leak --- 2021-12-21 Yang Yingliang New
pull-request: mac80211-next 2021-12-21 pull-request: mac80211-next 2021-12-21 --- 2021-12-21 Johannes Berg New
pull-request: iwlwifi-next 2021-12-21 v2 pull-request: iwlwifi-next 2021-12-21 v2 --- 2021-12-21 Luca Coelho New
[v3] rtw88: 8822c: add ieee80211_ops::hw_scan [v3] rtw88: 8822c: add ieee80211_ops::hw_scan --- 2021-12-21 Ping-Ke Shih New
mt76: make mt76_sar_capa static mt76: make mt76_sar_capa static --- 2021-12-21 Lorenzo Bianconi New
pull-request: iwlwifi-next 2021-12-21 pull-request: iwlwifi-next 2021-12-21 --- 2021-12-21 Luca Coelho New
ath10k: replace strlcpy with strscpy ath10k: replace strlcpy with strscpy --- 2021-12-21 Jason Wang New
rtw89: extract modules by chipset rtw89: extract modules by chipset --- 2021-12-21 Ping-Ke Shih New
rtw89: 8852a: correct bit definition of dfs_en rtw89: 8852a: correct bit definition of dfs_en --- 2021-12-21 Ping-Ke Shih New
mt76: mt7915: fix kernel build warning mt76: mt7915: fix kernel build warning --- 2021-12-21 Bo Jiao New
rtw88: don't consider deep PS mode when transmitting packet rtw88: don't consider deep PS mode when transmitting packet --- 2021-12-21 Ping-Ke Shih New
linux-next: build failure after merge of the mac80211-next tree linux-next: build failure after merge of the mac80211-next tree --- 2021-12-21 Stephen Rothwell New
linux-next: manual merge of the mac80211-next tree with Linus' tree linux-next: manual merge of the mac80211-next tree with Linus' tree --- 2021-12-21 Stephen Rothwell New
[v6,2/2] wilc1000: Document enable-gpios and reset-gpios properties wilc1000: Add reset/enable GPIO support to SPI driver --- 2021-12-20 David Mosberger-Tang New
[9/9] DFS: introduce radar_background parameter to config file introduce background radar detection support --- 2021-12-20 Lorenzo Bianconi New
[8/9] DFS: switch to background radar channel if available introduce background radar detection support --- 2021-12-20 Lorenzo Bianconi New
[7/9] DFS: enable CSA for background radar detection introduce background radar detection support --- 2021-12-20 Lorenzo Bianconi New
[6/9] DFS: introduce hostapd_dfs_request_channel_switch routine introduce background radar detection support --- 2021-12-20 Lorenzo Bianconi New
[5/9] DFS: configure background radar/cac detection. introduce background radar detection support --- 2021-12-20 Lorenzo Bianconi New
[4/9] nl80211: report background radar/cac detection capability introduce background radar detection support --- 2021-12-20 Lorenzo Bianconi New
[3/9] DFS: add capability select radar-only channels introduce background radar detection support --- 2021-12-20 Lorenzo Bianconi New
[2/9] DFS: introduce dfs_set_valid_channel utility routine introduce background radar detection support --- 2021-12-20 Lorenzo Bianconi New
[1/9] Sync include/uapi/linux/nl80211.h with mac80211-next.git introduce background radar detection support --- 2021-12-20 Lorenzo Bianconi New
[2/2] iwlwifi: mei: wait before mapping the shared area iwlwifi: updates intended for v5.17 2021-12-20 --- 2021-12-20 Luca Coelho New
[1/2] iwlwifi: mei: clear the ownership when the driver goes down iwlwifi: updates intended for v5.17 2021-12-20 --- 2021-12-20 Luca Coelho New
[4.14,6/6] Input: touchscreen - avoid bitwise vs logical OR warning fix warning and errors on arm built with clang --- 2021-12-20 Anders Roxell New
[4.14,4/6] ARM: 8800/1: use choice for kernel unwinders fix warning and errors on arm built with clang --- 2021-12-20 Anders Roxell New
[4.14,3/6] mwifiex: Remove unnecessary braces from HostCmd_SET_SEQ_NO_BSS_INFO fix warning and errors on arm built with clang --- 2021-12-20 Anders Roxell New
[v3] ath11k: add support of firmware logging for WCN6855 [v3] ath11k: add support of firmware logging for WCN6855 --- 2021-12-20 Cheng Wang New
ath11k: use min() to make code cleaner ath11k: use min() to make code cleaner --- 2021-12-20 Lv Ruyi New
nl80211: clarify comment for mesh PLINK_BLOCKED state nl80211: clarify comment for mesh PLINK_BLOCKED state --- 2021-12-20 Felix Fietkau New
mac80211: use ieee80211_bss_get_elem() mac80211: use ieee80211_bss_get_elem() --- 2021-12-20 Johannes Berg New
« 1 2 ... 83 84 85132 133 »