public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 v5.10.y 0/5] Backport fixes for CVE-2025-40149
@ 2026-01-19  9:25 Keerthana K
  2026-01-19  9:25 ` [PATCH v2 v5.10.y 1/5] net: Add locking to protect skb->dev access in ip_output Keerthana K
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Keerthana K @ 2026-01-19  9:25 UTC (permalink / raw)
  To: stable, gregkh
  Cc: j.vosburgh, vfalico, andy, davem, kuba, kuznet, yoshfuji, borisp,
	aviadye, john.fastabend, daniel, ast, andrii, kafai,
	songliubraving, yhs, kpsingh, carlos.soto, simon.horman,
	luca.czesla, felix.huettner, ilyal, netdev, bpf, ajay.kaher,
	alexey.makhalov, vamsi-krishna.brahmajosyula, yin.ding,
	tapas.kundu, Keerthana K

Following commits are pre-requisite for the commit c65f27b9c
- 1dbf1d590 (net: Add locking to protect skb->dev access in ip_output)
- 5b9985454 (net/bonding: Take IP hash logic into a helper)
- 007feb87f (net/bonding: Implement ndo_sk_get_lower_dev)
- 719a402cf (net: netdevice: Add operation ndo_sk_get_lower_dev)

Kuniyuki Iwashima (1):
  tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock().

Sharath Chandra Vurukala (1):
  net: Add locking to protect skb->dev access in ip_output

Tariq Toukan (3):
  net/bonding: Take IP hash logic into a helper
  net/bonding: Implement ndo_sk_get_lower_dev
  net: netdevice: Add operation ndo_sk_get_lower_dev

 drivers/net/bonding/bond_main.c | 109 ++++++++++++++++++++++++++++++--
 include/linux/netdevice.h       |   4 ++
 include/net/bonding.h           |   2 +
 include/net/dst.h               |  12 ++++
 net/core/dev.c                  |  33 ++++++++++
 net/ipv4/ip_output.c            |  16 +++--
 net/tls/tls_device.c            |  18 +++---
 7 files changed, 176 insertions(+), 18 deletions(-)

-- 
2.43.7


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-02-08 15:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-19  9:25 [PATCH v2 v5.10.y 0/5] Backport fixes for CVE-2025-40149 Keerthana K
2026-01-19  9:25 ` [PATCH v2 v5.10.y 1/5] net: Add locking to protect skb->dev access in ip_output Keerthana K
2026-01-19  9:25 ` [PATCH v2 v5.10.y 2/5] net/bonding: Take IP hash logic into a helper Keerthana K
2026-01-19  9:26 ` [PATCH v2 3/5] net/bonding: Implement ndo_sk_get_lower_dev Keerthana K
2026-02-08 15:05   ` Greg KH
2026-01-19  9:26 ` [PATCH v2 v5.10.y 4/5] net: netdevice: Add operation ndo_sk_get_lower_dev Keerthana K
2026-01-19  9:26 ` [PATCH v2 v5.10.y 5/5] tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock() Keerthana K
2026-02-08 15:06 ` [PATCH v2 v5.10.y 0/5] Backport fixes for CVE-2025-40149 Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox