Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-05-02--00-00 (v6.15-rc4-847-g00a4ed7e2615) remotes/brancher/net-next-2025-05-02--03-00 (v6.15-rc4-857-gbfe955f67d64) ==== BASE IDENTICAL ==== ==== COMMIT DIFF ==== diff --git a/tmp/tmp.IZ3pTh4wu5 b/tmp/tmp.yXC8IhGoPY index 5213ae727023..31e411eff48c 100644 --- a/tmp/tmp.IZ3pTh4wu5 +++ b/tmp/tmp.yXC8IhGoPY @@ -6,6 +6,13 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +sctp: Remove unused sctp_assoc_del_peer and sctp_chunk_iif +fbnic: Pull fbnic_fw_xmit_cap_msg use out of interrupt context +fbnic: Cleanup handling of completions +fbnic: Actually flush_tx instead of stalling out +fbnic: Add additional handling of IRQs +fbnic: Gate AXI read/write enabling on FW mailbox +fbnic: Fix initialization of mailbox descriptor rings ipv4: ip_tunnel: Replace strcpy use with strscpy net: ibmveth: added KUnit tests for some buffer pool functions net: ibmveth: Reset the adapter when unexpected states are detected @@ -75,20 +82,6 @@ net/tls,core: export get_netdev_for_sock iov_iter: skip copy if src == dst for direct data placement netlink: add new family to manage ULP_DDP enablement and stats net: Introduce direct data placement tcp offload -selftests: drv-net: rss_input_xfrm: Check test prerequisites before running -idpf: remove unreachable code from setting mailbox -idpf: assign extracted ptype to struct libeth_rqe_info field -ixgbe: devlink: add devlink region support for E610 -ixgbe: add E610 .set_phys_id() callback implementation -ixgbe: apply different rules for setting FC on E610 -ixgbe: add support for ACPI WOL for E610 -ixgbe: create E610 specific ethtool_ops structure -igc: Change Tx mode for MQPRIO offloading -igc: Limit netdev_tc calls to MQPRIO -igb: Get rid of spurious interrupts -igb: Add support for persistent NAPI config -igb: Link queues to NAPI instances -igb: Link IRQs to NAPI instances net: dsa: b53: do not set learning and unicast/multicast on up net: dsa: b53: fix learning on VLAN unaware bridges net: dsa: b53: fix toggling vlan_filtering @@ -113,10 +106,7 @@ tools: ynl: let classic netlink requests specify extra nlflags tools: ynl-gen: fill in missing empty attr lists tools: ynl-gen: factor out free_needs_iter for a struct tools: ynl-gen: fix comment about nested struct dict -ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6local LWT setup -net: phy: realtek: Add support for WOL magic packet on RTL8211F net: phy: marvell-88q2xxx: Enable temperature measurement in probe again -net: phy: factor out provider part from mdio_bus.c selftests: ncdevmem: Implement devmem TCP TX net: check for driver support in netmem TX gve: add netmem TX support to GVE DQO-RDA mode @@ -129,7 +119,6 @@ netmem: add niov->type attribute to distinguish different net_iov types selftests/vsock: add initial vmtest.sh for vsock selftests/tc-testing: Add a test case to cover basic HTB+FQ_CODEL case sch_htb: make htb_deactivate() idempotent -r8152: use SHA-256 library API instead of crypto_shash API net: usb: lan78xx: remove unused struct members net: usb: lan78xx: Integrate EEE support with phylink LPI API net: usb: lan78xx: port link settings to phylink API @@ -143,4 +132,25 @@ net: usb: lan78xx: refactor PHY init to separate detection and MAC configuration net: usb: lan78xx: remove explicit check for missing PHY driver net: usb: lan78xx: Improve error handling in PHY initialization Documentation: networking: expand and clarify EEE_GET/EEE_SET documentation +dt-bindings: net: via-rhine: Convert to YAML +ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6local LWT setup +net: phy: factor out provider part from mdio_bus.c net: ethernet: mtk_eth_soc: add support for MT7988 internal 2.5G PHY +r8152: use SHA-256 library API instead of crypto_shash API +net: phy: realtek: Add support for WOL magic packet on RTL8211F +selftests: drv-net: rss_input_xfrm: Check test prerequisites before running +dt-bindings: net: sun8i-emac: Add A523 EMAC0 compatible +Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue +idpf: remove unreachable code from setting mailbox +idpf: assign extracted ptype to struct libeth_rqe_info field +ixgbe: devlink: add devlink region support for E610 +ixgbe: add E610 .set_phys_id() callback implementation +ixgbe: apply different rules for setting FC on E610 +ixgbe: add support for ACPI WOL for E610 +ixgbe: create E610 specific ethtool_ops structure +igc: Change Tx mode for MQPRIO offloading +igc: Limit netdev_tc calls to MQPRIO +igb: Get rid of spurious interrupts +igb: Add support for persistent NAPI config +igb: Link queues to NAPI instances +igb: Link IRQs to NAPI instances