Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-08-29--21-00 (v6.11-rc5-836-g6fec4dff14d4) remotes/brancher/net-next-2024-08-30--00-00 (v6.11-rc5-834-g77e77231b499) ==== BASE DIFF ==== drivers/net/ethernet/broadcom/bnxt/bnxt.c | 310 +++++++++++---------- drivers/net/ethernet/broadcom/bnxt/bnxt.h | 8 +- drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c | 98 ++++++- drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.h | 8 + drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 13 +- drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c | 29 +- net/ipv6/af_inet6.c | 1 + tools/testing/selftests/net/Makefile | 1 + tools/testing/selftests/net/tcp_so_peek_off.c | 183 ++++++++++++ 9 files changed, 464 insertions(+), 187 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.CKGlq1Fj7v b/tmp/tmp.4FC79VdpiI index 48f1089cd9f6..670da1b50689 100644 --- a/tmp/tmp.CKGlq1Fj7v +++ b/tmp/tmp.4FC79VdpiI @@ -1,10 +1,19 @@ profile patch selftests/bpf: Fix a btf_dump selftest failure forwarding: set timeout to 3 hours +igc: Unlock on error in igc_io_resume() docs: ABI: update OCP TimeCard sysfs entries ptp: ocp: adjust sysfs entries to expose tty information ptp: ocp: convert serial ports to array usbnet: modern method to get random MAC +cxgb: Remove unused declarations +cxgb4: Remove unused declarations +cxgb3: Remove unused declarations +netdev_features: remove NETIF_F_ALL_FCOE +netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu +netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local +netdev_features: convert NETIF_F_LLTX to dev->lltx +netdevice: convert private flags > BIT(31) to bitfields net: ethernet: ti: am65-cpsw: Fix RX statistics for XDP_TX and XDP_REDIRECT net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDP_TX net: ethernet: ti: am65-cpsw: fix XDP_DROP, XDP_TX and XDP_REDIRECT @@ -28,19 +37,6 @@ ipv4: Unmask upper DSCP bits in ip_sock_rt_tos() ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup() ipv4: Unmask upper DSCP bits in ip_route_output_key_hash() ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookup -netdev: add dmabuf introspection -selftests: add ncdevmem, netcat for devmem TCP -net: add devmem TCP documentation -net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags -tcp: RX path for devmem TCP -net: add support for skbs with unreadable frags -net: support non paged skb frags -memory-provider: dmabuf devmem memory provider -page_pool: devmem support -netdev: netdevice devmem allocator -netdev: support binding dma-buf to netdevice -net: netdev netlink api to bind dma-buf to a net device -netdev: add netdev_rx_queue_restart() net/smc: prevent NULL pointer dereference in txopt_get MAINTAINERS: Add the rtase ethernet driver entry realtek: Update the Makefile and Kconfig in the realtek folder @@ -58,17 +54,6 @@ rtase: Add support for a pci table in this module sfc: Convert to use ERR_CAST() ice: Add netif_device_attach/detach into PF reset flow igb: Fix not clearing TimeSync interrupts for 82580 -selftests: add selftest for tcp SO_PEEK_OFF support -tcp: add SO_PEEK_OFF socket option tor TCPv6 -bnxt_en: Support dynamic MSIX -bnxt_en: Allocate the max bp->irq_tbl size for dynamic msix allocation -bnxt_en: Replace deprecated PCI MSIX APIs -bnxt_en: Remove register mapping to support INTX -bnxt_en: Remove BNXT_FLAG_USING_MSIX flag -bnxt_en: Deprecate support for legacy INTX mode -bnxt_en: Support QOS and TPID settings for the SRIOV VLAN -bnxt_en: add support for retrieving crash dump using ethtool -bnxt_en: add support for storing crash dump into host memory net: ti: icssg-prueth: Enable HSR Tx Tag and Rx Tag offload net: ti: icssg-prueth: Add multicast filtering support in HSR mode net: ti: icssg-prueth: Enable HSR Tx Packet duplication offload