linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-10 01:54:33 to 2025-01-14 04:49:59 UTC [more...]

[PATCH net-next v8 00/11] net: Improve netns handling in rtnetlink
 2025-01-14  4:49 UTC  (14+ messages)
` [PATCH net-next v8 01/11] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v8 02/11] rtnetlink: Pack newlink() params into struct
  ` [PATCH net-next v8 06/11] net: ipv6: Use link netns in newlink() of rtnl_link_ops
` [PATCH net-next v8 03/11] net: "
` [PATCH net-next v8 04/11] ieee802154: 6lowpan: Validate "
` [PATCH net-next v8 05/11] net: ip_tunnel: Use "
` [PATCH net-next v8 07/11] net: xfrm: "
` [PATCH net-next v8 08/11] rtnetlink: Remove "net" from newlink params
` [PATCH net-next v8 09/11] rtnetlink: Create link directly in target net namespace
` [PATCH net-next v8 10/11] selftests: net: Add python context manager for netns entering
` [PATCH net-next v8 11/11] selftests: net: Add test cases for link and peer netns

[PATCH v2 1/6] Revert "wifi: mt76: mt7925: Update mt7925_mcu_uni_[tx,rx]_ba for MLO"
 2025-01-14  2:07 UTC  (6+ messages)
` [PATCH v2 2/6] wifi: mt76: mt7925: fix the wrong link_idx when has p2p_device
` [PATCH v2 3/6] wifi: mt76: mt7925: fix the wrong simultaneous cap for MLO
` [PATCH v2 4/6] wifi: mt76: mt7925: adjust rm BSS flow to prevent next connection failure
` [PATCH v2 5/6] wifi: mt76: mt7925: integrate *mlo_sta_cmd and *sta_cmd
` [PATCH v2 6/6] wifi: mt76: mt7925: update the power-saving flow

[PATCH v9 0/9] wifi: ath12k: add MU-MIMO and 160 MHz bandwidth support
 2025-01-14  0:38 UTC  (10+ messages)
` [PATCH v9 1/9] wifi: ath12k: push HE MU-MIMO params to hardware
` [PATCH v9 2/9] wifi: ath12k: push EHT "
` [PATCH v9 3/9] wifi: ath12k: move HE MCS mapper to a separate function
` [PATCH v9 4/9] wifi: ath12k: generate rx and tx mcs maps for supported HE mcs
` [PATCH v9 5/9] wifi: ath12k: fix TX and RX MCS rate configurations in HE mode
` [PATCH v9 6/9] wifi: ath12k: add support for setting fixed HE rate/GI/LTF
` [PATCH v9 7/9] wifi: ath12k: clean up 80P80 support
` [PATCH v9 8/9] wifi: ath12k: add support for 160 MHz bandwidth
` [PATCH v9 9/9] wifi: ath12k: add extended NSS bandwidth support for 160 MHz

[PATCH v8 0/5] wifi: ath12k: Factory test mode support
 2025-01-14  0:06 UTC  (7+ messages)
` [PATCH v8 1/5] wifi: ath: create common testmode_i.h file for ath drivers
` [PATCH v8 2/5] wifi: ath12k: export ath12k_wmi_tlv_hdr for testmode
` [PATCH v8 3/5] wifi: ath12k: add factory test mode support
` [PATCH v8 4/5] wifi: ath12k: Fill pdev id for fw test cmd
` [PATCH v8 5/5] wifi: ath12k: Disable MLO in Factory Test Mode

[PATCH 0/2] wifi: ath12k: handle ath12k_mac_ieee80211_sta_bw_to_wmi() for link sta
 2025-01-13 22:38 UTC  (5+ messages)
` [PATCH 1/2] wifi: ath12k: relocate ath12k_mac_ieee80211_sta_bw_to_wmi()
` [PATCH 2/2] wifi: ath12k: handle ath12k_mac_ieee80211_sta_bw_to_wmi() for link sta

[PATCH] wifi: ath12k: Add support for link specific datapath stats
 2025-01-13 19:33 UTC  (2+ messages)

[PATCH 0/2] wifi: ath12k: Add support for MLO Multicast Handling
 2025-01-13 19:29 UTC  (5+ messages)
` [PATCH 1/2] wifi: ath12k: Update HTT_TCL_METADATA version and bit mask definitions
` [PATCH 2/2] wifi: ath12k: Add support for MLO Multicast handling in driver

[PATCH v2] brcmfmac: NULL pointer dereference on tx statistic update
 2025-01-13 19:28 UTC  (2+ messages)

[PATCH 00/10] wifi: ath12k: fixes for rmmod and recovery issues with hardware grouping
 2025-01-13 19:25 UTC  (21+ messages)
` [PATCH 01/10] wifi: ath12k: prevent race condition in ath12k_core_hw_group_destroy()
` [PATCH 02/10] wifi: ath12k: add reference counting for core attachment to hardware group
` [PATCH 03/10] wifi: ath12k: fix failed to set mhi state error during reboot with hardware grouping
` [PATCH 04/10] wifi: ath12k: fix firmware assert "
` [PATCH 05/10] wifi: ath12k: fix SLUB BUG - Object already free in ath12k_reg_free()
` [PATCH 06/10] wifi: ath12k: fix ath12k_core_pre_reconfigure_recovery() with grouping
` [PATCH 07/10] wifi: ath12k: fix ATH12K_FLAG_REGISTERED flag handling
` [PATCH 08/10] wifi: ath12k: handle ath12k_core_restart() with hardware grouping
` [PATCH 09/10] wifi: ath12k: handle ath12k_core_reset() "
` [PATCH 10/10] wifi: ath12k: reset MLO global memory during recovery

[PATCH v3 0/6] wifi: ath12k: Support Sounding, Latency, Trigger, FSE stats
 2025-01-13 18:34 UTC  (11+ messages)
` [PATCH v3 1/6] wifi: ath12k: Support Sounding Stats
` [PATCH v3 2/6] wifi: ath12k: Support Latency Stats
` [PATCH v3 3/6] wifi: ath12k: Support Uplink OFDMA Trigger Stats
` [PATCH v3 4/6] wifi: ath12k: Add API to print s8 arrays in HTT stats
` [PATCH v3 5/6] wifi: ath12k: Support Uplink MUMIMO Trigger Stats
` [PATCH v3 6/6] wifi: ath12k: Support Received FSE Stats

[PATCH net-next 1/2] dt-bindings: net: rfkill-gpio: enable booting in blocked state
 2025-01-13 18:32 UTC  (6+ messages)
` [PATCH net-next 2/2] net: rfkill: gpio: allow "

pull request: mt76 2025-01-13 v2
 2025-01-13 18:20 UTC 

pull request: mt76 2025-01-13
 2025-01-13 17:31 UTC  (2+ messages)

[PATCH v4 0/4] wifi: ath12k: Fix the static checker warning
 2025-01-13 16:12 UTC  (6+ messages)
` [PATCH v4 1/4] wifi: ath12k: Refactor ath12k_hw set helper function argument
` [PATCH v4 2/4] wifi: ath12k: Refactor the ath12k_hw get "
` [PATCH v4 3/4] wifi: ath12k: Remove ath12k_get_num_hw() helper function
` [PATCH v4 4/4] wifi: ath12k: Fix uninitialized variable access in ath12k_mac_allocate() function

[PATCH] wifi: cfg80211: adjust allocation of colocated AP data
 2025-01-13 15:54 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] wifi: mac80211: fix interger overflow in hwmp_route_info_get()
 2025-01-13 15:05 UTC  (2+ messages)

[PATCH 00/17] wifi: mac80211: updates - 02-01-24
 2025-01-13 14:58 UTC  (2+ messages)

[PATCH 00/17] wifi: iwlwifi: updates - 27-12-24
 2025-01-13 14:52 UTC  (3+ messages)
` [PATCH 05/17] wifi: iwlwifi: s/iwl_mvm_ctdp_cmd/iwl_ctdp_cmd/

[PATCH v2] wifi: ath12k: fix key cache handling
 2025-01-13 11:34 UTC  (2+ messages)

[PATCH 00/19] [RESEND] wifi: mac80211: updates - 30-12-24
 2025-01-13  9:51 UTC  (3+ messages)
` [PATCH 12/19] wifi: mac80211: add HT and VHT basic set verification

[PATCH v4 0/4] wifi: ath12k: Add new features to ACPI
 2025-01-13  9:06 UTC  (6+ messages)
` [PATCH v4 1/4] wifi: ath12k: Add support for obtaining the buffer type ACPI function bitmap
` [PATCH v4 2/4] wifi: ath12k: Add Support for enabling or disabling specific features based on ACPI bitflag
` [PATCH v4 3/4] wifi: ath12k: Adjust the timing to access ACPI table
` [PATCH v4 4/4] wifi: ath12k: Add support for reading variant from ACPI to download board data file

[PATCH v4 0/3] wifi: ath12k: Support dump PDEV transmit and receive rate HTT stats
 2025-01-13  8:33 UTC  (5+ messages)
` [PATCH v4 1/3] wifi: ath12k: Dump PDEV transmit "
` [PATCH v4 2/3] wifi: ath12k: Dump PDEV receive "
` [PATCH v4 3/3] wifi: ath12k: Dump additional "

[PATCH v2 0/6] wifi: ath12k: Support Sounding, Latency, Trigger, FSE stats
 2025-01-13  7:11 UTC  (3+ messages)

[PATCH v3] wifi: mt76: mt76u_vendor_request: Do not print error messages when -EPROTO
 2025-01-13  7:02 UTC 

Performance degradation with "wifi: mac80211: Drop support for TX push path"
 2025-01-12 16:08 UTC  (2+ messages)

[PATCH v4] wifi: rtw89: Correct immediate cfg_len calculation for scan_offload_be
 2025-01-12 10:51 UTC 

[syzbot] [wireless?] WARNING in ieee80211_assoc_success
 2025-01-12  9:27 UTC 

[PATCH RFC 0/7] wifi: cfg80211/mac80211: add support to handle per link statistics of multi-link station
 2025-01-12  8:17 UTC  (21+ messages)
` [PATCH RFC 1/7] wifi: cfg80211: reorg sinfo structure elements for mesh
` [PATCH RFC 2/7] wifi: cfg80211: reorg sinfo structure elements for MLO
` [PATCH RFC 3/7] wifi: cfg80211: extend statistics for link level in sinfo
` [PATCH RFC 4/7] wifi: cfg80211: add accumulated statistics for MLO links
` [PATCH RFC 5/7] wifi: mac80211: add support to accumulate removed link statistics
` [PATCH RFC 6/7] wifi: cfg80211: add additional MLO statistics
` [PATCH RFC 7/7] wifi: ath12k: correctly fetch arsta for MLO

[PATCH v3 0/4] wifi: ath12k: Fix the static checker warning
 2025-01-12  6:54 UTC  (6+ messages)
` [PATCH v3 1/4] wifi: ath12k: Refactor ath12k_hw set helper function argument
` [PATCH v3 2/4] wifi: ath12k: Refactor the ath12k_hw get "
` [PATCH v3 3/4] wifi: ath12k: Remove ath12k_get_num_hw() helper function
` [PATCH v3 4/4] wifi: ath12k: Fix uninitialized variable access in ath12k_mac_allocate() function

[PATCH] wifi: ath12k: fix key cache handling
 2025-01-12  5:53 UTC  (2+ messages)

pull-request: rtw-next-2025-01-12
 2025-01-12  2:27 UTC 

[PATCH v3] wifi: rtw88: Add support for LED blinking
 2025-01-12  2:12 UTC  (2+ messages)

[PATCH] wifi: rtw88: sdio: Fix disconnection after beacon loss
 2025-01-12  2:06 UTC  (2+ messages)

[PATCH] wifi: rtw88: 8703b: Fix RX/TX issues
 2025-01-12  2:02 UTC  (2+ messages)

[PATCH] wifi: rtw88: Delete rf_type member of struct rtw_sta_info
 2025-01-12  2:00 UTC  (2+ messages)

[PATCH v2] wifi: rtw88: Add USB PHY configuration
 2025-01-12  1:55 UTC  (2+ messages)

[PATCH v3] wifi: rtw89: Correct immediate cfg_len calculation for scan_offload_be
 2025-01-12  1:50 UTC  (2+ messages)

[PATCH v2 0/2] wifi: rtw89: support RTL8922AE-VS
 2025-01-12  1:44 UTC  (3+ messages)
` [PATCH v2 1/2] wifi: rtw89: read hardware capabilities part 1 via firmware command

pull-request: update rtw89 firmware by rtw-fw-2025-01-12
 2025-01-12  1:42 UTC 

[PATCH] wifi: rtw89: fix race between cancel_hw_scan and hw_scan completion
 2025-01-12  1:34 UTC  (2+ messages)

[PATCH] wifi: rtw89: mcc: consider time limits not divisible by 1024
 2025-01-12  1:30 UTC  (2+ messages)

[PATCH v2] wifi: rtw89: pci: treat first receiving part as first segment for 8922AE
 2025-01-12  1:27 UTC  (2+ messages)

[PATCH] wifi: rtw89: avoid to init mgnt_entry list twice when WoWLAN failed
 2025-01-12  1:23 UTC  (2+ messages)

[PATCH 0/3] wifi: rtw89: fixes MCC and header conversion issues
 2025-01-12  1:19 UTC  (3+ messages)
` [PATCH 1/3] wifi: rtw89: fix proceeding MCC with wrong scanning state after sequence changes

[wireless-next:main] BUILD SUCCESS 8221712a174ad83e36489c414c26619010f4e348
 2025-01-11 13:38 UTC 

[PATCH v2 0/4] wifi: ath12k: Fix the static checker warning
 2025-01-11  9:02 UTC  (10+ messages)
` [PATCH v2 1/4] wifi: ath12k: Refactor ath12k_hw set helper function argument
` [PATCH v2 2/4] wifi: ath12k: Refactor the ath12k_hw get "
` [PATCH v2 3/4] wifi: ath12k: Refactor ath12k_get_num_hw() "
` [PATCH v2 4/4] wifi: ath12k: Fix uninitialized variable access in ath12k_mac_allocate() function

[PATCH] wifi: ath9k: cleanup ath9k_hw_get_nf_hist_mid()
 2025-01-10 22:44 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v5 0/2] wifi: ath12k: Support AST and Puncture Stats
 2025-01-10 20:17 UTC  (2+ messages)

[PATCH 0/2] wifi: ath12k: Support Rate and OFDMA Stats
 2025-01-10 20:17 UTC  (7+ messages)
` [PATCH 2/2] wifi: ath12k: Support Transmit Buffer "

[PATCH v3 0/3] wifi: ath12k: Support dump PDEV transmit and receive rate HTT stats
 2025-01-10 19:53 UTC  (3+ messages)
` [PATCH v3 3/3] wifi: ath12k: Dump additional PDEV "

[PATCH 0/3] wifi: ath11k: fix memory leak in reset scenario
 2025-01-10 19:15 UTC  (4+ messages)
` [PATCH 2/3] wifi: ath11k: fix leaking peer->tfm_mmic "

[PATCH] wifi: ath12k: Add support to simulate firmware crash
 2025-01-10 19:12 UTC  (3+ messages)

[PATCH] wifi: ath12k: Support transmit hardware queue stats
 2025-01-10 19:07 UTC  (3+ messages)

[PATCH v2] wifi: ath12k: Add WMI control path stats infra
 2025-01-10 18:59 UTC  (3+ messages)

[PATCH v9 0/3] wifi: ath12k: report station mode stats
 2025-01-10 17:29 UTC  (5+ messages)
` [PATCH v9 1/3] wifi: ath12k: report station mode transmit rate
` [PATCH v9 2/3] wifi: ath12k: report station mode receive rate for IEEE 802.11be
` [PATCH v9 3/3] wifi: ath12k: report station mode signal strength

[PATCH v3 00/11] Remove implicit devres from pci_intx()
 2025-01-10 14:28 UTC  (3+ messages)
` [PATCH v3 05/11] misc: Use never-managed version of pci_intx()

[syzbot] [wireless?] KASAN: use-after-free Read in cfg80211_shutdown_all_interfaces
 2025-01-10 14:26 UTC 

[PATCH] brcmfmac: NULL pointer dereference on tx statistic update
 2025-01-10 13:47 UTC  (3+ messages)

[PATCH] wifi: brcmfmac: Add missing Return: to function documentation
 2025-01-10 13:14 UTC  (2+ messages)

[PATCH net-next v7 1/8] page_pool: introduce page_pool_get_pp() API
 2025-01-10 13:06 UTC 

[PATCH 1/2] wifi: iwlegacy: Remove unused il3945_calc_db_from_ratio
 2025-01-10 13:12 UTC  (2+ messages)
` [1/2] wifi: iwlegacy: Remove unused il3945_calc_db_from_ratio()

[PATCH 1/2] rt2x00: Remove unusued value
 2025-01-10 13:12 UTC  (2+ messages)
` [1/2] wifi: rt2x00: Remove unused rfval values

[PATCH v2] wifi: brcmfmac: Check the return value of of_property_read_string_index
 2025-01-10 12:53 UTC  (2+ messages)
` [v2] wifi: brcmfmac: Check the return value of of_property_read_string_index()

[PATCH v2] wifi: wlcore: fix unbalanced pm_runtime calls
 2025-01-10 12:51 UTC  (2+ messages)

[PATCH wireless] wifi: wilc1000: unregister wiphy only if it has been registered
 2025-01-10 12:49 UTC  (2+ messages)

[PATCH wireless] wifi: mt76: mt7996: fix invalid interface combinations
 2025-01-10 12:49 UTC  (2+ messages)

[PATCH] wifi: ath10k: add extra output check in ath10k_wmi_event_debug_print()
 2025-01-10 12:28 UTC  (2+ messages)

[PATCH v7 0/5] wifi: ath12k: Factory test mode support
 2025-01-10 11:20 UTC  (7+ messages)
` [PATCH v7 1/5] wifi: ath: create common testmode_i.h file for ath drivers
` [PATCH v7 2/5] wifi: ath12k: export ath12k_wmi_tlv_hdr for testmode
` [PATCH v7 3/5] wifi: ath12k: add factory test mode support
` [PATCH v7 4/5] wifi: ath12k: Fill pdev id for fw test cmd
` [PATCH v7 5/5] wifi: ath12k: Disable MLO in Factory Test Mode

[syzbot] [wireless?] possible deadlock in ieee80211_open (2)
 2025-01-10 10:44 UTC  (2+ messages)

[PATCH v6 0/5] wifi: ath12k: Factory test mode support
 2025-01-10  5:59 UTC  (9+ messages)
` [PATCH v6 1/5] wifi: ath: create common testmode_i.h file for ath drivers
` [PATCH v6 5/5] wifi: ath12k: Disable MLO in Factory Test Mode

[PATCH v2 00/43] wifi: nxpwifi: create nxpwifi to support iw61x
 2025-01-10  5:31 UTC  (5+ messages)
    ` [EXT] "

brcmfmac SAE/WPA3 negotiation
 2025-01-10  2:19 UTC  (17+ messages)
                      ` brcmfmac SAE/WPA3 negotiation - Part 2

[PATCH 0/3] wifi: rtw89: coex: improve user experience of BT A2DP while WiFi connecting
 2025-01-10  1:54 UTC  (4+ messages)
` [PATCH 1/3] wifi: rtw89: coex: Add protect to avoid A2DP lag while Wi-Fi connecting
` [PATCH 2/3] wifi: rtw89: coex: Separated Wi-Fi connecting event from Wi-Fi scan event
` [PATCH 3/3] wifi: rtw89: coex: Update Wi-Fi/Bluetooth coexistence version to 7.0.2


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