mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Paolo Abeni <pabeni@redhat.com>
To: torvalds@linux-foundation.org
Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] Networking for v6.14-rc8
Date: Thu, 20 Mar 2025 16:55:13 +0100	[thread overview]
Message-ID: <20250320155513.82476-1-pabeni@redhat.com> (raw)

Hi Linus!

The following changes since commit 4003c9e78778e93188a09d6043a74f7154449d43:

  Merge tag 'net-6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-03-13 07:58:48 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git net-6.14-rc8

for you to fetch changes up to feaee98c6c505494e2188e5c644b881f5c81ee59:

  MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6 (2025-03-20 15:49:00 +0100)

----------------------------------------------------------------
Including fixes from can, bluetooth and ipsec.

This contains a last minute revert of a recent GRE patch, mostly
to allow me stating there are no known regressions outstanding.

Current release - regressions:

  - revert "gre: Fix IPv6 link-local address generation."

  - eth: ti: am65-cpsw: fix NAPI registration sequence

Previous releases - regressions:

  - ipv6: fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().

  - mptcp: fix data stream corruption in the address announcement

  - bluetooth: fix connection regression between LE and non-LE adapters

  - can:
    - flexcan: only change CAN state when link up in system PM
    - ucan: fix out of bound read in strscpy() source

Previous releases - always broken:

  - lwtunnel: fix reentry loops

  - ipv6: fix TCP GSO segmentation with NAT

  - xfrm: force software GSO only in tunnel mode

  - eth: ti: icssg-prueth: add lock to stats

Misc:

  - add Andrea Mayer as a maintainer of SRv6

Signed-off-by: Paolo Abeni <pabeni@redhat.com>

----------------------------------------------------------------
Alexander Mikhalitsyn (1):
      tools headers: Sync uapi/asm-generic/socket.h with the kernel sources

Alexandre Cassen (1):
      xfrm: fix tunnel mode TX datapath in packet offload mode

Arkadiusz Bokowy (1):
      Bluetooth: hci_event: Fix connection regression between LE and non-LE adapters

Arthur Mongodin (1):
      mptcp: Fix data stream corruption in the address announcement

Biju Das (2):
      dt-bindings: can: renesas,rcar-canfd: Fix typo in pattern properties for R-Car V4M
      can: rcar_canfd: Fix page entries in the AFL list

Cosmin Ratiu (1):
      xfrm_output: Force software GSO only in tunnel mode

Dan Carpenter (2):
      Bluetooth: Fix error code in chan_alloc_skb_cb()
      net: atm: fix use after free in lec_send()

David Ahern (1):
      MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6

David S. Miller (1):
      Merge branch 'xa_alloc_cyclic-checks'

Felix Fietkau (1):
      net: ipv6: fix TCP GSO segmentation with NAT

Gavrilov Ilia (1):
      xsk: fix an integer overflow in xp_create_and_assign_umem()

Guillaume Nault (2):
      Revert "selftests: Add IPv6 link-local address generation tests for GRE devices."
      Revert "gre: Fix IPv6 link-local address generation."

Haibo Chen (2):
      can: flexcan: only change CAN state when link up in system PM
      can: flexcan: disable transceiver during system PM

Haiyang Zhang (1):
      net: mana: Support holes in device list reply msg

Jakub Kicinski (1):
      selftests: drv-net: use defer in the ping test

Justin Iurman (3):
      net: lwtunnel: fix recursion loops
      net: ipv6: ioam6: fix lwtunnel_output() loop
      selftests: net: test for lwtunnel dst ref loops

Kuniyuki Iwashima (2):
      ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().
      ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().

Lin Ma (1):
      net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES

MD Danish Anwar (1):
      net: ti: icssg-prueth: Add lock to stats

Marc Kleine-Budde (2):
      Merge patch series "R-Car CANFD fixes"
      Merge patch series "can: flexcan: only change CAN state when link up in system PM"

Michal Swiatkowski (3):
      devlink: fix xa_alloc_cyclic() error handling
      dpll: fix xa_alloc_cyclic() error handling
      phy: fix xa_alloc_cyclic() error handling

Oliver Hartkopp (1):
      can: statistics: use atomic access in hot path

Paolo Abeni (6):
      Merge tag 'linux-can-fixes-for-6.14-20250314' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
      Merge tag 'for-net-2025-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
      Merge branch 'net-fix-lwtunnel-reentry-loops'
      Merge tag 'batadv-net-pullrequest-20250318' of git://git.open-mesh.org/linux-merge
      Merge tag 'ipsec-2025-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
      Merge branch 'gre-revert-ipv6-link-local-address-fix'

Russell King (Oracle) (1):
      net: stmmac: dwc-qos-eth: use devm_kzalloc() for AXI data

Sven Eckelmann (1):
      batman-adv: Ignore own maximum aggregation size during RX

Vignesh Raghavendra (1):
      net: ethernet: ti: am65-cpsw: Fix NAPI registration sequence

Vincent Mailhol (1):
      can: ucan: fix out of bound read in strscpy() source

 .../bindings/net/can/renesas,rcar-canfd.yaml       |   2 +-
 MAINTAINERS                                        |  11 +
 drivers/dpll/dpll_core.c                           |   2 +-
 drivers/net/can/flexcan/flexcan-core.c             |  18 +-
 drivers/net/can/rcar/rcar_canfd.c                  |  28 +--
 drivers/net/can/usb/ucan.c                         |  43 ++--
 drivers/net/ethernet/microsoft/mana/gdma_main.c    |  14 +-
 .../ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c    |   4 +-
 drivers/net/ethernet/ti/am65-cpsw-nuss.c           |  32 +--
 drivers/net/ethernet/ti/icssg/icssg_prueth.c       |   1 +
 drivers/net/ethernet/ti/icssg/icssg_prueth.h       |   2 +
 drivers/net/ethernet/ti/icssg/icssg_stats.c        |   4 +
 drivers/net/phy/phy_link_topology.c                |   2 +-
 include/net/bluetooth/hci.h                        |   2 +-
 include/net/mana/gdma.h                            |  11 +-
 net/atm/lec.c                                      |   3 +-
 net/batman-adv/bat_iv_ogm.c                        |   3 +-
 net/batman-adv/bat_v_ogm.c                         |   3 +-
 net/bluetooth/6lowpan.c                            |   7 +-
 net/can/af_can.c                                   |  12 +-
 net/can/af_can.h                                   |  12 +-
 net/can/proc.c                                     |  46 ++--
 net/core/lwtunnel.c                                |  65 +++++-
 net/core/neighbour.c                               |   1 +
 net/devlink/core.c                                 |   2 +-
 net/ipv6/addrconf.c                                |  15 +-
 net/ipv6/ioam6_iptunnel.c                          |   8 +-
 net/ipv6/route.c                                   |   5 +-
 net/ipv6/tcpv6_offload.c                           |  21 +-
 net/mptcp/options.c                                |   6 +-
 net/xdp/xsk_buff_pool.c                            |   2 +-
 net/xfrm/xfrm_output.c                             |  43 +++-
 tools/include/uapi/asm-generic/socket.h            |  21 +-
 tools/testing/selftests/drivers/net/ping.py        |  16 +-
 tools/testing/selftests/net/Makefile               |   2 +-
 tools/testing/selftests/net/config                 |   2 +
 tools/testing/selftests/net/gre_ipv6_lladdr.sh     | 177 ---------------
 .../selftests/net/lwt_dst_cache_ref_loop.sh        | 246 +++++++++++++++++++++
 38 files changed, 560 insertions(+), 334 deletions(-)
 delete mode 100755 tools/testing/selftests/net/gre_ipv6_lladdr.sh
 create mode 100755 tools/testing/selftests/net/lwt_dst_cache_ref_loop.sh


             reply	other threads:[~2025-03-20 15:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-20 15:55 Paolo Abeni [this message]
2025-03-20 17:02 ` pr-tracker-bot
2025-03-20 20:30 ` patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250320155513.82476-1-pabeni@redhat.com \
    --to=pabeni@redhat.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®