Single branch specified, using that and the previous one: remotes/brancher/net-next-2026-01-14--03-00 (v6.19-rc4-634-ge74f150a1c22) remotes/brancher/net-next-2026-01-14--06-00 (v6.19-rc4-636-gbb6b18e2ec70) ==== BASE DIFF ==== .../bindings/net/ethernet-connector.yaml | 56 ++++ .../devicetree/bindings/net/ethernet-phy.yaml | 18 ++ .../devicetree/bindings/net/ti,dp83822.yaml | 9 +- Documentation/networking/index.rst | 1 + Documentation/networking/phy-port.rst | 111 +++++++ MAINTAINERS | 10 + drivers/net/ethernet/microsoft/mana/mana_en.c | 77 ++++- drivers/net/ethernet/samsung/sxgbe/sxgbe_mtl.c | 2 +- drivers/net/hyperv/netvsc_drv.c | 3 + drivers/net/phy/Makefile | 2 +- drivers/net/phy/dp83822.c | 71 +++-- drivers/net/phy/fixed_phy.c | 83 ++--- drivers/net/phy/marvell-88x2222.c | 94 +++--- drivers/net/phy/marvell.c | 92 ++---- drivers/net/phy/marvell10g.c | 49 +-- drivers/net/phy/phy-caps.h | 5 + drivers/net/phy/phy-core.c | 6 + drivers/net/phy/phy_caps.c | 65 ++++ drivers/net/phy/phy_device.c | 345 ++++++++++++++++++++- drivers/net/phy/phy_port.c | 212 +++++++++++++ drivers/net/phy/qcom/at803x.c | 77 ++--- drivers/net/phy/qcom/qca807x.c | 72 ++--- include/linux/ethtool.h | 36 ++- include/linux/phy.h | 63 +++- include/linux/phy_port.h | 99 ++++++ include/net/mana/gdma.h | 7 +- include/net/mana/mana.h | 3 +- net/core/dst.c | 1 + net/ethtool/common.c | 287 ++++++++++------- net/ipv4/route.c | 4 +- net/ipv6/addrconf.c | 4 +- net/ipv6/route.c | 11 +- net/sched/sch_qfq.c | 6 +- tools/testing/selftests/drivers/net/hw/toeplitz.c | 4 +- tools/testing/selftests/drivers/net/hw/toeplitz.py | 6 +- tools/testing/selftests/net/fib-onlink-tests.sh | 28 +- 36 files changed, 1544 insertions(+), 475 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.g2zTkgmNts b/tmp/tmp.kofVY11mF7 index 99768228cbc0..ae90956bbf93 100644 --- a/tmp/tmp.g2zTkgmNts +++ b/tmp/tmp.kofVY11mF7 @@ -11,6 +11,9 @@ nipa: config: x86: use periodic HZ tick nipa: profile (time) test output nipa: config: disable CPU_MITIGATIONS nipa: disable random kunit tests +xgbe: Use netlink extack to report errors to ethtool +Merge tag 'bpf-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf +net: usb: r8152: fix transmit queue timeout selftests: tls: use mkstemp instead of open(O_TMPFILE) linux-next: manual merge of the net-next tree with the ath tree net: sfp: add potron quirk to the H-COM SPP425H-GAB4 SFP+ Stick @@ -102,18 +105,7 @@ net: phy: realtek: demystify PHYSR register location net: phy: realtek: reunify C22 and C45 drivers net: phy: realtek: simplify C22 reg access via MDIO_MMD_VEND2 net: phy: realtek: support interrupt also for C22 variants -ipv6: Fix use-after-free in inet6_addr_del(). -eth: fbnic: Update RX mbox timeout value -eth: fbnic: Remove retry support -eth: fbnic: Reuse RX mailbox pages -eth: fbnic: Allocate all pages for RX mailbox -eth: fbnic: Use GFP_KERNEL to allocting mbx pages net: ethernet: dnet: remove driver -fou: Don't allow 0 for FOU_ATTR_IPPROTO. -gue: Fix skb memleak with inner IP protocol 0. -net/sched: sch_qfq: do not free existing class in qfq_change_class() -selftests: drv-net: fix RPS mask handling for high CPU numbers -selftests: drv-net: fix RPS mask handling in toeplitz test net: pcs: rzn1-miic: Add PHY_LINK active-level configuration support dt-bindings: net: pcs: renesas,rzn1-miic: Add phy_link property net: add skb->data_len and (skb>end - skb->tail) to skb_dump() @@ -128,20 +120,13 @@ net/mlx5e: SHAMPO, Improve allocation recovery net/mlx5e: RX, Drop oversized packets in non-linear mode net: inline napi_skb_cache_get() wireguard: allowedips: Use kfree_rcu() instead of call_rcu() -net: mana: Implement ndo_tx_timeout and serialize queue resets per port. net: nfc: nci: Fix parameter validation for packet data -ethtool: Clarify len/n_stats fields in/out semantics -dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list() -net: hv_netvsc: reject RSS hash key programming without RX indirection table net/mlx5: Initialize bulk for single flow counters net/mlx5: fs, split bulk init net/mlx5: fs, factor out flow counter bulk init net/mlx5e: Refine TX timeout handling to skip non-timed-out SQ net: hns3: Use netif_xmit_timeout_ms() helper net: Introduce netif_xmit_timeout_ms() helper -net/mlx5e: Mask wqe_id when handling rx cqe -net: sxgbe: fix typo in comment -net: qualcomm: ppe: Remove redundant include of dev_printk.h net: bonding: add the READ_ONCE/WRITE_ONCE for outside lock accessing net: bonding: skip the 2nd trylock when first one fail net: bonding: move bond_should_notify_peers, e.g. into rtnl lock block @@ -152,30 +137,14 @@ Revert "selftests/tc-testing: Add tests for restrictions on netem duplication" Revert "net/sched: Restrict conditions for adding duplicating netems to qdisc tree" net/sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loop net: Introduce skb ttl field to track packet loops -net: phy: fixed_phy: replace IDA with a bitmap -net: phy: fixed_phy: replace list of fixed PHYs with static array -selftests: fib-onlink: Add test cases for nexthop device mismatch -ipv6: Allow for nexthop device mismatch with "onlink" -selftests: fib-onlink: Add a test case for IPv4 multicast gateway -selftests: fib-onlink: Remove "wrong nexthop device" IPv6 tests -selftests: fib-onlink: Remove "wrong nexthop device" IPv4 tests net: fix segmentation of forwarding fraglist GRO virtio_net: Fix misalignment bug in struct virtnet_info net: airoha: npu: Init BA memory region if provided via DTS dt-bindings: net: airoha: npu: Add BA memory region -Documentation: networking: Document the phy_port infrastructure -net: phy: Only rely on phy_port for PHY-driven SFP -net: phy: qca807x: Support SFP through phy_port interface -net: phy: at803x: Support SFP through phy_port interface -net: phy: marvell10g: Support SFP through phy_port -net: phy: marvell: Support SFP through phy_port interface -net: phy: marvell-88x2222: Support SFP through phy_port interface -net: phy: Introduce generic SFP handling for PHY drivers -net: phy: Create a phy_port for PHY-driven SFPs -dt-bindings: net: dp83822: Deprecate ti,fiber-mode -net: phy: dp83822: Add support for phy_port representation -net: phy: Introduce PHY ports representation -net: ethtool: Introduce ETHTOOL_LINK_MEDIUM_* values -dt-bindings: net: Introduce the ethernet-connector description net: phy: adin: enable configuration of the LP Termination Register dt-bindings: net: adi,adin: document LP Termination property +bpf: Fix reference count leak in bpf_prog_test_run_xdp() +bpf: Reject BPF_MAP_TYPE_INSN_ARRAY in check_reg_const_str() +selftests/bpf: Update xdp_context_test_run test to check maximum metadata size +bpf, test_run: Subtract size of xdp_frame from allowed metadata size +riscv, bpf: Fix incorrect usage of BPF_TRAMP_F_ORIG_STACK