Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-10-17--03-00 (v6.18-rc1-265-g0f0e0935d75d) remotes/brancher/net-next-2025-10-17--06-00 (v6.18-rc1-276-g69759bdafff9) ==== BASE IDENTICAL ==== ==== COMMIT DIFF ==== diff --git a/tmp/tmp.eSgOgC9APx b/tmp/tmp.DypKKLtsSq index 9bf093834dfe..118e4137f9d6 100644 --- a/tmp/tmp.eSgOgC9APx +++ b/tmp/tmp.DypKKLtsSq @@ -13,8 +13,13 @@ selftests: net: fix server bind failure in sctp_vrf.sh nipa: disable 6.17's merge window kunit tests nipa: disable random kunit tests nipa: fbnic: link up on QEMU +Revert "net: usb: ax88179_178a: Bind only to vendor-specific interface" +net: usb: ax88179_178a: add USB device driver for config selection +net: usb: support quirks in cdc_ncm net/smc: fix general protection fault in __smc_diag_dump virtio_net: fix header access in big_packets mode +bnxt_en: support PPS in/out on all pins +Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for striding RQ net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for legacy RQ r8169: reconfigure rx unconditionally before chip reset when resuming @@ -61,10 +66,6 @@ tcp: Don't acknowledge SYN+ACK payload to TFO fallback client. selftest: packetdrill: Import TFO sendto tests. tcp: Make TFO client fallback behaviour consistent. nl802154: fix some kernel-doc warnings -net: bridge: use common function to compute the features -team: use common function to compute the features -bonding: use common function to compute the features -net: add a common function to compute features for upper devices net: shrink napi_skb_cache_put() net: dsa: lantiq_gswip: treat VID 0 like the PVID net: dsa: lantiq_gswip: drop untagged on VLAN-aware bridge ports with no PVID @@ -82,6 +83,9 @@ net: stmmac: Allow supporting coarse adjustment mode net: stmmac: Move subsecond increment configuration in dedicated helper net: dsa: tag_brcm: legacy: fix untagged rx on unbridged ports for bcm63xx net: enetc: fix the deadlock of enetc_mdio_lock +tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahash +mlxbf_gige: report unknown speed and duplex when link is down +net: hibmcge: support pci_driver.shutdown() 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 @@ -93,3 +97,10 @@ net: rnpgbe: Add basic mbx_fw support net: rnpgbe: Add basic mbx ops support net: rnpgbe: Add n500/n210 chip support with BAR2 mapping net: rnpgbe: Add build support for rnpgbe +Merge branch 'bpf-allow-opt-out-from-sk-sk_prot-memory_allocated' +selftests/bpf: Add test for sk->sk_bypass_prot_mem. +bpf: Introduce SK_BPF_BYPASS_PROT_MEM. +bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE. +net: Introduce net.core.bypass_prot_mem sysctl. +net: Allow opt-out from global protocol memory accounting. +tcp: Save lock_sock() for memcg in inet_csk_accept().