Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-09-09--09-00 (v6.17-rc4-1010-g144439dda940) remotes/brancher/net-next-2025-09-09--12-00 (v6.17-rc4-1027-gf52c1ed977e7) ==== BASE DIFF ==== Documentation/networking/bonding.rst | 25 ++++- drivers/net/bonding/bond_3ad.c | 31 ++++++ drivers/net/bonding/bond_netlink.c | 16 +++ drivers/net/bonding/bond_options.c | 45 +++++++- include/net/bond_3ad.h | 2 + include/net/bond_options.h | 1 + include/uapi/linux/if_link.h | 1 + net/hsr/hsr_slave.c | 5 +- net/ipv4/ip_tunnel_core.c | 6 ++ .../testing/selftests/drivers/net/bonding/Makefile | 3 +- .../drivers/net/bonding/bond_lacp_prio.sh | 108 +++++++++++++++++++ tools/testing/selftests/net/.gitignore | 1 + tools/testing/selftests/net/Makefile | 2 + tools/testing/selftests/net/broadcast_ether_dst.sh | 83 +++++++++++++++ tools/testing/selftests/net/forwarding/lib.sh | 24 ----- tools/testing/selftests/net/ipv6_fragmentation.c | 114 +++++++++++++++++++++ tools/testing/selftests/net/lib.sh | 24 +++++ 17 files changed, 457 insertions(+), 34 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.tbuqJ1ft1l b/tmp/tmp.1phO17GKX9 index 01fe552c5911..bf1a20c2d5e9 100644 --- a/tmp/tmp.tbuqJ1ft1l +++ b/tmp/tmp.1phO17GKX9 @@ -11,6 +11,25 @@ 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 +Merge tag 'mlx5-rs-fec-ifc' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux +selftests: drv-net: Fix tolerance calculation in devlink_rate_tc_bw.py +selftests: drv-net: Fix and clarify TC bandwidth split in devlink_rate_tc_bw.py +net: sh_eth: Disable WoL if system can not suspend +net: phy: MICREL: Update Kconfig help text +hinic3: Fix code style (Missing a blank line before return) +hinic3: Fix missing napi->dev in netif_queue_set_napi +hinic3: Add port management +hinic3: Add Rss function +hinic3: Tx & Rx configuration +hinic3: Queue pair context initialization +hinic3: Queue pair resource initialization +hinic3: Queue pair endianness improvements +hinic3: Nic_io initialization +hinic3: Command Queue flush interfaces +hinic3: HW capability initialization +hinic3: HW common function initialization +hinic3: HW management interfaces +hinic3: HW initialization Documentation: net: add flow control guide and document ethtool API net: ynl: add generated kdoc to UAPI headers tools: ynl-gen: generate kdoc for attribute enums @@ -150,15 +169,5 @@ net: bridge: BROPT_FDB_LOCAL_VLAN_0: On port changeaddr, skip per-VLAN FDBs net: bridge: BROPT_FDB_LOCAL_VLAN_0: Look up FDB on VLAN 0 on miss net: bridge: Introduce BROPT_FDB_LOCAL_VLAN_0 syztest -tunnels: reset the GSO metadata before reusing the skb -rds: ib: Increment i_fastreg_wrs before bailing out -microchip: lan865x: Allow to fetch MAC from NVMEM -microchip: lan865x: Enable MAC address validation -docs: networking: can: change bcm_msg_head frames member to support flexible array -eea: Add basic driver framework for Alibaba Elastic Ethernet Adaptor -selftests: net: add test for ipv6 fragmentation -hsr: use netdev_master_upper_dev_link() when linking lower ports -selftests: bonding: add test for LACP actor port priority -bonding: support aggregator selection based on port priority -bonding: add support for per-port LACP actor priority net/cls_cgroup: Fix task_get_classid() during qdisc run +net/mlx5: Add RS FEC histogram infrastructure