Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-09-04--06-00 (v6.17-rc3-871-g9e06d024cb7e) remotes/brancher/net-next-2025-09-04--09-00 (v6.17-rc3-874-ge48ed4473227) ==== BASE DIFF ==== drivers/net/ethernet/renesas/Makefile | 1 + drivers/net/ethernet/renesas/rswitch.h | 43 ++- drivers/net/ethernet/renesas/rswitch_l2.c | 316 +++++++++++++++++++++ drivers/net/ethernet/renesas/rswitch_l2.h | 15 + .../ethernet/renesas/{rswitch.c => rswitch_main.c} | 86 +++++- net/atm/resources.c | 6 +- net/ipv6/sit.c | 104 ++++--- 7 files changed, 507 insertions(+), 64 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.Rc2xwrc14Q b/tmp/tmp.7n97bzLdGu index 84fe4cd8433b..16bb0f05ba9c 100644 --- a/tmp/tmp.Rc2xwrc14Q +++ b/tmp/tmp.7n97bzLdGu @@ -12,6 +12,9 @@ nipa: config: x86: use periodic HZ tick nipa: disable 6.17's merge window kunit tests nipa: dbg net/sctp_vrf.sh nipa: disable random kunit tests +netfilter: nf_tables: Introduce NFTA_DEVICE_PREFIX +selftests: netfilter: fix udpclash tool hang +net: phy: fixed_phy: remove link gpio support docs: networking: can: change bcm_msg_head frames member to support flexible array net: libwx: fix to enable RSS r8169: set EEE speed down ratio to 1 @@ -59,7 +62,6 @@ selftests/net: packetdrill: add tcp_close_no_rst.pkt tcp: fix __tcp_close() to only send RST when required net: ethernet: sun4i-emac: free dma descriptor net: xilinx: axienet: Add error handling for RX metadata pointer retrieval -net: phy: fixed_phy: remove link gpio support selftests/net: add offload checking test for virtual interface net: bridge: use common function to compute the features team: use common function to compute the features @@ -86,9 +88,3 @@ eth: fbnic: move xdp_rxq_info_reg() to resource alloc eth: fbnic: move page pool pointer from NAPI to the ring struct net/smc: Improve log message for devices w/o pnetid s390/ism: Log module load/unload -ipv6: sit: Add ipip6_tunnel_dst_find() for cleanup -net: atm: fix memory leak in atm_register_sysfs when device_register fail -net: renesas: rswitch: add modifiable ageing time -net: renesas: rswitch: add offloading for L2 switching -net: renesas: rswitch: configure default ageing time -net: renesas: rswitch: rename rswitch.c to rswitch_main.c