Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-09-03--00-00 (v6.17-rc3-834-g97a3846196d4) remotes/brancher/net-next-2025-09-03--03-00 (v6.17-rc3-823-g792ab65b1648) ==== BASE DIFF ==== MAINTAINERS | 3 +- drivers/net/dsa/Kconfig | 8 +---- drivers/net/dsa/Makefile | 2 +- drivers/net/dsa/lantiq/Kconfig | 7 ++++ drivers/net/dsa/lantiq/Makefile | 1 + drivers/net/dsa/{ => lantiq}/lantiq_gswip.c | 54 ++++++++++++++++++++++------- drivers/net/dsa/{ => lantiq}/lantiq_gswip.h | 4 +++ drivers/net/dsa/{ => lantiq}/lantiq_pce.h | 0 drivers/net/dsa/mv88e6xxx/leds.c | 17 ++++++--- net/ipv6/addrconf.c | 4 ++- net/ipv6/exthdrs.c | 6 ++-- tools/testing/selftests/net/cmsg_sender.c | 10 ++++-- 12 files changed, 82 insertions(+), 34 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.kJtKGu4ZIK b/tmp/tmp.csRJ9vQ3sx index 1dc6787ca71f..2f3481f78f8c 100644 --- a/tmp/tmp.kJtKGu4ZIK +++ b/tmp/tmp.csRJ9vQ3sx @@ -12,6 +12,16 @@ 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 +net/tls: support maximum record size limit +selftests: net: Add tests to verify team driver option set and get. +e1000e: fix heap overflow in e1000_set_eeprom +ixgbe: fix incorrect map used in eee linkmode +i40e: Fix potential invalid access when MAC list is empty +i40e: remove read access to debugfs files +idpf: set mac type when adding and removing MAC filters +idpf: fix UAF in RDMA core aux dev deinitialization +ice: fix NULL access of tx->in_use in ice_ll_ts_intr +ice: fix NULL access of tx->in_use in ice_ptp_ts_irq net: devmem: use niov array for token management net: devmem: rename tx_vec to vec in dmabuf binding mptcp: record subflows in RPS table @@ -27,13 +37,6 @@ tools: ynl-gen: fix nested array counting genetlink: fix typo in comment tools: ynl-gen: use macro for binary min-len check netlink: specs: fou: change local-v6/peer-v6 check -netpoll: Flush skb_pool as part of netconsole cleanup -netpoll: Move find_skb() to netconsole and make it static -netpoll: Move SKBs pool to netconsole side -netpoll: Export zap_completion_queue -netpoll: Move netpoll_cleanup implementation to netconsole -netpoll: move prepare skb functions to netconsole -netconsole: Split UDP message building and sending operations netfilter: nft_payload: extend offset to 65535 bytes netfilter: nf_reject: remove unneeded exports netfilter: nft_set_pipapo: remove redundant test for avx feature bit @@ -59,7 +62,6 @@ bonding: support aggregator selection based on port priority bonding: add support for per-port LACP actor priority ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init() net/cls_cgroup: Fix task_get_classid() during qdisc run -net: libwx: fix to enable RSS net: thunder_bgx: decrement cleanup index before use net: thunder_bgx: add a missing of_node_put eth: fbnic: support queue ops / zero-copy Rx @@ -80,8 +82,6 @@ net: lan966x: convert fwnode to of net: lan966x: use of_get_mac_address net/smc: Improve log message for devices w/o pnetid s390/ism: Log module load/unload -ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabled -ipv6: annotate data-races around devconf->rpl_seg_enabled net: phylink: move PHY interrupt request to non-fail path ipv6: sit: Add ipip6_tunnel_dst_find() for cleanup net: ti: icssg-prueth: Enable zero copy in XDP features @@ -93,32 +93,10 @@ net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queues ARM: dts: stm32: add missing PTP reference clocks on stm32mp13x SoCs drivers: net: stmmac: handle start time set in the past for flexible PPS time: export timespec64_add_safe() symbol -net: dsa: mv88e6xxx: Fix fwnode reference leaks in mv88e6xxx_port_setup_leds net: atm: fix memory leak in atm_register_sysfs when device_register fail -selftests: net: avoid memory leak 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: af_packet: Use hrtimer to do the retire operation net: af_packet: remove last_kactive_blk_num field -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 -net: dsa: lantiq_gswip: move MDIO bus registration to .setup() -net: dsa: lantiq_gswip: support standard MDIO node name -net: dsa: lantiq_gswip: support offset of MII registers -net: dsa: lantiq_gswip: ignore SerDes modes in phylink_mac_config() -net: dsa: lantiq_gswip: support model-specific mac_select_pcs() -net: dsa: lantiq_gswip: move to dedicated folder