]> Git Repo - linux.git/commitdiff
Merge tag 'net-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
authorLinus Torvalds <[email protected]>
Thu, 13 Feb 2025 20:17:04 +0000 (12:17 -0800)
committerLinus Torvalds <[email protected]>
Thu, 13 Feb 2025 20:17:04 +0000 (12:17 -0800)
Pull networking fixes from Jakub Kicinski:
 "Including fixes from netfilter, wireless and bluetooth.

  Kalle Valo steps down after serving as the WiFi driver maintainer for
  over a decade.

  Current release - fix to a fix:

   - vsock: orphan socket after transport release, avoid null-deref

   - Bluetooth: L2CAP: fix corrupted list in hci_chan_del

  Current release - regressions:

   - eth:
      - stmmac: correct Rx buffer layout when SPH is enabled
      - iavf: fix a locking bug in an error path

   - rxrpc: fix alteration of headers whilst zerocopy pending

   - s390/qeth: move netif_napi_add_tx() and napi_enable() from under BH

   - Revert "netfilter: flowtable: teardown flow if cached mtu is stale"

  Current release - new code bugs:

   - rxrpc: fix ipv6 path MTU discovery, only ipv4 worked

   - pse-pd: fix deadlock in current limit functions

  Previous releases - regressions:

   - rtnetlink: fix netns refleak with rtnl_setlink()

   - wifi: brcmfmac: use random seed flag for BCM4355 and BCM4364
     firmware

  Previous releases - always broken:

   - add missing RCU protection of struct net throughout the stack

   - can: rockchip: bail out if skb cannot be allocated

   - eth: ti: am65-cpsw: base XDP support fixes

  Misc:

   - ethtool: tsconfig: update the format of hwtstamp flags, changes the
     uAPI but this uAPI was not in any release yet"

* tag 'net-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (72 commits)
  net: pse-pd: Fix deadlock in current limit functions
  rxrpc: Fix ipv6 path MTU discovery
  Reapply "net: skb: introduce and use a single page frag cache"
  s390/qeth: move netif_napi_add_tx() and napi_enable() from under BH
  mlxsw: Add return value check for mlxsw_sp_port_get_stats_raw()
  ipv6: mcast: add RCU protection to mld_newpack()
  team: better TEAM_OPTION_TYPE_STRING validation
  Bluetooth: L2CAP: Fix corrupted list in hci_chan_del
  Bluetooth: btintel_pcie: Fix a potential race condition
  Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd
  net: ethernet: ti: am65_cpsw: fix tx_cleanup for XDP case
  net: ethernet: ti: am65-cpsw: fix RX & TX statistics for XDP_TX case
  net: ethernet: ti: am65-cpsw: fix memleak in certain XDP cases
  vsock/test: Add test for SO_LINGER null ptr deref
  vsock: Orphan socket after transport release
  MAINTAINERS: Add sctp headers to the general netdev entry
  Revert "netfilter: flowtable: teardown flow if cached mtu is stale"
  iavf: Fix a locking bug in an error path
  rxrpc: Fix alteration of headers whilst zerocopy pending
  net: phylink: make configuring clock-stop dependent on MAC support
  ...

1  2 
MAINTAINERS

diff --combined MAINTAINERS
index 25c86f47353de25c88291cc7fd6c4e9bfb12d5c4,b182021f4906e294281ab91f865e9fbd3ced55c9..10893c91b1c100fefa10036c5182204bccfe4b16
@@@ -2209,6 -2209,7 +2209,6 @@@ F:      sound/soc/codecs/cs42l84.
  F:    sound/soc/codecs/ssm3515.c
  
  ARM/APPLE MACHINE SUPPORT
 -M:    Hector Martin <[email protected]>
  M:    Sven Peter <[email protected]>
  R:    Alyssa Rosenzweig <[email protected]>
  L:    [email protected]
@@@ -3654,7 -3655,6 +3654,6 @@@ F:      Documentation/devicetree/bindings/ph
  F:    drivers/phy/qualcomm/phy-ath79-usb.c
  
  ATHEROS ATH GENERIC UTILITIES
- M:    Kalle Valo <[email protected]>
  M:    Jeff Johnson <[email protected]>
  L:    [email protected]
  S:    Supported
@@@ -3954,7 -3954,6 +3953,7 @@@ M:      Kent Overstreet <kent.overstreet@lin
  L:    [email protected]
  S:    Supported
  C:    irc://irc.oftc.net/bcache
 +P:      Documentation/filesystems/bcachefs/SubmittingPatches.rst
  T:    git https://evilpiepirate.org/git/bcachefs.git
  F:    fs/bcachefs/
  F:    Documentation/filesystems/bcachefs/
@@@ -9418,7 -9417,7 +9417,7 @@@ F:      fs/freevxfs
  
  FREEZER
  M:    "Rafael J. Wysocki" <[email protected]>
 -M:    Pavel Machek <pavel@ucw.cz>
 +M:    Pavel Machek <pavel@kernel.org>
  L:    [email protected]
  S:    Supported
  F:    Documentation/power/freezing-of-tasks.rst
@@@ -9878,7 -9877,7 +9877,7 @@@ S:      Maintaine
  F:    drivers/staging/gpib/
  
  GPIO ACPI SUPPORT
 -M:    Mika Westerberg <[email protected]>
 +M:    Mika Westerberg <[email protected]>
  M:    Andy Shevchenko <[email protected]>
  L:    [email protected]
  L:    [email protected]
@@@ -10253,7 -10252,7 +10252,7 @@@ F:   drivers/video/fbdev/hgafb.
  
  HIBERNATION (aka Software Suspend, aka swsusp)
  M:    "Rafael J. Wysocki" <[email protected]>
 -M:    Pavel Machek <pavel@ucw.cz>
 +M:    Pavel Machek <pavel@kernel.org>
  L:    [email protected]
  S:    Supported
  B:    https://bugzilla.kernel.org
@@@ -13124,8 -13123,8 +13123,8 @@@ T:   git git://git.kernel.org/pub/scm/lin
  F:    scripts/leaking_addresses.pl
  
  LED SUBSYSTEM
 -M:    Pavel Machek <[email protected]>
  M:    Lee Jones <[email protected]>
 +M:    Pavel Machek <[email protected]>
  L:    [email protected]
  S:    Maintained
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git
@@@ -16438,7 -16437,7 +16437,7 @@@ X:   drivers/net/can
  X:    drivers/net/wireless/
  
  NETWORKING DRIVERS (WIRELESS)
- M:    Kalle Valo <[email protected]>
+ M:    Johannes Berg <[email protected]>
  L:    [email protected]
  S:    Maintained
  W:    https://wireless.wiki.kernel.org/
@@@ -16509,6 -16508,7 +16508,7 @@@ F:   include/linux/netdev
  F:    include/linux/netlink.h
  F:    include/linux/netpoll.h
  F:    include/linux/rtnetlink.h
+ F:    include/linux/sctp.h
  F:    include/linux/seq_file_net.h
  F:    include/linux/skbuff*
  F:    include/net/
@@@ -16525,6 -16525,7 +16525,7 @@@ F:   include/uapi/linux/netdev
  F:    include/uapi/linux/netlink.h
  F:    include/uapi/linux/netlink_diag.h
  F:    include/uapi/linux/rtnetlink.h
+ F:    include/uapi/linux/sctp.h
  F:    lib/net_utils.c
  F:    lib/random32.c
  F:    net/
@@@ -16823,7 -16824,7 +16824,7 @@@ F:   include/linux/tick.
  F:    kernel/time/tick*.*
  
  NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
 -M:    Pavel Machek <pavel@ucw.cz>
 +M:    Pavel Machek <pavel@kernel.org>
  M:    Sakari Ailus <[email protected]>
  L:    [email protected]
  S:    Maintained
@@@ -19355,7 -19356,6 +19356,6 @@@ Q:   http://patchwork.linuxtv.org/project
  F:    drivers/media/tuners/qt1010*
  
  QUALCOMM ATH12K WIRELESS DRIVER
- M:    Kalle Valo <[email protected]>
  M:    Jeff Johnson <[email protected]>
  L:    [email protected]
  S:    Supported
@@@ -19365,7 -19365,6 +19365,6 @@@ F:   drivers/net/wireless/ath/ath12k
  N:    ath12k
  
  QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
- M:    Kalle Valo <[email protected]>
  M:    Jeff Johnson <[email protected]>
  L:    [email protected]
  S:    Supported
@@@ -19375,7 -19374,6 +19374,6 @@@ F:   drivers/net/wireless/ath/ath10k
  N:    ath10k
  
  QUALCOMM ATHEROS ATH11K WIRELESS DRIVER
- M:    Kalle Valo <[email protected]>
  M:    Jeff Johnson <[email protected]>
  L:    [email protected]
  S:    Supported
@@@ -22849,7 -22847,7 +22847,7 @@@ F:   drivers/sh
  SUSPEND TO RAM
  M:    "Rafael J. Wysocki" <[email protected]>
  M:    Len Brown <[email protected]>
 -M:    Pavel Machek <pavel@ucw.cz>
 +M:    Pavel Machek <pavel@kernel.org>
  L:    [email protected]
  S:    Supported
  B:    https://bugzilla.kernel.org
This page took 0.112823 seconds and 4 git commands to generate.