linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-21 18:08:35 to 2021-07-27 21:00:33 UTC [more...]

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-07-27 20:58 UTC  (19+ 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 05/64] skbuff: Switch structure bounds to struct_group()
` [PATCH 07/64] staging: rtl8192e: Use struct_group() for memcpy() region
` [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 13/64] libertas: "
` [PATCH 14/64] libertas_tf: "
` [PATCH 15/64] ipw2x00: "
` [PATCH 18/64] cxgb3: "
` [PATCH 22/64] bnx2x: "
` [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 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 0/4] rtw88: fix WoWLAN function and report reason to mac80211
 2021-07-27 10:00 UTC  (5+ 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] 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  (12+ 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  (18+ messages)
` [PATCH 1/9] cfg80211: add power type definition for 6G Hz
` [PATCH 3/9] mac80211: add parse regulatory info in 6G Hz operation information
` [PATCH 4/9] cfg80211: add definition for 6G power spectral density(psd)
` [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

reg 802.11s support with SDIO based Wi-Fi Modules
 2021-07-23  7:29 UTC 

[PATCH] iwlwifi: remove redundant calls to unlikely()
 2021-07-23  2:19 UTC  (2+ messages)

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

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

[PATCH V2] ath10k: don't fail if IRAM write fails
 2021-07-22 19:42 UTC  (2+ messages)

[PATCH] ath10k: don't fail if IRAM write fails
 2021-07-22 19:29 UTC 

[PATCH 01/11] mt76: add hash lookup for skb on TXS status_list
 2021-07-22 18:03 UTC  (3+ messages)
` [PATCH 10/11] mt76: mt7915: Report tx-retries

[PATCH] ath5k: fix building with LEDS=m
 2021-07-22 10:54 UTC 

[PATCH 1/3] ath11k: add channel 2 into 6 GHz channel list
 2021-07-22 10:20 UTC  (3+ messages)
` [PATCH 2/3] ath11k: fix packet drops due to incorrect 6 GHz freq value in rx status
` [PATCH 3/3] ath11k: fix survey dump collection in 6 GHz

[PATCH v4 0/5] bus: Make remove callback return void
 2021-07-22  8:45 UTC  (3+ messages)

[syzbot] memory leak in reg_copy_regd
 2021-07-22  6:12 UTC 

[syzbot] WARNING in ieee80211_offchannel_return
 2021-07-22  2:10 UTC 

[PATCH 01/12] ath11k: Fix pktlog lite rx events
 2021-07-21 21:20 UTC  (12+ messages)
` [PATCH 02/12] ath11k: Update pdev tx and rx firmware stats
` [PATCH 03/12] ath11k: Avoid reg rules update during firmware recovery
` [PATCH 04/12] ath11k: Avoid race during regd updates
` [PATCH 05/12] ath11k: Add vdev start flag to disable hardware encryption
` [PATCH 06/12] ath11k: Assign free_vdev_map value before ieee80211_register_hw
` [PATCH 07/12] ath11k: Fix crash during firmware recovery on reo cmd ring access
` [PATCH 08/12] ath11k: Avoid "No VIF found" warning message
` [PATCH 09/12] ath11k: Add wmi peer create conf event in wmi_tlv_event_id
` [PATCH 10/12] ath11k: Send PPDU_STATS_CFG with proper pdev mask to firmware
` [PATCH 11/12] ath11k: Clear auth flag only for actual association in security mode
` [PATCH 12/12] ath11k: Change QCN9074 firmware to operate in mode-2

[PATCH] ath11k: Add support for RX decapsulation offload
 2021-07-21 20:42 UTC 

[PATCH 0/4] ath11k: Add caldata download support from file/EEPROM
 2021-07-21 20:19 UTC  (5+ messages)
` [PATCH 1/4] ath11k: use hw_params to access board_size and cal_offset
` [PATCH 2/4] ath11k: clean up BDF download functions
` [PATCH 3/4] ath11k: add caldata file for multiple radios
` [PATCH 4/4] ath11k: add caldata download support from EEPROM

[PATCH 0/4] ath11k: Add spectral scan support for QCN9074
 2021-07-21 18:08 UTC  (5+ messages)
` [PATCH 1/4] ath11k: Refactor spectral FFT bin size
` [PATCH 2/4] ath11k: Introduce spectral hw configurable param
` [PATCH 3/4] ath11k: Fix the spectral minimum FFT bin count
` [PATCH 4/4] ath11k: Add spectral scan support for QCN9074


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