Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-12-10--00-00 (v6.13-rc1-485-gd7f74eee5542) remotes/brancher/net-next-2024-12-10--03-00 (v6.13-rc1-487-g6e371e5d2d5d) ==== BASE DIFF ==== drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 2 +- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 2 +- drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 5 +-- .../net/ethernet/marvell/octeon_ep/octep_main.c | 39 ++++++++++++++++++++++ .../net/ethernet/marvell/octeon_ep/octep_main.h | 1 + .../ethernet/marvell/octeon_ep/octep_pfvf_mbox.c | 23 +++++++++++-- .../ethernet/marvell/octeon_ep/octep_pfvf_mbox.h | 6 ++-- drivers/net/ethernet/qualcomm/qca_spi.c | 26 ++++++--------- drivers/net/ethernet/qualcomm/qca_spi.h | 1 - drivers/net/ethernet/renesas/rswitch.c | 5 +-- drivers/net/ethernet/renesas/rswitch.h | 1 - 11 files changed, 82 insertions(+), 29 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.QWDGFfBV5h b/tmp/tmp.7hT3DfBVyl index 6fa78569dc42..58f26a83f726 100644 --- a/tmp/tmp.QWDGFfBV5h +++ b/tmp/tmp.7hT3DfBVyl @@ -3,7 +3,14 @@ fs/9p: use kvzalloc/kvfree to allocate struct p9_rdir and its buffer tc_action dbg profile patch forwarding: set timeout to 3 hours +net: mana: Fix irq_contexts memory leak in mana_gd_setup_irqs +net: mana: Fix memory leak in mana_gd_setup_irqs net: phy: dp83822: Replace DP83822_DEVADDR with MDIO_MMD_VEND2 +net: Document memory provider driver support +page_pool: disable sync for cpu for dmabuf memory provider +page_pool: Set `dma_sync` to false for devmem memory provider +net: page_pool: create page_pool_alloc_netmem +net: page_pool: rename page_pool_alloc_netmem to *_netmems net: phy: microchip_t1: Autonegotiaion support for LAN887x T1 phy net: phy: phy-c45: Auto-negotiaion changes for T1 phy in phy library net: usb: qmi_wwan: add Telit FE910C04 compositions @@ -47,8 +54,6 @@ net: dlink: add support for reporting stats via `ethtool -S` and `ip -s -s link net: renesas: rswitch: enable only used MFWD features bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chips net: pktgen: Use kthread_create_on_cpu() -e1000e: Fix real-time violations on link up -r8169: Add quirks to enable ASPM on Dell platforms net: renesas: rswitch: add mdio C22 support net: renesas: rswitch: use generic MPSM operation for mdio C45 net: renesas: rswitch: align mdio C45 operations with datasheet @@ -66,10 +71,6 @@ ice: Add correct PHY lane assignment ice: Fix ETH56G FC-FEC Rx offset value ice: Fix quad registers read on E825 ice: Fix E825 initialization -net: renesas: rswitch: remove speed from gwca structure -net: renesas: rswitch: do not deinit disabled ports -qca_spi: Make driver probing reliable -qca_spi: Fix clock speed for multiple QCA7000 vsock/test: Add test for MSG_ZEROCOPY completion memory leak vsock/test: Add test for sk_error_queue memory leak vsock/test: Add test for accept_queue memory leak @@ -79,8 +80,6 @@ net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user ports on 6393X net: dsa: mv88e6xxx: Never force link on in-band managed MACs net: dsa: mv88e6xxx: Give chips more time to activate their PPUs net: dsa: mv88e6xxx: Improve I/O related error logging -octeon_ep: add ndo ops for VFs in PF driver -cxgb4: use port number to set mac addr af_unix: Remove unix_our_peer(). af_unix: Remove sk_locked logic in unix_dgram_sendmsg(). af_unix: Clean up error path in unix_dgram_sendmsg(). @@ -96,8 +95,6 @@ af_unix: Remove redundant SEND_SHUTDOWN check in unix_stream_sendmsg(). af_unix: Set error only when needed in unix_stream_sendmsg(). af_unix: Clean up error paths in unix_stream_connect(). af_unix: Set error only when needed in unix_stream_connect(). -netlink: add IGMP/MLD join/leave notifications -net: phy: micrel: Dynamically control external clock of KSZ PHY virtio_net: ensure netdev_tx_reset_queue is called on bind xsk for tx virtio_ring: add a func argument 'recycle_done' to virtqueue_reset() virtio_net: ensure netdev_tx_reset_queue is called on tx ring resize @@ -121,5 +118,3 @@ net: stmmac: Fix clock rate variables size net: stmmac: Extend CSR calc support net: stmmac: Fix CSR divider comment octeontx2-af: Fix installation of PF multicast rule -net: ethernet: oa_tc6: fix tx skb race condition between reference pointers -net: ethernet: oa_tc6: fix infinite loop error when tx credits becomes 0