Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-02-13--00-00 (v6.14-rc1-470-gb26857496ed4) remotes/brancher/net-next-2025-02-13--03-00 (v6.14-rc1-487-gf90f362c7beb) ==== BASE DIFF ==== drivers/net/ethernet/meta/fbnic/Makefile | 3 +- drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c | 8 +-- drivers/net/ethernet/meta/fbnic/fbnic_netdev.c | 22 +++++++- drivers/net/ethernet/meta/fbnic/fbnic_txrx.c | 74 ++++++++++++++++++++----- drivers/net/ethernet/meta/fbnic/fbnic_txrx.h | 16 +++++- include/net/netdev_queues.h | 1 + net/core/netdev-genl.c | 1 + 7 files changed, 102 insertions(+), 23 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.P2uxduEXzp b/tmp/tmp.4KPvbcmX9S index beb42fbd0779..00321d2eecde 100644 --- a/tmp/tmp.P2uxduEXzp +++ b/tmp/tmp.4KPvbcmX9S @@ -3,15 +3,31 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +eth: mlx4: use the page pool for Rx buffers +eth: mlx4: remove the local XDP fast-recycling ring +eth: mlx4: don't try to complete XDP frames in netpoll +eth: mlx4: create a page pool for Rx +netdev: clarify GSO vs csum in qstats +eth: fbnic: support TCP segmentation offload +selftests/bpf: add rto max for bpf_setsockopt test +bpf: add TCP_BPF_RTO_MAX for bpf_setsockopt +tcp: add TCP_RTO_MAX_MIN_SEC definition +selftests: drv-net: add a simple TSO test +selftests: drv-net: get detailed interface info +selftests: drv-net: resolve remote interface name +net: phy: c45: improve handling of disabled EEE modes in generic ethtool functions +selftests: net: fix grammar in reuseaddr_ports_exhausted.c log message +arp: switch to dev_getbyhwaddr() in arp_req_set_public() +net: Add dev_getbyhwaddr_rtnl() helper +net: document return value of dev_getbyhwaddr_rcu() +r8152: Call napi_schedule() from proper context +net: Assert proper context while calling napi_schedule() net: allow small head cache usage with large MAX_SKB_FRAGS values -ipv6: fix blackhole routes -net: dropreason: add SKB_DROP_REASON_BLACKHOLE s390/qeth: move netif_napi_add_tx() and napi_enable() from under BH ice: Fix signedness bug in ice_init_interrupt_scheme() mlxsw: Add return value check for mlxsw_sp_port_get_stats_raw() net: pse-pd: Fix deadlock in current limit functions net: usb: asix_devices: add FiberGecko DeviceID -net: microchip: sparx5: Fix potential NULL pointer dereference net: Add options as a flexible array to struct ip_tunnel_info ipv6: mcast: add RCU protection to mld_newpack() team: better TEAM_OPTION_TYPE_STRING validation @@ -22,17 +38,13 @@ inetpeer: use EXPORT_IPV6_MOD[_GPL]() net: introduce EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() inet: consolidate inet_csk_clone_lock() inet: reduce inet_csk_clone_lock() indent level -net: 802: enforce underlying device type for GARP and MRP rxrpc: Fix ipv6 path MTU discovery net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors -Merge tag 'gpio-set-array-helper-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux r8169: add support for Intel Killer E5000 dev: Use rtnl_net_dev_lock() in unregister_netdev(). net: Fix dev_net(dev) race in unregister_netdevice_notifier_dev_net(). net: Add net_passive_inc() and net_passive_dec(). ixgene-v2: prepare for phylib stop exporting phy_10_100_features_array -tls: Check return value of get_cipher_desc in fill_sg_out -net: stmmac: dwmac-loongson: Add fix_soc_reset() callback Documentation: dpaa2 ethernet switch driver: Fix spelling net: ipv6: fix consecutive input and output transformation in lwtunnels net: ipv6: fix lwtunnel loops in ioam6, rpl and seg6 @@ -93,4 +105,3 @@ mips: dts: realtek: Add switch interrupts dt-bindings: net: Add Realtek MDIO controller dt-bindings: net: Add switch ports and interrupts to RTL9300 dt-bindings: net: Move realtek,rtl9301-switch to net -gpiolib: add gpiod_multi_set_value_cansleep()