linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-05 13:08:36 to 2022-10-09 22:28:29 UTC [more...]

[PATCH AUTOSEL 5.19 02/73] wifi: rtw88: phy: fix warning of possible buffer overflow
 2022-10-09 22:14 UTC  (12+ messages)
` [PATCH AUTOSEL 5.19 03/73] wifi: ath10k: Set tx credit to one for WCN3990 snoc based devices
` [PATCH AUTOSEL 5.19 04/73] wifi: brcmfmac: fix invalid address access when enabling SCAN log level
` [PATCH AUTOSEL 5.19 17/73] wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()
` [PATCH AUTOSEL 5.19 23/73] wifi: ath11k: Register shutdown handler for WCN6750
` [PATCH AUTOSEL 5.19 24/73] rtw89: ser: leave lps with mutex
` [PATCH AUTOSEL 5.19 32/73] wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit()
` [PATCH AUTOSEL 5.19 38/73] wifi: mt76: mt7921: reset msta->airtime_ac while clearing up hw value
` [PATCH AUTOSEL 5.19 39/73] wifi: rtw89: free unused skb to prevent memory leak
` [PATCH AUTOSEL 5.19 40/73] wifi: rtw89: fix rx filter after scan
` [PATCH AUTOSEL 5.19 54/73] wifi: ath10k: reset pointer after memory free to avoid potential use-after-free
` [PATCH AUTOSEL 5.19 60/73] wifi: rt2x00: set VGC gain for both chains of MT7620

[PATCH AUTOSEL 6.0 03/77] wifi: rtw88: phy: fix warning of possible buffer overflow
 2022-10-09 22:07 UTC  (17+ messages)
` [PATCH AUTOSEL 6.0 04/77] wifi: ath10k: Set tx credit to one for WCN3990 snoc based devices
` [PATCH AUTOSEL 6.0 05/77] wifi: brcmfmac: fix invalid address access when enabling SCAN log level
` [PATCH AUTOSEL 6.0 15/77] wifi: mac80211: accept STA changes without link changes
` [PATCH AUTOSEL 6.0 16/77] wifi: mac80211: fix control port frame addressing
` [PATCH AUTOSEL 6.0 20/77] wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()
` [PATCH AUTOSEL 6.0 26/77] wifi: ath11k: Register shutdown handler for WCN6750
` [PATCH AUTOSEL 6.0 27/77] rtw89: ser: leave lps with mutex
` [PATCH AUTOSEL 6.0 35/77] wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit()
` [PATCH AUTOSEL 6.0 40/77] wifi: ath11k: mhi: fix potential memory leak in ath11k_mhi_register()
` [PATCH AUTOSEL 6.0 42/77] wifi: rtw89: free unused skb to prevent memory leak
` [PATCH AUTOSEL 6.0 58/77] wifi: ath10k: reset pointer after memory free to avoid potential use-after-free
` [PATCH AUTOSEL 6.0 62/77] wifi: rt2x00: don't run Rt5592 IQ calibration on MT7620
` [PATCH AUTOSEL 6.0 63/77] wifi: rt2x00: set correct TX_SW_CFG1 MAC register for MT7620
` [PATCH AUTOSEL 6.0 64/77] wifi: rt2x00: set VGC gain for both chains of MT7620
` [PATCH AUTOSEL 6.0 65/77] wifi: rt2x00: set SoC wmac clock register
` [PATCH AUTOSEL 6.0 66/77] wifi: rt2x00: correctly set BBP register 86 for MT7620

[PATCH v2 1/3] wifi: mac80211: add internal handler for wake_tx_queue
 2022-10-09 18:34 UTC  (4+ messages)
` [PATCH v2 2/3] wifi: mac80211: add wake_tx_queue callback to drivers
` [PATCH v2 3/3] wifi: mac80211: Drop support for TX push path

[PATCH] mac80211: add support for restricting netdev features per vif
 2022-10-09 18:33 UTC 

[PATCH] ar5523: Fix use-after-free on ar5523_cmd() timed out
 2022-10-09 18:32 UTC 

[PATCH v5 0/7] treewide cleanup of random integer usage
 2022-10-09 14:17 UTC  (12+ messages)
` [PATCH v5 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v5 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v5 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v5 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v5 5/7] treewide: use get_random_u32() when possible
` [PATCH v5 6/7] treewide: use get_random_bytes "
` [PATCH v5 7/7] prandom: remove unused functions

[PATCH 0/9] wifi: rtw89: 8852b: complete basic chip_ops and chip_info
 2022-10-09 12:54 UTC  (10+ messages)
` [PATCH 1/9] wifi: rtw89: 8852b: add chip_ops::set_channel_help
` [PATCH 2/9] wifi: rtw89: 8852b: add power on/off functions
` [PATCH 3/9] wifi: rtw89: 8852b: add basic baseband chip_ops
` [PATCH 4/9] wifi: rtw89: 8852b: add chip_ops to get thermal
` [PATCH 5/9] wifi: rtw89: 8852b: add chip_ops related to BT coexistence
` [PATCH 6/9] wifi: rtw89: 8852b: add chip_ops to query PPDU
` [PATCH 7/9] wifi: rtw89: 8852b: add chip_ops to configure TX/RX path
` [PATCH 8/9] wifi: rtw89: 8852b: add functions to control BB to assist RF calibrations
` [PATCH 9/9] wifi: rtw89: 8852b: add basic attributes of chip_info

[bug][6.1] Enable run-time checking of dynamic memcpy() and memmove() lengths causes warning on every boot at net/wireless/wext-core.c:623 (size 4)
 2022-10-09 11:39 UTC 

[PATCH v3 0/5] treewide cleanup of random integer usage
 2022-10-09  2:57 UTC  (23+ messages)
` [PATCH v3 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v3 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v3 3/5] treewide: use get_random_u32() "
` [PATCH v3 4/5] treewide: use get_random_bytes "
` [PATCH v3 5/5] prandom: remove unused functions

[PATCH v4 0/6] treewide cleanup of random integer usage
 2022-10-09  0:26 UTC  (21+ messages)
` [PATCH v4 1/6] treewide: use prandom_u32_max() when possible, mechanically
` [PATCH v4 2/6] treewide: use prandom_u32_max() when possible
` [PATCH v4 3/6] treewide: use get_random_{u8,u16}() "
` [PATCH v4 4/6] treewide: use get_random_u32() "
` [PATCH v4 5/6] treewide: use get_random_bytes "
` [PATCH v4 6/6] prandom: remove unused functions

[PATCH] ath9k: verify the expected usb_endpoints are present
 2022-10-08 22:43 UTC  (9+ messages)
  ` [PATCH v2] "
  ` [PATCH v3] "
      ` [PATCH v4] "
          ` [PATCH v5] "

[PATCH] ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()
 2022-10-08 22:36 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v4 2/6] treewide: use prandom_u32_max() when possible
 2022-10-08 18:16 UTC  (3+ messages)

[PATCH 1/3] wifi: rtl8xxxu: Make some arrays const
 2022-10-08 10:58 UTC  (3+ messages)
` [PATCH 2/3] wifi: rtl8xxxu: Fix reading the vendor of combo chips
` [PATCH 3/3] wifi: rtl8xxxu: Update module description

rtl8187 triggers usb device reset on kernel driver disconnect
 2022-10-08  4:33 UTC 

[wireless-next:main] BUILD SUCCESS 0ff57171d6d225558c81a69439d5323e35b40549
 2022-10-08  2:56 UTC 

[wireless:for-next] BUILD SUCCESS 10d5ea5a436da8d60cdb5845f454d595accdbce0
 2022-10-08  1:45 UTC 

[PATCH 0/8] wifi: ath11k: Add support for IPQ5018
 2022-10-07 23:38 UTC  (11+ messages)
` [PATCH 1/8] wifi: dt: bindings: net: add IPQ5018 compatible entry for ath11k
` [PATCH 2/8] wifi: ath11k: update hw params for IPQ5018
` [PATCH 3/8] wifi: ath11k: update ce configurations "
` [PATCH 4/8] wifi: ath11k: remap ce register space "
` [PATCH 5/8] wifi: ath11k: update hal srng regs "
` [PATCH 6/8] wifi: ath11k: initialize hw_ops "
` [PATCH 7/8] wifi: ath11k: add new hw ops for IPQ5018 to get rx dest ring hashmap
` [PATCH 8/8] wifi: ath11k: add ipq5018 device support

[PATCH] wifi: ath11k: add support to configure channel dwell time
 2022-10-07 21:17 UTC  (2+ messages)

[PATCH] wifi: ath11k: avoid deadlock during regulatory update in ath11k_regd_update()
 2022-10-07 21:08 UTC  (2+ messages)

[PATCH] ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()
 2022-10-07 18:22 UTC  (2+ messages)

[PATCH] ath9k: fix an uninit value use in ath9k_htc_rx_msg()
 2022-10-07 17:37 UTC  (2+ messages)

[PATCH] ath9k: Remove -Warray-bounds exception
 2022-10-07 17:28 UTC  (2+ messages)

RTL8723DE: System freeze on wake after suspend and Turning off airplane mode via keyboard button
 2022-10-07 16:26 UTC 

[PATCH v2] cfg80211: modify MLD ID params about RNR element
 2022-10-07 13:50 UTC  (2+ messages)

[PATCH v2 6.1 1/2] wifi: cfg80211: fix ieee80211_data_to_8023_exthdr handling of small packets
 2022-10-07 12:56 UTC  (2+ messages)
` [PATCH v2 6.1 2/2] wifi: mac80211: do not drop packets smaller than the LLC-SNAP header on fast-rx

[PATCH] wifi: mac80211: fix EHT issue in ieee80211_determine_chantype
 2022-10-07 12:46 UTC  (2+ messages)

[PATCH 6.1 1/2] wifi: cfg80211: fix ieee80211_data_to_8023_exthdr handling of small packets
 2022-10-07 12:38 UTC  (3+ messages)
` [PATCH 6.1 2/2] wifi: mac80211: do not drop packets smaller than the LLC-SNAP header on fast-rx

pull request: rtw89: 8852c: update fw to v0.27.56.1
 2022-10-07 10:39 UTC 

[PATCH 1/2] wifi: rtw89: correct 6 GHz scan behavior
 2022-10-07  4:59 UTC  (2+ messages)
` [PATCH 2/2] wifi: rtw89: fix wrong bandwidth settings after scan

[PATCH] wifi: carl9170: Remove -Warray-bounds exception
 2022-10-06 20:04 UTC  (2+ messages)

[wireless-next:mld] BUILD SUCCESS c028c32152a5b8841d5451748b98f98c3a04b269
 2022-10-06 19:51 UTC 

[wireless:for-next] BUILD SUCCESS 6b430f72b2bc14fd0ac922dda92eaa51c82e15a4
 2022-10-06 18:40 UTC 

[PATCH] ath9k: Make arrays prof_prio and channelmap static const
 2022-10-06 18:12 UTC  (2+ messages)

[PATCH] wifi: mac80211: Use internal TX queues for all drivers
 2022-10-06 16:42 UTC  (9+ messages)

[PATCH v2 0/5] treewide cleanup of random integer usage
 2022-10-06 16:25 UTC  (11+ messages)
` [PATCH v2 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v2 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v2 3/5] treewide: use get_random_u32() "
` [PATCH v2 4/5] treewide: use get_random_bytes "
` [PATCH v2 5/5] prandom: remove unused functions

[PATCH 05/28] wifi: cfg80211: support reporting failed links
 2022-10-06 14:40 UTC  (6+ messages)

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-06 13:20 UTC  (10+ messages)
` [PATCH v1 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v1 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v1 3/5] treewide: use get_random_u32() "
      ` [f2fs-dev] "
` [PATCH v1 4/5] treewide: use get_random_bytes "
` [PATCH v1 5/5] prandom: remove unused functions

[PATCH v3 0/5] Fix connect/p2p issue series
 2022-10-06  8:34 UTC  (8+ messages)
` [PATCH v3 4/5] brcmfmac: Update SSID of hidden AP while informing its bss to cfg80211 layer

[linux-next:master] BUILD REGRESSION 67ae4f7434cee86ee318d46fb10b8a9840ad2e81
 2022-10-06  7:55 UTC  (2+ messages)

[wireless-next:mld] BUILD SUCCESS 5be9cc94f50d844e006f947dda9f178080eadd6a
 2022-10-06  6:16 UTC 

[PATCH 6.0] wifi: mt76: fix rate reporting / throughput regression on mt7915 and newer
 2022-10-06  5:20 UTC  (2+ messages)

[PATCH v2] wifi: ath11k: suppress add interface error
 2022-10-06  0:58 UTC 

[PATCH v4 1/2] mac80211: Add VHT MU-MIMO related flags in ieee80211_bss_conf
 2022-10-05 21:54 UTC  (2+ messages)
` [PATCH v4 2/2] mac80211: Add HE "

[wireless-next:main] BUILD SUCCESS 8af9d4068e86dd5c3221ee495ec09537c7fb458b
 2022-10-05 20:36 UTC 

[wireless-next:mld 2/28] net/mac80211/sta_info.c:370:17: error: implicit declaration of function 'ieee80211_link_sta_debugfs_remove'; did you mean 'ieee80211_link_sta_debugfs_drv_remove'?
 2022-10-05 15:33 UTC 

[PATCH 6.1 1/2] wifi: mt76: fix receiving LLC packets on mt7615/mt7915
 2022-10-05 13:08 UTC  (2+ messages)
` [PATCH 6.1 2/2] wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).