Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-12-11--03-01 (v6.13-rc1-506-g700a016a22b8) remotes/brancher/net-next-2024-12-11--06-01 (v6.13-rc1-517-g9b145e81cf89) ==== BASE DIFF ==== drivers/net/ethernet/renesas/rswitch.c | 58 +++++++++++++++++++--------------- 1 file changed, 32 insertions(+), 26 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.QNxYy8Y00P b/tmp/tmp.odXphJYLgr index 193cfcf67bf6..6f1962d07d13 100644 --- a/tmp/tmp.QNxYy8Y00P +++ b/tmp/tmp.odXphJYLgr @@ -4,9 +4,33 @@ tc_action dbg profile patch forwarding: set timeout to 3 hours rust: net::phy fix module autoloading +ipv6: mcast: annotate data-race around psf->sf_count[MCAST_XXX] +ipv6: mcast: annotate data-races around mc->mca_sfcount[MCAST_EXCLUDE] +ipv6: mcast: reduce ipv6_chk_mcast_addr() indentation +ionic: add support for QSFP_PLUS_CMIS +ionic: add speed defines for 200G and 400G +ionic: Translate IONIC_RC_ENOSUPP to EOPNOTSUPP +ionic: Use VLAN_ETH_HLEN when possible +ionic: add asic codes to firmware interface file ionic: use ee->offset when returning sprom data ionic: no double destroy workqueue ionic: Fix netdev notifier unregister on failure +netlink: specs: wireless: add a spec for nl80211 +netlink: specs: add s8, s16 to genetlink schemas +netlink: specs: support nested structs in genetlink legacy +tools/net/ynl: accept IP string inputs +tools/net/ynl: support rendering C array members to strings +tools/net/ynl: support decoding indexed arrays as enums +tools/net/ynl: remove extraneous plural from variable names +net: dsa: require .support_eee() method to be implemented +net: dsa: ksz: implement .support_eee() method +net: dsa: mv88e6xxx: implement .support_eee() method +net: dsa: qca8k: implement .support_eee() method +net: dsa: mt753x: implement .support_eee() method +net: dsa: b53/bcm_sf2: implement .support_eee() method +net: dsa: provide implementation of .support_eee() +net: dsa: add hook to determine whether EEE is supported +net: dsa: remove check for dp->pl in EEE methods team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL team: Fix initial vlan_feature set in __team_compute_features bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL @@ -31,12 +55,6 @@ mfd: Add core driver for Nuvoton NCT6694 mlxsw: spectrum_flower: Do not allow mixing sample and mirror actions splice: do not checksum AF_UNIX sockets net/mlx5e: Report rx_discards_phy via rx_dropped -idpf: use napi's irq affinity -ice: use napi's irq affinity -mlx4: use napi's irq affinity -bnxt: use napi's irq affinity -net: napi: add CPU affinity to napi->config -net: napi: add irq_flags to napi struct xfrm: add SA information to the offloaded packet when if_id is set tcp: Add sysctl to configure TIME-WAIT reuse delay tcp: Measure TIME-WAIT reuse delay with millisecond precision @@ -47,19 +65,12 @@ 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 net: phy: microchip_t1 : Add initialization of ptp for lan887x net: phy: Makefile: Add makefile support for rds ptp in Microchip phys net: phy: Kconfig: Add rds ptp library support and 1588 optional flag in Microchip phys net: phy: microchip_rds_ptp : Add rds ptp library for Microchip phys net: phy: microchip_rds_ptp: Add header file for Microchip rds ptp library -tools: ynl: add main install target -tools: ynl: add install target for specs and docs -tools: ynl: add initial pyproject.toml for packaging -tools: ynl: provide symlinks to user-facing scripts for compatibility -tools: ynl: move python code to separate sub-directory selftests: net: Add two test cases for link netns selftests: net: Add python context manager for netns entering rtnetlink: Decouple net namespaces in rtnl_newlink_create() @@ -67,15 +78,9 @@ rtnetlink: Lookup device in target netns when creating link net: ip_tunnel: Build flow in underlay net namespace net_sched: sch_cake: Add drop reasons l2tp: Handle eth stats using NETDEV_PCPU_STAT_DSTATS. -net: renesas: rswitch: handle stop vs interrupt race net: ethernet: 8390: Add HAS_IOPORT dependency for mcf8390 -net: dlink: add support for reporting stats via `ethtool -S` and `ip -s -s link show` net: renesas: rswitch: enable only used MFWD features 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 net: renesas: rswitch: do not write to MPSM register at init time -net: renesas: rswitch: avoid use-after-put for a device tree node -net: renesas: rswitch: fix leaked pointer on error path -net: renesas: rswitch: fix race window between tx start and complete -net: renesas: rswitch: fix possible early skb release