linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-17 16:48:47 to 2021-08-20 01:48:09 UTC [more...]

[PATCH V2 net-next 0/4] ethtool: extend coalesce uAPI
 2021-08-20  1:48 UTC  (7+ messages)
` [PATCH V2 net-next 1/4] ethtool: add two coalesce attributes for CQE mode
` [PATCH V2 net-next 2/4] ethtool: extend coalesce setting uAPI with "
` [PATCH V2 net-next 3/4] net: hns3: add support for EQE/CQE mode configuration
` [PATCH V2 net-next 4/4] net: hns3: add ethtool support for CQE/EQE "

[PATCH 1/4] mt76: mt7915: checkpatch cleanup
 2021-08-20  1:29 UTC  (5+ messages)
` [PATCH 2/4] mt76: mt7615: "

[RFC PATCH 00/15] create power sequencing subsystem
 2021-08-19 23:44 UTC  (10+ messages)
` [RFC PATCH 01/15] power: add power sequencer subsystem
` [RFC PATCH 10/15] pwrseq: add support for QCA BT+WiFi power sequencer
` [RFC PATCH 11/15] arm64: dts: qcom: sdm845-db845c: switch bt+wifi to qca "
` [RFC PATCH 14/15] WIP: PCI: qcom: use pwrseq to power up bus devices

[GIT PULL] Networking for 5.14-rc7
 2021-08-19 21:01 UTC  (2+ messages)

[PATCH v8 1/9] mt76: add hash lookup for skb on TXS status_list
 2021-08-19 20:49 UTC  (9+ messages)
` [PATCH v8 2/9] mt76: mt7915: fix potential NPE in TXS processing
` [PATCH v8 3/9] mt76: mt7915: move TXS parsing to its own method
` [PATCH v8 4/9] mt76: mt7915: allow processing TXS for 'NO_SKB' pkt-ids
` [PATCH v8 5/9] mt76: mt7915: debugfs hook to enable TXS for NO_SKB pkt-ids
` [PATCH v8 6/9] mt76: mt7915: add note about TXSFM 0x2
` [PATCH v8 7/9] mt76: mt7915: txfree status to show txcount instead of latency
` [PATCH v8 8/9] mt76: mt7915: report tx-retries
` [PATCH v8 9/9] mt76: mt7915: add a missing HT flag for GI parsing

[PATCH 0/3] net: Cleanups for FORTIFY_SOURCE
 2021-08-19 20:28 UTC  (4+ messages)
` [PATCH 1/3] ipw2x00: Avoid field-overflowing memcpy()
` [PATCH 2/3] net/mlx5e: "
` [PATCH 3/3] pcmcia: ray_cs: Split memcpy() to avoid bounds check warning

[mac80211-next:master] BUILD SUCCESS c448f0fd2ce59947b3b8b8d6b56e15036449d1f1
 2021-08-19 19:59 UTC 

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-08-19 19:58 UTC  (94+ messages)
` [PATCH v2 01/63] ipw2x00: Avoid field-overflowing memcpy()
` [PATCH v2 02/63] net/mlx5e: "
` [PATCH v2 03/63] rpmsg: glink: Replace strncpy() with strscpy_pad()
` [PATCH v2 04/63] pcmcia: ray_cs: Split memcpy() to avoid bounds check warning
` [PATCH v2 05/63] stddef: Introduce struct_group() helper macro
` [PATCH v2 06/63] cxl/core: Replace unions with struct_group()
` [PATCH v2 07/63] skbuff: Switch structure bounds to struct_group()
` [PATCH v2 08/63] bnxt_en: Use struct_group_attr() for memcpy() region
` [PATCH v2 09/63] mwl8k: Use struct_group() "
` [PATCH v2 10/63] libertas: "
` [PATCH v2 11/63] libertas_tf: "
` [PATCH v2 12/63] thermal: intel: int340x_thermal: "
` [PATCH v2 13/63] iommu/amd: "
` [PATCH v2 14/63] cxgb3: "
` [PATCH v2 15/63] intersil: "
` [PATCH v2 16/63] cxgb4: "
` [PATCH v2 17/63] bnx2x: "
` [PATCH v2 18/63] drm/amd/pm: "
` [PATCH v2 19/63] staging: wlan-ng: "
` [PATCH v2 20/63] drm/mga/mga_ioc32: "
` [PATCH v2 21/63] net/mlx5e: "
` [PATCH v2 22/63] HID: cp2112: "
` [PATCH v2 23/63] media: omap3isp: "
` [PATCH v2 24/63] sata_fsl: "
` [PATCH v2 25/63] compiler_types.h: Remove __compiletime_object_size()
` [PATCH v2 26/63] lib/string: Move helper functions out of string.c
` [PATCH v2 27/63] fortify: Move remaining fortify helpers into fortify-string.h
` [PATCH v2 28/63] fortify: Explicitly disable Clang support
` [PATCH v2 29/63] fortify: Fix dropped strcpy() compile-time write overflow check
` [PATCH v2 30/63] fortify: Prepare to improve strnlen() and strlen() warnings
` [PATCH v2 31/63] fortify: Allow strlen() and strnlen() to pass compile-time known lengths
` [PATCH v2 32/63] fortify: Add compile-time FORTIFY_SOURCE tests
` [PATCH v2 33/63] lib: Introduce CONFIG_TEST_MEMCPY
` [PATCH v2 34/63] fortify: Detect struct member overflows in memcpy() at compile-time
` [PATCH v2 35/63] fortify: Detect struct member overflows in memmove() "
` [PATCH v2 36/63] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
` [PATCH v2 37/63] string.h: Introduce memset_after() for wiping trailing members/padding
` [PATCH v2 38/63] xfrm: Use memset_after() to clear padding
` [PATCH v2 39/63] ipv6: Use memset_after() to zero rt6_info
` [PATCH v2 40/63] netfilter: conntrack: Use memset_startat() to zero struct nf_conn
` [PATCH v2 41/63] net: 802: Use memset_startat() to clear struct fields
` [PATCH v2 42/63] net: dccp: Use memset_startat() for TP zeroing
` [PATCH v2 43/63] net: qede: Use memset_startat() for counters
` [PATCH v2 44/63] mac80211: Use memset_after() to clear tx status
` [PATCH v2 45/63] ath11k: Use memset_startat() for clearing queue descriptors
` [PATCH v2 46/63] iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rpl
` [PATCH v2 47/63] intel_th: msu: Use memset_startat() for clearing hw header
` [PATCH v2 48/63] IB/mthca: Use memset_startat() for clearing mpt_entry
` [PATCH v2 49/63] btrfs: Use memset_startat() to clear end of struct
` [PATCH v2 50/63] tracing: Use memset_startat() to zero struct trace_iterator
` [PATCH v2 51/63] drbd: Use struct_group() to zero algs
` [PATCH v2 52/63] cm4000_cs: Use struct_group() to zero struct cm4000_dev region
` [PATCH v2 53/63] KVM: x86: Use struct_group() to zero decode cache
` [PATCH v2 54/63] dm integrity: Use struct_group() to zero struct journal_sector
` [PATCH v2 55/63] HID: roccat: Use struct_group() to zero kone_mouse_event
` [PATCH v2 56/63] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr
` [PATCH v2 57/63] powerpc/signal32: Use struct_group() to zero spe regs
` [PATCH v2 58/63] ethtool: stats: Use struct_group() to clear all stats at once
` [PATCH v2 59/63] can: flexcan: Use struct_group() to zero struct flexcan_regs regions
` [PATCH v2 60/63] net/af_iucv: Use struct_group() to zero struct iucv_sock region
` [PATCH v2 61/63] powerpc: Split memset() to avoid multi-field overflow
` [PATCH v2 62/63] fortify: Detect struct member overflows in memset() at compile-time
` [PATCH v2 63/63] fortify: Work around Clang inlining bugs

ath10k: Incorrect MTU size for SDIO
 2021-08-19 17:29 UTC 

5.10.58 UBSAN from brcmf_sdio_dpc+0xa50/0x128c [brcmfmac]
 2021-08-19 16:40 UTC  (5+ messages)

[PATCH v5 01/11] mt76: add hash lookup for skb on TXS status_list
 2021-08-19 16:16 UTC  (7+ messages)
` [PATCH v5 05/11] mt76: mt7915: debugfs hook to enable TXS for NO_SKB pkt-ids
` [PATCH v5 07/11] mt76: mt7915: add support for tx-overrides

[PATCH v3 0/2] Add BCM43752 chipset support
 2021-08-19 15:43 UTC  (5+ messages)
` [PATCH v3 2/2] btbcm: add patch ram for bluetooth

[PATCH 00/11] iwlwifi: updates intended for v5.15 2021-08-19
 2021-08-19 15:40 UTC  (12+ messages)
` [PATCH 01/11] iwlwifi: bump FW API to 65 for AX devices
` [PATCH 02/11] iwlwifi: acpi: fill in WGDS table with defaults
` [PATCH 03/11] iwlwifi: acpi: fill in SAR tables "
` [PATCH 04/11] iwlwifi: pcie: avoid dma unmap/remap in crash dump
` [PATCH 05/11] iwlwifi: fix __percpu annotation
` [PATCH 06/11] iwlwifi: api: remove datamember from struct
` [PATCH 07/11] iwlwifi: fw: fix debug dump data declarations
` [PATCH 08/11] iwlwifi: add 'Rx control frame to MBSSID' HE capability
` [PATCH 09/11] iwlwifi: yoyo: support for new DBGI_SRAM region
` [PATCH 10/11] iwlwifi: mvm: don't schedule the roc_done_wk if it is already running
` [PATCH 11/11] iwlwifi: allow debug init in RF-kill

[PATCH 0/5] add tx status reporting to mt7921 driver
 2021-08-19 15:27 UTC  (8+ messages)
` [PATCH 1/5] mt76: mt7921: start reworking tx rate reporting
` [PATCH 2/5] mt76: mt7921: add support for tx status reporting
` [PATCH 3/5] mt76: mt7921: report tx rate directly from tx status
` [PATCH 4/5] mt76: mt7921: remove mcu rate reporting code
` [PATCH 5/5] mt76: mt7921: remove mt7921_sta_stats

[PATCH] brcmsmac: make array addr static const, makes object smaller
 2021-08-19 12:55 UTC 

[PATCH] rsi: make array fsm_state static const, makes object smaller
 2021-08-19 12:50 UTC 

[PATCH] mwifiex: make arrays static const, makes object smaller
 2021-08-19 12:16 UTC 

[PATCH v2 0/5] add tx status reporting to mt7921 driver
 2021-08-19  8:32 UTC  (6+ messages)
` [PATCH v2 1/5] mt76: mt7921: start reworking tx rate reporting
` [PATCH v2 2/5] mt76: mt7921: add support for tx status reporting
` [PATCH v2 3/5] mt76: mt7921: report tx rate directly from tx status
` [PATCH v2 4/5] mt76: mt7921: remove mcu rate reporting code
` [PATCH v2 5/5] mt76: mt7921: remove mt7921_sta_stats

[PATCH v3] ath10k: high latency fixes for beacon buffer
 2021-08-18 23:26 UTC 

[PATCH 2/5] treewide: Replace open-coded flex arrays in unions
 2021-08-18 21:51 UTC  (4+ messages)
` [PATCH 3/5] treewide: Replace 0-element memcpy() destinations with flexible arrays

[PATCH v2] ath10k: Do not call dma_alloc_coherent() for SDIO and USB
 2021-08-18 21:44 UTC 

[PATCH] ath10k: Do not call dma_alloc_coherent() for SDIO and USB
 2021-08-18 21:09 UTC  (6+ messages)

[PATCH] [v14] wireless: Initial driver submission for pureLiFi STA devices
 2021-08-18 14:13 UTC  (2+ messages)
` [PATCH] [v15] "

[PATCH] wcn36xx: Ensure finish scan is not requested before start scan
 2021-08-18 12:54 UTC  (2+ messages)

[PATCH] iw: unify interface type list printing
 2021-08-18 12:22 UTC 

Backporting CVE-2020-3702 ath9k patches to stable
 2021-08-18  9:18 UTC  (4+ messages)

[PATCH 27/54] dt-bindings: net: wireless: Convert ESP ESP8089 binding to a schema
 2021-08-18  8:45 UTC  (2+ messages)

[PATCH] mt76: mt7921: update mib counters dumping phy stats
 2021-08-18  8:23 UTC 

[PATCH] mt76: mt7921: always wake device if necessary in debugfs
 2021-08-18  8:20 UTC 

[PATCH] brcmfmac: Set SDIO workqueue as WQ_HIGHPRI
 2021-08-18  4:53 UTC  (7+ messages)

[mac80211-next:master] BUILD SUCCESS WITH WARNING f50d2ff8f016b79a2ff4acd5943a1eda40c545d4
 2021-08-18  4:37 UTC 

[mac80211:master] BUILD SUCCESS 0a298d133893c72c96e2156ed7cb0f0c4a306a3e
 2021-08-18  4:37 UTC 

[PATCH net-next 0/4] ethtool: extend coalesce uAPI
 2021-08-18  1:58 UTC  (6+ messages)
` [PATCH net-next 2/4] ethtool: extend coalesce setting uAPI with CQE mode

pull-request: wireless-drivers-2021-08-17
 2021-08-17 22:20 UTC  (2+ messages)

[mac80211-next:master 9/11] net/wireless/./trace.h:3637:30: warning: implicit conversion from 'enum nl80211_commands' to 'enum nl80211_bss_scan_width'
 2021-08-17 21:16 UTC 

linux-next: manual merge of the wireless-drivers-next tree with the printk tree
 2021-08-17 17:01 UTC  (2+ messages)


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).