From: Jakub Kicinski <kuba@kernel.org>
To: torvalds@linux-foundation.org
Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, pabeni@redhat.com
Subject: [GIT PULL] Networking for v6.10-rc4
Date: Thu, 13 Jun 2024 09:35:42 -0700 [thread overview]
Message-ID: <20240613163542.130374-1-kuba@kernel.org> (raw)
Hi Linus!
Slim pickings this time, probably a combination of summer, DevConf.cz,
and the end of first half of the year at corporations.
The following changes since commit d30d0e49da71de8df10bf3ff1b3de880653af562:
Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2024-06-06 09:55:27 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-6.10-rc4
for you to fetch changes up to a9b9741854a9fe9df948af49ca5514e0ed0429df:
bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send() (2024-06-13 08:05:46 -0700)
----------------------------------------------------------------
Including fixes from bluetooth and netfilter.
Current release - regressions:
- Revert "igc: fix a log entry using uninitialized netdev",
it traded lack of netdev name in a printk() for a crash
Previous releases - regressions:
- Bluetooth: L2CAP: fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ
- geneve: fix incorrectly setting lengths of inner headers in the skb,
confusing the drivers and causing mangled packets
- sched: initialize noop_qdisc owner to avoid false-positive recursion
detection (recursing on CPU 0), which bubbles up to user space as
a sendmsg() error, while noop_qdisc should silently drop
- netdevsim: fix backwards compatibility in nsim_get_iflink()
Previous releases - always broken:
- netfilter: ipset: fix race between namespace cleanup and gc
in the list:set type
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
----------------------------------------------------------------
Aleksandr Mishin (2):
liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet
bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send()
Andy Shevchenko (1):
net dsa: qca8k: fix usages of device_get_named_child_node()
Csókás, Bence (1):
net: sfp: Always call `sfp_sm_mod_remove()` on remove
David S. Miller (2):
Merge branch 'hns3-fixes'
Merge branch 'geneve-fixes'
David Wei (1):
netdevsim: fix backwards compatibility in nsim_get_iflink()
Davide Ornaghi (1):
netfilter: nft_inner: validate mandatory meta and payload
Eric Dumazet (2):
tcp: fix race in tcp_v6_syn_recv_sock()
tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()
Florian Westphal (1):
netfilter: Use flowlabel flow key when re-routing mangled packets
Gal Pressman (2):
geneve: Fix incorrect inner network header offset when innerprotoinherit is set
net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN) packets
Geliang Tang (1):
mailmap: map Geliang's new email address
Jakub Kicinski (4):
Merge branch 'mptcp-various-fixes'
Merge tag 'for-net-2024-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Merge tag 'nf-24-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Merge branch 'net-bridge-mst-fix-suspicious-rcu-usage-warning'
Jie Wang (1):
net: hns3: add cond_resched() to hns3 ring buffer init process
Johannes Berg (1):
net/sched: initialize noop_qdisc owner
Joshua Washington (1):
gve: ignore nonrelevant GSO type bits when processing TSO headers
Jozsef Kadlecsik (1):
netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type
Kory Maincent (1):
net: pse-pd: Use EOPNOTSUPP error code instead of ENOTSUPP
Luiz Augusto von Dentz (2):
Bluetooth: hci_sync: Fix not using correct handle
Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ
Michael Chan (1):
bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded response
Nikolay Aleksandrov (2):
net: bridge: mst: pass vlan group directly to br_mst_vlan_set_state
net: bridge: mst: fix suspicious rcu usage in br_mst_set_state
Paolo Abeni (1):
mptcp: ensure snd_una is properly initialized on connect
Pauli Virtanen (1):
Bluetooth: fix connection setup in l2cap_connect
Petr Pavlu (1):
net/ipv6: Fix the RT cache flush via sysctl using a previous delay
Rao Shoaib (1):
af_unix: Read with MSG_PEEK loops if the first unread byte is OOB
Sagar Cheluvegowda (1):
net: stmmac: dwmac-qcom-ethqos: Configure host DMA width
Sasha Neftin (1):
Revert "igc: fix a log entry using uninitialized netdev"
Taehee Yoo (1):
ionic: fix use after netif_napi_del()
Udit Kumar (1):
dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0
Xiaolei Wang (1):
net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs parameters
Yonglong Liu (1):
net: hns3: fix kernel crash problem in concurrent scenario
YonglongLi (2):
mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID
mptcp: pm: update add_addr counters after connect
Ziwei Xiao (1):
gve: Clear napi->skb before dev_kfree_skb_any()
.mailmap | 1 +
drivers/net/dsa/qca/qca8k-leds.c | 12 ++-
drivers/net/ethernet/broadcom/bnxt/bnxt.h | 51 ++++++++++++
drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c | 2 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c | 12 ++-
drivers/net/ethernet/cavium/liquidio/lio_vf_rep.c | 11 ++-
drivers/net/ethernet/google/gve/gve_rx_dqo.c | 8 +-
drivers/net/ethernet/google/gve/gve_tx_dqo.c | 20 ++---
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 4 +
drivers/net/ethernet/hisilicon/hns3/hns3_enet.h | 2 +
.../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 21 +++--
drivers/net/ethernet/intel/igc/igc_main.c | 5 +-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 3 +-
drivers/net/ethernet/pensando/ionic/ionic_lif.c | 4 +-
.../ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c | 4 +
drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c | 25 +++---
drivers/net/geneve.c | 10 ++-
drivers/net/netdevsim/netdev.c | 3 +-
drivers/net/phy/sfp.c | 3 +-
include/dt-bindings/net/ti-dp83867.h | 4 +-
include/dt-bindings/net/ti-dp83869.h | 4 +-
include/linux/pse-pd/pse.h | 4 +-
include/net/bluetooth/hci_core.h | 36 ++++++++-
include/net/ip_tunnels.h | 5 +-
net/bluetooth/hci_sync.c | 2 +-
net/bluetooth/l2cap_core.c | 12 +--
net/bridge/br_mst.c | 13 ++-
net/ipv4/tcp_timer.c | 6 +-
net/ipv6/netfilter.c | 1 +
net/ipv6/route.c | 4 +-
net/ipv6/tcp_ipv6.c | 3 +-
net/mptcp/pm_netlink.c | 21 +++--
net/mptcp/protocol.c | 1 +
net/netfilter/ipset/ip_set_core.c | 93 ++++++++++++----------
net/netfilter/ipset/ip_set_list_set.c | 30 ++++---
net/netfilter/nft_meta.c | 3 +
net/netfilter/nft_payload.c | 4 +
net/sched/sch_generic.c | 1 +
net/unix/af_unix.c | 18 ++---
tools/testing/selftests/net/mptcp/mptcp_join.sh | 5 +-
40 files changed, 300 insertions(+), 171 deletions(-)
next reply other threads:[~2024-06-13 16:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-13 16:35 Jakub Kicinski [this message]
2024-06-13 18:17 ` [GIT PULL] Networking for v6.10-rc4 Linus Torvalds
2024-06-13 18:37 ` Jakub Kicinski
2024-06-13 18:54 ` Konstantin Ryabitsev
2024-06-13 19:30 ` pr-tracker-bot
2024-06-13 19:40 ` 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=20240613163542.130374-1-kuba@kernel.org \
--to=kuba@kernel.org \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.