1. 08 Aug, 2023 4 commits
  2. 07 Aug, 2023 18 commits
  3. 06 Aug, 2023 16 commits
  4. 05 Aug, 2023 2 commits
    • Jakub Kicinski's avatar
      Merge tag 'wireless-next-2023-08-04' of... · 81083076
      Jakub Kicinski authored
      Merge tag 'wireless-next-2023-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
      
      Kalle Valo says:
      
      ====================
      wireless-next patches for v6.6
      
      The first pull request for v6.6 and only driver patches this time.
      Nothing special really standing out, it has been quiet most likely due
      to vacations.
      
      Major changes:
      
      rtl8xxxu
       - enable AP mode for: RTL8192FU, RTL8710BU (RTL8188GU),
         RTL8192EU and RTL8723BU
      
      mwifiex
       - allow moving to a different namespace
      
      mt76
       - preparation for mt7925 support
       - mt7981 support
      
      ath12k
       - Extremely High Throughput (EHT) PHY support for Wi-Fi 7
      
      * tag 'wireless-next-2023-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next: (172 commits)
        wifi: rtw89: return failure if needed firmware elements are not recognized
        wifi: rtw89: add to parse firmware elements of BB and RF tables
        wifi: rtw89: introduce infrastructure of firmware elements
        wifi: rtw89: add firmware suit for BB MCU 0/1
        wifi: rtw89: add firmware parser for v1 format
        wifi: rtw89: introduce v1 format of firmware header
        wifi: rtw89: support firmware log with formatted text
        wifi: rtw89: recognize log format from firmware file
        wifi: ath12k: avoid deadlock by change ieee80211_queue_work for regd_update_work
        wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED
        wifi: ath12k: relax list iteration in ath12k_mac_vif_unref()
        wifi: ath12k: configure puncturing bitmap
        wifi: ath12k: parse WMI service ready ext2 event
        wifi: ath12k: add MLO header in peer association
        wifi: ath12k: peer assoc for 320 MHz
        wifi: ath12k: add WMI support for EHT peer
        wifi: ath12k: prepare EHT peer assoc parameters
        wifi: ath12k: add EHT PHY modes
        wifi: ath12k: propagate EHT capabilities to userspace
        wifi: ath12k: WMI support to process EHT capabilities
        ...
      ====================
      
      Link: https://lore.kernel.org/r/87msz7j942.fsf@kernel.orgSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      81083076
    • Jakub Kicinski's avatar
      Merge branch 'tcp-disable-header-prediction-for-md5' · 90cd5467
      Jakub Kicinski authored
      Kuniyuki Iwashima says:
      
      ====================
      tcp: Disable header prediction for MD5.
      
      The 1st patch disable header prediction for MD5 flow and the 2nd
      patch updates the stale comment in tcp_parse_options().
      ====================
      
      Link: https://lore.kernel.org/r/20230803224552.69398-1-kuniyu@amazon.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      90cd5467