[GIT PULL] Networking for v6.11-rc0

From: Paolo Abeni
Date: Fri Jul 19 2024 - 12:17:17 EST


Hi Linus!

Small PR, mainly to unbreak the s390 build. We delayed it a little
bit to try to catch a last-minute fix, but it will have to wait a
bit more.

The following changes since commit 51835949dda3783d4639cfa74ce13a3c9829de00:

Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2024-07-16 19:28:34 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-6.11-rc0

for you to fetch changes up to 4359836129d931fc424370249a1fcdec139fe407:

eth: fbnic: don't build the driver when skb has more than 21 frags (2024-07-19 16:36:34 +0200)

----------------------------------------------------------------
Notably this includes fixes for a s390 build breakage.

Including fixes from netfilter.

Current release - new code bugs:

- eth: fbnic: fix s390 build.

- eth: airoha: fix NULL pointer dereference in airoha_qdma_cleanup_rx_queue()

Previous releases - regressions:

- flow_dissector: use DEBUG_NET_WARN_ON_ONCE

- ipv4: fix incorrect TOS in route get reply

- dsa: fix chip-wide frame size config in some drivers

Previous releases - always broken:

- netfilter: nf_set_pipapo: fix initial map fill

- eth: gve: fix XDP TX completion handling when counters overflow

Signed-off-by: Paolo Abeni <pabeni@xxxxxxxxxx>

----------------------------------------------------------------
Chen Hanxiao (1):
ipvs: properly dereference pe in ip_vs_add_service

Florian Westphal (2):
netfilter: nf_set_pipapo: fix initial map fill
selftests: netfilter: add test case for recent mismatch bug

Ido Schimmel (2):
ipv4: Fix incorrect TOS in route get reply
ipv4: Fix incorrect TOS in fibmatch route get reply

Jack Wu (1):
net: wwan: t7xx: add support for Dell DW5933e

Jakub Kicinski (1):
eth: fbnic: don't build the driver when skb has more than 21 frags

Joshua Washington (1):
gve: Fix XDP TX completion handling when counters overflow

Lorenzo Bianconi (2):
net: airoha: fix error branch in airoha_dev_xmit and airoha_set_gdm_ports
net: airoha: Fix NULL pointer dereference in airoha_qdma_cleanup_rx_queue()

Martin Willi (2):
net: dsa: mv88e6xxx: Limit chip-wide frame size config to CPU ports
net: dsa: b53: Limit chip-wide jumbo frame config to CPU ports

Pablo Neira Ayuso (2):
netfilter: ctnetlink: use helper function to calculate expect ID
net: flow_dissector: use DEBUG_NET_WARN_ON_ONCE

Paolo Abeni (4):
eth: fbnic: fix s390 build.
Merge branch 'ipv4-fix-incorrect-tos-in-route-get-reply'
Merge branch 'net-dsa-fix-chip-wide-frame-size-config-in-some-drivers'
Merge tag 'nf-24-07-17' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf

Shay Drory (1):
driver core: auxiliary bus: Fix documentation of auxiliary_device

drivers/net/dsa/b53/b53_common.c | 3 +
drivers/net/dsa/mv88e6xxx/chip.c | 3 +-
drivers/net/ethernet/google/gve/gve_tx.c | 5 +-
drivers/net/ethernet/mediatek/airoha_eth.c | 13 ++--
drivers/net/ethernet/meta/Kconfig | 2 +
drivers/net/wwan/t7xx/t7xx_pci.c | 1 +
include/linux/auxiliary_bus.h | 7 +-
include/net/ip_fib.h | 1 +
net/core/flow_dissector.c | 2 +-
net/ipv4/fib_trie.c | 1 +
net/ipv4/route.c | 16 ++---
net/netfilter/ipvs/ip_vs_ctl.c | 10 +--
net/netfilter/nf_conntrack_netlink.c | 3 +-
net/netfilter/nft_set_pipapo.c | 4 +-
net/netfilter/nft_set_pipapo.h | 21 ++++++
net/netfilter/nft_set_pipapo_avx2.c | 10 +--
tools/testing/selftests/net/fib_tests.sh | 24 +++----
.../selftests/net/netfilter/nft_concat_range.sh | 76 +++++++++++++++++++++-
18 files changed, 156 insertions(+), 46 deletions(-)