Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-07-08--09-00 (v6.16-rc4-1308-g88509c0f8973) remotes/brancher/net-next-2025-07-08--12-00 (v6.16-rc4-1309-g1cfdcd9559f5) ==== BASE DIFF ==== Documentation/networking/bonding.rst | 11 +- drivers/net/bonding/bond_3ad.c | 13 + drivers/net/bonding/bond_main.c | 91 +++++- drivers/net/bonding/bond_netlink.c | 16 + drivers/net/bonding/bond_options.c | 42 +++ include/net/act_api.h | 2 - include/net/bond_options.h | 1 + include/net/bonding.h | 3 + include/net/mctp.h | 52 ++- include/uapi/linux/if_link.h | 1 + include/uapi/linux/mctp.h | 8 + net/mctp/af_mctp.c | 66 ++-- net/mctp/route.c | 574 +++++++++++++++++++++----------- net/mctp/test/route-test.c | 612 ++++++++++++++++++++++------------- net/mctp/test/sock-test.c | 229 +++++++++++++ net/mctp/test/utils.c | 196 ++++++++++- net/mctp/test/utils.h | 44 +++ net/sched/act_api.c | 9 +- 18 files changed, 1497 insertions(+), 473 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.BMS1mKnkCM b/tmp/tmp.Wicd478NUd index 321e2fa97d36..a95d90a807b6 100644 --- a/tmp/tmp.BMS1mKnkCM +++ b/tmp/tmp.Wicd478NUd @@ -8,6 +8,17 @@ tc_action dbg [local patch] forwarding: set timeout to 3 hours [local patch] selftests: net: enable profiling [local patch] timestamp - try waking [local patch] +vsock/test: fix test for null ptr deref when transport changes +net: ti: icssg-prueth: Fix buffer allocation for ICSSG +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 +net: appletalk: Fix device refcount leak in atrtr_create() +net: phy: bcm54811: PHY initialization +net: phy: bcm5481x: MII-Lite activation +dt-bindings: ethernet-phy: add MII-Lite phy interface type +net: phy: MII-Lite PHY interface mode MAINTAINERS: remove myself as netronome maintainer net: usb: enable the work after stop usbnet by ip down/up net: ftgmac100: Add optional reset control for RMII mode on Aspeed SoCs @@ -204,21 +215,6 @@ net: hibmcge: support scenario without PHY virtio-net: fix a rtnl_lock() deadlock during probing net: replace ADDRLABEL with dynamic debug net: ag71xx: Add missing check after DMA map -net/sched: acp_api: no longer acquire RTNL in tc_action_net_exit() -net: mctp: test: Add tests for gateway routes -net: mctp: add gateway routing support -net: mctp: allow NL parsing directly into a struct mctp_route -net: mctp: remove routes by netid, not by device -net: mctp: pass net into route creation -net: mctp: test: Add initial socket tests -net: mctp: test: add sock test infrastructure -net: mctp: test: move functions into utils.[ch] -net: mctp: test: Add extaddr routing output test -net: mctp: test: Add an addressed device constructor -net: mctp: separate cb from direct-addressing routing -net: mctp: separate routing database from routing operations -net: mctp: test: make cloned_frag buffers more appropriately-sized -net: mctp: don't use source cb data when forwarding, ensure pkt_type is set Documentation: netlink: specs: tc: Add DualPI2 specification selftests/tc-testing: Add selftests for qdisc DualPI2 selftests/tc-testing: Fix warning and style check on tdc.sh @@ -226,18 +222,3 @@ sched: Add enqueue/dequeue of dualpi2 qdisc sched: Dump configuration and statistics of dualpi2 qdisc sched: Struct definition and parsing of dualpi2 qdisc net/handshake: Add new parameter 'HANDSHAKE_A_ACCEPT_KEYRING' -ARM: mxs_defconfig: Enable CONFIG_FEC_MTIP_L2SW to support MTIP L2 switch -ARM: mxs_defconfig: Update mxs_defconfig to 6.16-rc1 -ARM: mxs_defconfig: Enable CONFIG_NFS_FSCACHE -net: mtip: Extend the L2 switch driver for imx287 with bridge operations -net: mtip: Extend the L2 switch driver with management operations -net: mtip: Add mtip_switch_{rx|tx} functions to the L2 switch driver -net: mtip: Add net_device_ops functions to the L2 switch driver -net: mtip: Add buffers management functions to the L2 switch driver -net: mtip: The L2 switch driver for imx287 -ARM: dts: nxp: mxs: Adjust XEA board's DTS to support L2 switch -ARM: dts: nxp: mxs: Adjust the imx28.dtsi L2 switch description -dt-bindings: net: Add MTIP L2 switch description -net: bonding: send peer notify when failure recovery -net: bonding: add broadcast_neighbor netlink option -net: bonding: add broadcast_neighbor option for 802.3ad