1. 23 May, 2024 27 commits
  2. 20 May, 2024 1 commit
  3. 17 May, 2024 7 commits
  4. 14 May, 2024 2 commits
  5. 09 May, 2024 3 commits
    • Jakub Kicinski's avatar
      Merge tag 'wireless-next-2024-05-08' of... · 83127eca
      Jakub Kicinski authored
      Merge tag 'wireless-next-2024-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
      
      Kalle Valo says:
      
      ====================
      wireless-next patches for v6.10
      
      The third, and most likely the last, "new features" pull request for
      v6.10 with changes both in stack and in drivers. In ath12k and rtw89
      we disabled Wireless Extensions just like with iwlwifi earlier. Wi-Fi
      7 devices will not support Wireless Extensions (WEXT) anymore so if
      someone is still using the legacy WEXT interface it's time to switch
      to nl80211 now!
      
      We merged wireless into wireless-next as we decided not to send a
      wireless pull request to v6.9 this late in the cycle. Also an
      immutable branch with MHI subsystem was merged to get ath11k and
      ath12k hibernation working.
      
      Major changes:
      
      mac80211/cfg80211
       * handle color change per link
      
      mt76
       * mt7921 LED control
       * mt7925 EHT radiotap support
       * mt7920e PCI support
      
      ath12k
       * debugfs support
       * dfs_simulate_radar debugfs file
       * disable Wireless Extensions
       * suspend and hibernation support
       * ACPI support
       * refactoring in preparation of multi-link support
      
      ath11k
       * support hibernation (required changes in qrtr and MHI subsystems)
       * ieee80211-freq-limit Device Tree property support
      
      ath10k
       * firmware-name Device Tree property support
      
      rtw89
       * complete features of new WiFi 7 chip 8922AE including BT-coexistence
         and WoWLAN
       * use BIOS ACPI settings to set TX power and channels
       * disable Wireless Extensios on Wi-Fi 7 devices
      
      iwlwifi
       * block_esr debugfs file
       * support again firmware API 90 (was reverted earlier)
       * provide channel survey information for Automatic Channel Selection (ACS)
      
      * tag 'wireless-next-2024-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next: (214 commits)
        wifi: mwl8k: initialize cmd->addr[] properly
        wifi: iwlwifi: Ensure prph_mac dump includes all addresses
        wifi: iwlwifi: mvm: don't request statistics in restart
        wifi: iwlwifi: mvm: exit EMLSR if secondary link is not used
        wifi: iwlwifi: mvm: add beacon template version 14
        wifi: iwlwifi: mvm: align UATS naming with firmware
        wifi: iwlwifi: Force SCU_ACTIVE for specific platforms
        wifi: iwlwifi: mvm: record and return channel survey information
        wifi: iwlwifi: mvm: add the firmware API for channel survey
        wifi: iwlwifi: mvm: Fix race in scan completion
        wifi: iwlwifi: mvm: Add a print for invalid link pair due to bandwidth
        wifi: iwlwifi: mvm: add a debugfs for reading EMLSR blocking reasons
        wifi: iwlwifi: mvm: Add active EMLSR blocking reasons prints
        wifi: iwlwifi: bump FW API to 90 for BZ/SC devices
        wifi: iwlwifi: mvm: fix primary link setting
        wifi: iwlwifi: mvm: use already determined cmd_id
        wifi: iwlwifi: mvm: don't reset link selection during restart
        wifi: iwlwifi: Print EMLSR states name
        wifi: iwlwifi: mvm: Block EMLSR when a p2p/softAP vif is active
        wifi: iwlwifi: mvm: fix typo in debug print
        ...
      ====================
      
      Link: https://lore.kernel.org/r/20240508120726.85A10C113CC@smtp.kernel.orgSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      83127eca
    • Jakub Kicinski's avatar
      Merge branch 'netdevsim-add-napi-support' · d9308f51
      Jakub Kicinski authored
      David Wei says:
      
      ====================
      netdevsim: add NAPI support
      
      Add NAPI support to netdevsim and register its Rx queues with NAPI
      instances. Then add a selftest using the new netdev Python selftest
      infra to exercise the existing Netdev Netlink API, specifically the
      queue-get API.
      
      This expands test coverage and further fleshes out netdevsim as a test
      device. It's still my goal to make it useful for testing things like
      flow steering and ZC Rx.
      ====================
      
      Link: https://lore.kernel.org/r/20240507163228.2066817-1-dw@davidwei.ukSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      d9308f51
    • David Wei's avatar
      net: selftest: add test for netdev netlink queue-get API · 1cf27042
      David Wei authored
      Add a selftest for netdev generic netlink. For now there is only a
      single test that exercises the `queue-get` API.
      
      The test works with netdevsim by default or with a real device by
      setting NETIF.
      
      Add a timeout param to cmd() since ethtool -L can take a long time on
      real devices.
      Signed-off-by: default avatarDavid Wei <dw@davidwei.uk>
      Link: https://lore.kernel.org/r/20240507163228.2066817-3-dw@davidwei.ukSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      1cf27042