Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-11-20--12-00 (v6.18-rc5-1326-g6373f927039c) remotes/brancher/net-next-2025-11-20--15-00 (v6.18-rc5-1323-gafbfb3aac30e) ==== BASE DIFF ==== drivers/net/ethernet/ti/icssg/icssg_common.c | 469 +++++++++++++++++++++++---- drivers/net/ethernet/ti/icssg/icssg_prueth.c | 394 +++++++++++++++++----- drivers/net/ethernet/ti/icssg/icssg_prueth.h | 25 +- drivers/net/wireless/realtek/rtw89/fw.c | 7 + tools/net/ynl/pyynl/cli.py | 79 +++++ 5 files changed, 825 insertions(+), 149 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.DYgehUIJIw b/tmp/tmp.Cv6vhWBG2k index 0af5c0c689d9..6353c043707f 100644 --- a/tmp/tmp.DYgehUIJIw +++ b/tmp/tmp.Cv6vhWBG2k @@ -12,16 +12,14 @@ nipa: config: x86: use periodic HZ tick nipa: disable 6.17's merge window kunit tests nipa: disable random kunit tests nipa: fbnic: link up on QEMU +virtio-net: Implement ndo_write_rx_mode callback +net: refactor set_rx_mode into snapshot and deferred I/O +net: wwan: t7xx: Make local function static net: stmmac: qcom-ethqos: use read_poll_timeout_atomic() net: stmmac: qcom-ethqos: add rgmii set/clear functions net: stmmac: qcom-ethqos: use u32 for rgmii read/write/update octeon_ep: reset firmware ready status dt-bindings: net: aspeed: add AST2700 MDIO compatible -selftests: drv-net: devmem: add autorelease tests -net: devmem: document NETDEV_A_DMABUF_AUTORELEASE netlink attribute -net: devmem: implement autorelease token management -net: devmem: refactor sock_devmem_dontneed for autorelease split -net: devmem: rename tx_vec to vec in dmabuf binding nfp: tls: Avoid -Wflex-array-member-not-at-end warnings vhost: rewind next_avail_head while discarding descriptors selftests: net: remove old setup_* scripts @@ -43,7 +41,6 @@ net/mlx5e: Add 1600Gbps link modes net: ethtool: Add support for 1600Gbps speed ynl: samples: add tc filter example net: ipv4: fix spelling typo in comment -devlink: Notify eswitch mode changes to devlink monitor veth: reduce XDP no_direct return section to fix race team: Move team device type change at the end of team_port_add Documentation: net: add flow control guide and document ethtool API @@ -95,17 +92,3 @@ net/mlx5: implement swp_l4_csum_mode via devlink params devlink: support default values for param-get and param-set devlink: refactor devlink_nl_param_value_fill_one() devlink: pass extack through to devlink_param::get() -tools: ynl: cli: Display enum values in --list-attrs output -tools: ynl: cli: Parse nested attributes in --list-attrs output -tools: ynl: cli: Add --list-attrs option to show operation attributes -net: mdio: improve reset handling in mdio_device.c -net: mdio: common handling of phy device reset properties -net: mdio: move device reset functions to mdio_device.c -net: ti: icssg-prueth: Enable zero copy in XDP features -net: ti: icssg-prueth: Add AF_XDP zero copy for RX -net: ti: icssg-prueth: Make emac_run_xdp function independent of page -net: ti: icssg-prueth: Add AF_XDP zero copy for TX -net: ti: icssg-prueth: Add XSK pool helpers -net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queues -net: bonding: move bond_should_notify_peers, e.g. into rtnl lock block -net: bonding: use workqueue to make sure peer notify updated in lacp mode