1. 30 Sep, 2022 37 commits
  2. 29 Sep, 2022 3 commits
    • Jakub Kicinski's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net · accc3b4a
      Jakub Kicinski authored
      No conflicts.
      Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      accc3b4a
    • Linus Torvalds's avatar
      Merge tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net · 511cce16
      Linus Torvalds authored
      Pull networking fixes from Paolo Abeni:
       "Including fixes from wifi and can.
      
        Current release - regressions:
      
         - phy: don't WARN for PHY_UP state in mdio_bus_phy_resume()
      
         - wifi: fix locking in mac80211 mlme
      
         - eth:
            - revert "net: mvpp2: debugfs: fix memory leak when using debugfs_lookup()"
            - mlxbf_gige: fix an IS_ERR() vs NULL bug in mlxbf_gige_mdio_probe
      
        Previous releases - regressions:
      
         - wifi: fix regression with non-QoS drivers
      
        Previous releases - always broken:
      
         - mptcp: fix unreleased socket in accept queue
      
         - wifi:
            - don't start TX with fq->lock to fix deadlock
            - fix memory corruption in minstrel_ht_update_rates()
      
         - eth:
            - macb: fix ZynqMP SGMII non-wakeup source resume failure
            - mt7531: only do PLL once after the reset
            - usbnet: fix memory leak in usbnet_disconnect()
      
        Misc:
      
         - usb: qmi_wwan: add new usb-id for Dell branded EM7455"
      
      * tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (30 commits)
        mptcp: fix unreleased socket in accept queue
        mptcp: factor out __mptcp_close() without socket lock
        net: ethernet: mtk_eth_soc: fix mask of RX_DMA_GET_SPORT{,_V2}
        net: mscc: ocelot: fix tagged VLAN refusal while under a VLAN-unaware bridge
        can: c_can: don't cache TX messages for C_CAN cores
        ice: xsk: drop power of 2 ring size restriction for AF_XDP
        ice: xsk: change batched Tx descriptor cleaning
        net: usb: qmi_wwan: Add new usb-id for Dell branded EM7455
        selftests: Fix the if conditions of in test_extra_filter()
        net: phy: Don't WARN for PHY_UP state in mdio_bus_phy_resume()
        net: stmmac: power up/down serdes in stmmac_open/release
        wifi: mac80211: mlme: Fix double unlock on assoc success handling
        wifi: mac80211: mlme: Fix missing unlock on beacon RX
        wifi: mac80211: fix memory corruption in minstrel_ht_update_rates()
        wifi: mac80211: fix regression with non-QoS drivers
        wifi: mac80211: ensure vif queues are operational after start
        wifi: mac80211: don't start TX with fq->lock to fix deadlock
        wifi: cfg80211: fix MCS divisor value
        net: hippi: Add missing pci_disable_device() in rr_init_one()
        net/mlxbf_gige: Fix an IS_ERR() vs NULL bug in mlxbf_gige_mdio_probe
        ...
      511cce16
    • Linus Torvalds's avatar
      Merge tag 'input-for-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input · da9eede6
      Linus Torvalds authored
      Pull input fixes from Dmitry Torokhov:
      
       - small fixes for iqs62x-keys and melfas_mip4 drivers
      
       - corrected register address in snvs_pwrkey driver
      
       - Synaptic driver will stop trying to use intertouch (native) mode on
         some Lenovo AMD devices
      
      * tag 'input-for-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
        Input: snvs_pwrkey - fix SNVS_HPVIDR1 register address
        Input: synaptics - disable Intertouch for Lenovo T14 and P14s AMD G1
        Input: iqs62x-keys - drop unused device node references
        Input: melfas_mip4 - fix return value check in mip4_probe()
      da9eede6