Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-06-26--12-00 (v6.16-rc2-1068-gae139781b92d) remotes/brancher/net-next-2025-06-26--15-00 (v6.16-rc2-1066-g7adfe33e82dc) ==== BASE DIFF ==== Documentation/dev-tools/checkpatch.rst | 9 + .../bindings/net/ti,k3-am654-cpsw-nuss.yaml | 2 +- Documentation/networking/ip-sysctl.rst | 674 ++++++++++++++++----- drivers/net/ethernet/meta/fbnic/fbnic_csr.h | 22 +- drivers/net/ethernet/meta/fbnic/fbnic_devlink.c | 4 +- drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c | 73 ++- drivers/net/ethernet/meta/fbnic/fbnic_fw.c | 30 +- drivers/net/ethernet/meta/fbnic/fbnic_fw.h | 8 +- drivers/net/ethernet/meta/fbnic/fbnic_mac.c | 2 +- drivers/net/ethernet/meta/fbnic/fbnic_netdev.h | 5 +- drivers/net/ethernet/meta/fbnic/fbnic_txrx.h | 3 - drivers/net/ethernet/ti/am65-cpsw-nuss.c | 27 +- scripts/checkpatch.pl | 12 + 13 files changed, 637 insertions(+), 234 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.WITKXFzVMF b/tmp/tmp.sggytTv47s index 9e1ee8f34630..3f2f15dde505 100644 --- a/tmp/tmp.WITKXFzVMF +++ b/tmp/tmp.sggytTv47s @@ -10,11 +10,31 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +NFC: trf7970a: Create device-tree parameter for RX gain reduction +dt-bindings: net/nfc: ti,trf7970a: Add ti,rx-gain-reduction-db option +ice: add ref-sync dpll pins +dpll: add reference sync get/set +dpll: add reference-sync netlink attribute +net: fec: allow disable coalescing +dpaa2-eth: fix xdp_rxq_info leak +selftests/net: packetdrill: add tcp_dsack_mult.pkt +tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK range +Bluetooth: HCI: Set extended advertising data synchronously net: usb: lan78xx: fix possible NULL pointer dereference in lan78xx_phy_init() net: txgbe: fix the issue of TX failure net: ngbe: specify IRQ vector when the number of VFs is 7 net: wangxun: revert the adjustment of the IRQ vector sequence net: txgbe: request MISC IRQ in ndo_open +bng_en: Add a network device +bng_en: Initialize default configuration +bng_en: Add irq allocation support +bng_en: Add resource management support +bng_en: Add backing store support +bng_en: Add ring memory allocation support +bng_en: Add initial interaction with firmware +bng_en: Add firmware communication mechanism +bng_en: Add devlink interface +bng_en: Add PCI interface net: skbuff: Drop unused @skb net: skbuff: Drop unused @skb net/smc: Drop nr_pages_max initialization @@ -32,16 +52,9 @@ net: ethernet: ti: am65-cpsw-nuss: Fix skb size by accounting for skb_shared_inf net: hibmcge: configure FIFO thresholds according to the MAC controller documentation net: hibmcge: adjust the burst len configuration of the MAC controller to improve TX performance. net: hibmcge: support scenario without PHY -virtio-net: allow more allocated space for mergeable XDP -virtio-net: create a helper to check received mergeable buffer's length -virtio-net: remove redundant truesize check with PAGE_SIZE -virtio-net: ensure the received length does not exceed allocated size bonding: don't force LACPDU tx to ~333 ms boundaries -tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK range octeontx2-af: Fix error code in rvu_mbox_init() net: airoha: Get rid of dma_sync_single_for_device() in airoha_qdma_fill_rx_queue() -Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux -net: fec: allow disable coalescing ethernet: atl1: Add missing DMA mapping error checks and count errors vhost/vsock: Allocate nonlinear SKBs for handling large transmit buffers vsock/virtio: Rename virtio_vsock_skb_rx_put() to virtio_vsock_skb_put() @@ -87,20 +100,6 @@ amd-xgbe: do not double read link status Octeontx2-pf: ethtool: support multi advertise mode Octeontx2-af: Introduce mode group index Octeontx-pf: Update SGMII mode mapping -net: mctp: test: Add tests for gateway routes -net: mctp: add gateway routing support -net: mctp: allow NL parsing directly into a struct mctp_route -net: mctp: remove routes by netid, not by device -net: mctp: pass net into route creation -net: mctp: test: Add initial socket tests -net: mctp: test: add sock test infrastructure -net: mctp: test: move functions into utils.[ch] -net: mctp: test: Add extaddr routing output test -net: mctp: test: Add an addressed device constructor -net: mctp: separate cb from direct-addressing routing -net: mctp: separate routing database from routing operations -net: mctp: test: make cloned_frag buffers more appropriately-sized -net: mctp: don't use source cb data when forwarding, ensure pkt_type is set ARM: dts: Fix up wrv54g device tree dt-bindings: dsa: Rewrite Micrel KS8995 in schema netmem: introduce a netmem API, virt_to_head_netmem() @@ -126,12 +125,6 @@ ipv6: mcast: Remove mca_get(). ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc(). ipv6: mcast: Replace locking comments with lockdep annotations. ipv6: ndisc: Remove __in6_dev_get() in pndisc_{constructor,destructor}(). -docs: net: sysctl documentation cleanup -eth: fbnic: rename fbnic_fw_clear_cmpl to fbnic_mbx_clear_cmpl -eth: fbnic: sort includes -eth: fbnic: realign whitespace -eth: fbnic: fix stampinn typo in a comment -eth: fbnic: remove duplicate FBNIC_MAX_.XQS macros vhost/net: enable gso over UDP tunnel support. tun: enable gso over UDP tunnel support. virtio_net: enable gso over UDP tunnel support. @@ -141,9 +134,6 @@ vhost-net: allow configuring extended features virtio_pci_modern: allow configuring extended features virtio: introduce extended features scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURES -checkpatch: check for comment explaining rgmii(|-rxid|-txid) PHY modes -net: ethernet: ti: am65-cpsw: fixup PHY mode for fixed RGMII TX delay -dt-bindings: net: ti: k3-am654-cpsw-nuss: update phy-mode in example Documentation: netlink: specs: tc: Add DualPI2 specification selftests/tc-testing: Add selftests for qdisc DualPI2 selftests/tc-testing: Fix warning and style check on tdc.sh @@ -152,6 +142,3 @@ sched: Dump configuration and statistics of dualpi2 qdisc sched: Struct definition and parsing of dualpi2 qdisc net: mdio: Add MDIO bus controller for Airoha AN7583 dt-bindings: net: Document support for Airoha AN7583 MDIO Controller -net/mlx5: Add IFC bits for PCIe Congestion Event object -net/mlx5: Small refactor for general object capabilities -net/mlx5: fs, add multiple prios to RDMA TRANSPORT steering domain