Message ID | 20250220112033.26001-1-pabeni@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [GIT,PULL] Networking for v6.14-rc4 | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net, async |
netdev/build_32bit | success | Errors and warnings before: 40 this patch: 40 |
netdev/build_tools | success | Errors and warnings before: 26 (+1) this patch: 26 (+1) |
netdev/build_clang | success | Errors and warnings before: 66 this patch: 66 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | Fixes tag looks correct |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 4117 this patch: 4117 |
netdev/build_clang_rust | success | No Rust files in patch. Skipping build |
netdev/kdoc | success | Errors and warnings before: 20 this patch: 20 |
netdev/contest | success | net-next-2025-02-20--18-00 (tests: 893) |
The pull request you sent on Thu, 20 Feb 2025 12:20:33 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git net-6.14-rc4
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/27eddbf3449026a73d6ed52d55b192bfcf526a03
Thank you!
Hi Linus! The following changes since commit 348f968b89bfeec0bb53dd82dba58b94d97fbd34: Merge tag 'net-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-02-13 12:17:04 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git net-6.14-rc4 for you to fetch changes up to dd3188ddc4c49cb234b82439693121d2c1c69c38: Merge branch 'net-remove-the-single-page-frag-cache-for-good' (2025-02-20 10:53:32 +0100) ---------------------------------------------------------------- Smaller than usual with no fixes from any subtree. Current release - regressions: - core: fix race of rtnl_net_lock(dev_net(dev)). Previous releases - regressions: - core: remove the single page frag cache for good - flow_dissector: fix handling of mixed port and port-range keys - sched: cls_api: fix error handling causing NULL dereference - tcp: - adjust rcvq_space after updating scaling ratio - drop secpath at the same time as we currently drop dst - eth: gtp: suppress list corruption splat in gtp_net_exit_batch_rtnl(). Previous releases - always broken: - vsock: - fix variables initialization during resuming - for connectible sockets allow only connected - eth: geneve: fix use-after-free in geneve_find_dev(). - eth: ibmvnic: don't reference skb after sending to VIOS Signed-off-by: Paolo Abeni <pabeni@redhat.com> ---------------------------------------------------------------- Breno Leitao (2): net: Add non-RCU dev_getbyhwaddr() helper arp: switch to dev_getbyhwaddr() in arp_req_set_public() Cong Wang (4): flow_dissector: Fix handling of mixed port and port-range keys selftests/net/forwarding: Add a test case for tc-flower of mixed port and port-range flow_dissector: Fix port range key handling in BPF conversion selftests/bpf: Add a specific dst port matching Gavrilov Ilia (1): drop_monitor: fix incorrect initialization order Haoxiang Li (1): nfp: bpf: Add check for nfp_app_ctrl_msg_alloc() Jakub Kicinski (7): MAINTAINERS: create entry for ethtool MAC merge tcp: adjust rcvq_space after updating scaling ratio MAINTAINERS: trim the GVE entry Merge branch 'net-fix-race-of-rtnl_net_lock-dev_net-dev' Merge branch 'gtp-geneve-suppress-list_del-splat-during-exit_batch_rtnl' Merge branch 'flow_dissector-fix-handling-of-mixed-port-and-port-range-keys' Merge branch 'net-core-improvements-to-device-lookup-by-hardware-address' Jeroen de Borst (1): gve: Update MAINTAINERS Joshua Washington (1): gve: set xdp redirect target only when it is available Julian Ruess (1): s390/ism: add release function for struct device Junnan Wu (1): vsock/virtio: fix variables initialization during resuming Kory Maincent (1): net: pse-pd: pd692x0: Fix power limit retrieval Kuniyuki Iwashima (6): geneve: Fix use-after-free in geneve_find_dev(). net: Add net_passive_inc() and net_passive_dec(). net: Fix dev_net(dev) race in unregister_netdevice_notifier_dev_net(). dev: Use rtnl_net_dev_lock() in unregister_netdev(). gtp: Suppress list corruption splat in gtp_net_exit_batch_rtnl(). geneve: Suppress list corruption splat in geneve_destroy_tunnels(). Michal Luczaj (4): sockmap, vsock: For connectible sockets allow only connected vsock/bpf: Warn on socket without transport selftest/bpf: Adapt vsock_delete_on_close to sockmap rejecting unconnected selftest/bpf: Add vsock test for sockmap rejecting unconnected Nick Child (1): ibmvnic: Don't reference skb after sending to VIOS Nick Hu (1): net: axienet: Set mac_managed_pm Paolo Abeni (4): Merge branch 'sockmap-vsock-for-connectible-sockets-allow-only-connected' net: allow small head cache usage with large MAX_SKB_FRAGS values Revert "net: skb: introduce and use a single page frag cache" Merge branch 'net-remove-the-single-page-frag-cache-for-good' Pierre Riteau (1): net/sched: cls_api: fix error handling causing NULL dereference Sabrina Dubroca (1): tcp: drop secpath at the same time as we currently drop dst Stephan Gerhold (1): net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors Yu-Chun Lin (1): sctp: Fix undefined behavior in left shift operation MAINTAINERS | 9 +- drivers/net/ethernet/google/gve/gve.h | 10 ++ drivers/net/ethernet/google/gve/gve_main.c | 6 +- drivers/net/ethernet/ibm/ibmvnic.c | 4 +- drivers/net/ethernet/netronome/nfp/bpf/cmsg.c | 2 + drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 1 + drivers/net/geneve.c | 16 +-- drivers/net/gtp.c | 5 - drivers/net/pse-pd/pd692x0.c | 2 +- drivers/net/wwan/mhi_wwan_mbim.c | 2 +- drivers/s390/net/ism_drv.c | 14 ++- include/linux/netdevice.h | 3 +- include/net/gro.h | 3 + include/net/net_namespace.h | 11 +++ include/net/tcp.h | 14 +++ net/core/dev.c | 108 +++++++++++++++++--- net/core/drop_monitor.c | 29 +++--- net/core/flow_dissector.c | 49 +++++---- net/core/gro.c | 3 - net/core/net_namespace.c | 8 +- net/core/skbuff.c | 110 ++------------------- net/core/sock_map.c | 3 + net/ipv4/arp.c | 2 +- net/ipv4/tcp_fastopen.c | 4 +- net/ipv4/tcp_input.c | 20 ++-- net/ipv4/tcp_ipv4.c | 2 +- net/sched/cls_api.c | 2 +- net/sctp/stream.c | 2 +- net/vmw_vsock/af_vsock.c | 3 + net/vmw_vsock/virtio_transport.c | 10 +- net/vmw_vsock/vsock_bpf.c | 2 +- .../bpf/prog_tests/flow_dissector_classification.c | 7 +- .../selftests/bpf/prog_tests/sockmap_basic.c | 70 +++++++++---- .../net/forwarding/tc_flower_port_range.sh | 46 +++++++++ 34 files changed, 365 insertions(+), 217 deletions(-)