This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 53a5182c8a68 Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/l [...] new 0e03c643dc93 eth: fbnic: fix s390 build. new 03b54bad26f3 gve: Fix XDP TX completion handling when counters overflow new 1f038d5897fe net: airoha: fix error branch in airoha_dev_xmit and airoh [...] new c14112a5574f driver core: auxiliary bus: Fix documentation of auxiliary_device new 120f1c857a73 net: flow_dissector: use DEBUG_NET_WARN_ON_ONCE new 338bb57e4c2a ipv4: Fix incorrect TOS in route get reply new f036e68212c1 ipv4: Fix incorrect TOS in fibmatch route get reply new ab1a2a52885a Merge branch 'ipv4-fix-incorrect-tos-in-route-get-reply' new a1a305375dc3 net: wwan: t7xx: add support for Dell DW5933e new 4e076ff6ad53 net: airoha: Fix NULL pointer dereference in airoha_qdma_c [...] new 66b6095c264e net: dsa: mv88e6xxx: Limit chip-wide frame size config to [...] new c5118072e228 net: dsa: b53: Limit chip-wide jumbo frame config to CPU ports new 269521e25069 Merge branch 'net-dsa-fix-chip-wide-frame-size-config-in-s [...] new 782161895eb4 netfilter: ctnetlink: use helper function to calculate expect ID new 791a615b7ad2 netfilter: nf_set_pipapo: fix initial map fill new 0935ee6032df selftests: netfilter: add test case for recent mismatch bug new cbd070a4ae62 ipvs: properly dereference pe in ip_vs_add_service new a1b7dbca1490 Merge tag 'nf-24-07-17' of git://git.kernel.org/pub/scm/li [...] new 4359836129d9 eth: fbnic: don't build the driver when skb has more than [...] new d7e78951a8b8 Merge tag 'net-6.11-rc0' of git://git.kernel.org/pub/scm/l [...]
The 20 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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(-)