linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-23 09:26:00 to 2021-07-28 01:47:59 UTC [more...]

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

[PATCH v2 0/5] rtw88: fix WoWLAN function and report reason to mac80211
 2021-07-28  1:43 UTC  (6+ messages)
` [PATCH v2 1/5] rtw88: use read_poll_timeout instead of fixed sleep
` [PATCH v2 2/5] rtw88: refine the setting of rsvd pages for different firmware
` [PATCH v2 3/5] rtw88: wow: build wow function only if CONFIG_PM is on
` [PATCH v2 4/5] rtw88: wow: report wow reason through mac80211 api
` [PATCH v2 5/5] rtw88: wow: fix size access error of probe request

[PATCH 0/4] rtw88: fix WoWLAN function and report reason to mac80211
 2021-07-28  0:53 UTC  (6+ messages)
` [PATCH 1/4] rtw88: use read_poll_timeout instead of fixed sleep
` [PATCH 2/4] rtw88: refine the setting of rsvd pages for different firmware
` [PATCH 3/4] rtw88: wow: report wow reason through mac80211 api
` [PATCH 4/4] rtw88: wow: fix size access error of probe request

[PATCH 1/2] mt76: connac: fix GTK rekey offload failure on WPA mixed mode
 2021-07-27 22:59 UTC  (2+ messages)
` [PATCH 2/2] mt76: connac: add support maximum regulatory Tx power

[PATCH] ath9k_htc: Add a missing spin_lock_init()
 2021-07-27 21:43 UTC 

[PATCH net-next v3 00/31] ndo_ioctl rework
 2021-07-27 20:00 UTC  (3+ messages)
` [PATCH net-next v3 19/31] airo: use ndo_siocdevprivate

[PATCH] wireless: rtl8187: replace udev with usb_get_dev()
 2021-07-27 18:57 UTC 

[PATCH v3] rtw88: Remove unnecessary check code
 2021-07-27 18:16 UTC  (3+ messages)

[PATCH] intersil: remove obsolete prism54 wireless driver
 2021-07-27 12:42 UTC  (5+ messages)

[PATCH] ath9k: hif_usb: fix memory leak in ath9k_hif_usb_firmware_cb
 2021-07-27 12:26 UTC  (5+ messages)

[PATCH] rtw88: 8822ce: set CLKREQ# signal to low during suspend
 2021-07-27 10:05 UTC 

[PATCH] mt76: mt7921: fix dma hang in rmmod
 2021-07-27  9:47 UTC 

[PATCH v5 1/7] mei: bus: add client dma interface
 2021-07-27  6:51 UTC  (7+ messages)
` [PATCH v5 2/7] iwlwifi: mei: add the driver to allow cooperation with CSME
` [PATCH v5 3/7] iwlwifi: mei: add debugfs hooks
` [PATCH v5 4/7] iwlwifi: integrate with iwlmei
` [PATCH v5 5/7] nl80211: vendor-cmd: add Intel vendor commands for iwlmei usage
` [PATCH v5 6/7] iwlwifi: mvm: add vendor commands needed for iwlmei
` [PATCH v5 7/7] iwlwifi: mvm: read the rfkill state and feed it to iwlmei

[PATCH] wireless: rtl8187: replace udev with usb_get_dev()
 2021-07-27  6:10 UTC  (4+ messages)

[PATCH] iwlwifi: mvm: Change "ERR_PTR(EINVAL)" to "ERR_PTR(-EINVAL)"
 2021-07-27  5:02 UTC 

two small bcma patches
 2021-07-27  2:52 UTC  (3+ messages)
` [PATCH 1/2] bcma: Fix memory leak for internally-handled cores
` [PATCH 2/2] bcma: Drop the unused parameter of bcma_scan_read32()

[PATCH 1/2] mt76: mt7921: enable aspm by default
 2021-07-27  0:42 UTC  (3+ messages)
` [PATCH 2/2] mt76: fix build error implicit enumeration conversion

[PATCH v5 1/7] mt76 - mt7915: Add ethtool stats support
 2021-07-26 17:30 UTC  (7+ messages)
` [PATCH v5 2/7] mt76 - mt7915: Add tx stats gathered from tx-status callbacks
` [PATCH v5 3/7] mt76 - mt7915: Add some per-station tx stats to ethtool
` [PATCH v5 4/7] mt76 - mt7915: Add tx mu/su counters to mib
` [PATCH v5 5/7] mt76 - mt7915: Fix he_mcs capabilities for 160mhz
` [PATCH v5 6/7] mt76 - mt7915: Add more MIB registers
` [PATCH v5 7/7] mt76 - mt7915: Add mib counters to ethtool stats

[syzbot] general protection fault in hwsim_exit_net
 2021-07-26 14:38 UTC 

Current mainline brcmfmac reports error on supposedly supported ap6256 chip
 2021-07-26 12:31 UTC  (6+ messages)

[PATCH] net: wireless: move the deallocation of regulatory domain to wiphy_free
 2021-07-26 11:55 UTC 

[PATCH] iwlwifi: select MAC80211_LEDS conditionally
 2021-07-26  9:26 UTC  (4+ messages)

[PATCH RFC v1 0/7] rtw88: prepare locking for SDIO support
 2021-07-26  7:22 UTC  (13+ messages)
` [PATCH RFC v1 2/7] rtw88: Use rtw_iterate_vifs where the iterator reads or writes registers
` [PATCH RFC v1 3/7] rtw88: Use rtw_iterate_stas "
` [PATCH RFC v1 5/7] rtw88: Configure the registers from rtw_bf_assoc() outside the RCU lock

[PATCH 00/12] nfc: constify data structures
 2021-07-25  8:30 UTC  (14+ messages)
` [PATCH 01/12] nfc: constify payload argument in nci_send_cmd()
` [PATCH 02/12] nfc: constify nci_ops
` [PATCH 03/12] nfc: s3fwrn5: "
` [PATCH 04/12] nfc: constify nci_driver_ops (prop_ops and core_ops)
` [PATCH 05/12] nfc: constify nfc_phy_ops
` [PATCH 06/12] nfc: st21nfca: constify file-scope arrays
` [PATCH 07/12] nfc: constify pointer to nfc_vendor_cmd
` [PATCH 08/12] nfc: constify nfc_hci_gate
` [PATCH 09/12] nfc: constify nfc_ops
` [PATCH 10/12] nfc: constify nfc_hci_ops
` [PATCH 11/12] nfc: constify nfc_llc_ops
` [PATCH 12/12] nfc: constify nfc_digital_ops

[feature request] set regulatory domain per device and some other fixes
 2021-07-25  4:57 UTC 

[mac80211:master] BUILD SUCCESS f9a5c358c8d26fed0cc45f2afc64633d4ba21dff
 2021-07-24 16:14 UTC 

Current mainline brcmfmac reports error on supposedly supported ap6256 chip
 2021-07-24 13:22 UTC 

[PATCH v4 1/8] mt76 - mt7915: Add ethtool stats support
 2021-07-24 12:40 UTC  (12+ messages)
` [PATCH v4 2/8] mt76 - mt7915: Add tx stats gathered from tx-status callbacks
` [PATCH v4 3/8] mt76 - mt7915: Add some per-station tx stats to ethtool
` [PATCH v4 4/8] mt76 - mt7915: Add tx mu/su counters to mib
` [PATCH v4 5/8] mt76 - mt7915: Move more tx-bf stats "
` [PATCH v4 6/8] mt76 - mt7915: Fix he_mcs capabilities for 160mhz
` [PATCH v4 7/8] mt76 - mt7915: Add more MIB registers
` [PATCH v4 8/8] mt76 - mt7915: Add mib counters to ethtool stats

[PATCH 27/54] dt-bindings: net: wireless: Convert ESP ESP8089 binding to a schema
 2021-07-23 21:58 UTC  (2+ messages)

[PATCH v3 01/11] mt76: add hash lookup for skb on TXS status_list
 2021-07-23 16:06 UTC  (11+ messages)
` [PATCH v3 02/11] mt76 - mt7915: Fix potential NPE in TXS processing
` [PATCH v3 03/11] mt76 - mt7915: Move TXS parsing to its own method
` [PATCH v3 04/11] mt76 - mt7915: Allow processing TXS for 'NO_SKB' pkt-ids
` [PATCH v3 05/11] mt76: mt7915: debugfs hook to enable TXS for NO_SKB pkt-ids
` [PATCH v3 06/11] mt76: mt7915: Support parsing TXSFM 0x2
` [PATCH v3 07/11] mt76: mt7915: Add support for tx-overrides
` [PATCH v3 08/11] mt76: mt7915: Fix SGI reporting when using tx-overrides
` [PATCH v3 09/11] mt76: mt7915: txfree status to show txcount instead of latency
` [PATCH v3 10/11] mt76: mt7915: Report tx-retries
` [PATCH v3 11/11] mt76: mt7915: add a missing HT flag for GI parsing

[PATCH] brcmfmac: Add WPA3 Personal with FT to supported cipher suites
 2021-07-23 14:42 UTC 

[PATCH] iwlwifi: Fix memory leak on reduce_power_data buffer
 2021-07-23 14:35 UTC  (2+ messages)

[PATCH] cfg80211: free the object allocated in wiphy_apply_custom_regulatory
 2021-07-23  9:59 UTC  (11+ messages)

pull-request: mac80211 2021-07-23
 2021-07-23  9:50 UTC 

[PATCH 0/9] cfg80211/mac80211: Add support for 6GHZ STA for various modes : LPI, SP and VLP
 2021-07-23  9:38 UTC  (12+ messages)
` [PATCH 5/9] cfg80211: save power spectral density(psd) of regulatory rule
` [PATCH 6/9] mac80211: add definition for transmit power envelope element
` [PATCH 7/9] mac80211: add parse "
` [PATCH 8/9] mac80211: add transmit power envelope element and power constraint in bss_conf
` [PATCH 9/9] mac80211: save transmit power envelope element and power constraint


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