Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-10-03--00-00 (net-next-6.12-10197-gccf3a1bbf69f) remotes/brancher/net-next-2024-10-03--03-00 (net-next-6.12-10230-g2189f4fed8bd) ==== BASE DIFF ==== drivers/bluetooth/btmrvl_sdio.c | 3 +- drivers/net/dsa/sja1105/sja1105.h | 2 +- drivers/net/dsa/sja1105/sja1105_main.c | 85 ++++---- drivers/net/dsa/sja1105/sja1105_mdio.c | 28 ++- drivers/net/ethernet/mellanox/mlx5/core/en.h | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en/tir.c | 3 + .../ethernet/mellanox/mlx5/core/en_accel/ipsec.c | 8 +- drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 1 - .../net/ethernet/mellanox/mlx5/core/lib/pci_vsc.c | 10 + .../mlx5/core/steering/hws/mlx5hws_bwc_complex.c | 2 +- .../mlx5/core/steering/hws/mlx5hws_definer.c | 4 +- .../mlx5/core/steering/hws/mlx5hws_matcher.c | 2 +- .../mellanox/mlx5/core/steering/hws/mlx5hws_send.c | 8 +- drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 7 +- drivers/net/ethernet/ti/am65-cpsw-nuss.c | 2 +- drivers/net/ethernet/wangxun/txgbe/txgbe_phy.c | 18 +- drivers/net/ethernet/wangxun/txgbe/txgbe_type.h | 2 +- drivers/net/ieee802154/Kconfig | 1 + drivers/net/ieee802154/mcr20a.c | 5 +- drivers/net/pcs/pcs-xpcs.c | 92 +++++---- drivers/net/phy/mxl-gpy.c | 218 +++++++++++++++++++++ drivers/net/phy/qt2025.rs | 4 +- drivers/net/phy/realtek.c | 3 + drivers/net/ppp/ppp_generic.c | 4 +- drivers/net/vrf.c | 2 + include/linux/mlx5/mlx5_ifc.h | 2 +- include/linux/pcs/pcs-xpcs.h | 14 +- include/linux/virtio_net.h | 4 +- net/bluetooth/hci_core.c | 2 + net/bluetooth/hci_event.c | 15 +- net/bluetooth/l2cap_core.c | 8 - net/bluetooth/mgmt.c | 23 ++- net/bridge/br_mdb.c | 2 +- net/ipv4/tcp_offload.c | 10 +- net/ipv4/udp_offload.c | 22 ++- net/ipv6/tcpv6_offload.c | 10 +- net/mac802154/scan.c | 4 +- tools/testing/selftests/net/rds/Makefile | 3 +- tools/testing/selftests/net/rds/test.py | 0 39 files changed, 463 insertions(+), 172 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.v2Wnpz3isD b/tmp/tmp.a7oeJHzgTb index 49cdcf6426ea..82a75c2aea74 100644 --- a/tmp/tmp.v2Wnpz3isD +++ b/tmp/tmp.a7oeJHzgTb @@ -2,6 +2,7 @@ iov_iter: fix advancing slot in iter_folioq_get_pages() tc_action dbg profile patch forwarding: set timeout to 3 hours +net: phy: marvell: avoid bringing down fibre link when autoneg is bypassed lib: packing: use GENMASK() for box_mask lib: packing: use BITS_PER_BYTE instead of 8 lib: packing: fix QUIRK_MSB_ON_THE_RIGHT behavior @@ -46,8 +47,6 @@ rtnetlink: Add ASSERT_RTNL_NET() placeholder for netdev notifier. rtnetlink: Add assertion helpers for per-netns RTNL. rtnetlink: Add per-netns RTNL. Revert "rtnetlink: add guard for RTNL" -net_sched: sch_fq: add the ability to offload pacing -net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attribute sfc: Don't invoke xdp_do_flush() from netpoll. net: pse-pd: Fix enabled status mismatch selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() test @@ -57,12 +56,6 @@ ipv4: avoid quadratic behavior in FIB insertion of common address net: phy: aquantia: remove usage of phy_set_max_speed net: phy: aquantia: AQR115c fix up PMA capabilities selftests/net: Add missing va_end. -selftests: rds: move include.sh to TEST_FILES net: ethernet: ti: am65-cpsw: avoid devm_alloc_etherdev, fix module removal net: ethernet: ti: am65-cpsw: prevent WARN_ON upon module removal -net: test for not too small csum_start in virtio_net_hdr_to_skb() -net: phy: qt2025: Fix warning: unused import DeviceId -net: gso: fix tcp fraglist segmentation after pull from frag_list net/ncsi: Disable the ncsi work before freeing the associated structure -net/bridge: Optimizing read-write locks in ebtables.c -net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()