Skip to content
Snippets Groups Projects
Select Git revision
  • bpf-spectre default protected
  • bpf-spectre-baseline
  • pkt-ptr-revert-v1
  • v6.5-rc6-bpf-spectre-nospec
  • master
  • spectector-bpf
  • bpftask protected
  • bpftask-no-unused-args
  • bpftask-master
  • v5.9-bpftask
  • v5.8-amd-17h-em protected
  • v5.8-amd-17h-eas protected
  • freqinv-amd3950x-v5.8
  • v5.8-scale-inv-acc-amd-ryzen-3950x
  • 23186e43-amd-17h-eas protected
  • caffb99b6929-perf-x86-rapl-Enable-RAPL-for-AMD-Fam17h
  • 6a9ee74800a1-amd-17h-eas protected
  • add2fae34926-amd_17h_em
  • 3643c88e5545-Add-support-for-frequency-invariance-for-some-x86
  • 0d8e630a1e14-CPPC-optional-registers-AMD-support
  • v5.7-rc6
21 results

net

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    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
    History
    Name Last commit Last update
    ..