All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] inet: fix NLM_F_DUMP_INTR logic
@ 2024-02-15 17:21 Eric Dumazet
  2024-02-15 17:21 ` [PATCH net 1/2] ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid Eric Dumazet
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Eric Dumazet @ 2024-02-15 17:21 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni
  Cc: David Ahern, Nicolas Dichtel, netdev, eric.dumazet, Eric Dumazet

Make sure NLM_F_DUMP_INTR is generated if dev_base_seq and
dev_addr_genid are changed by the same amount.

Eric Dumazet (2):
  ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid
  ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid

 net/ipv4/devinet.c  | 21 +++++++++++++++++----
 net/ipv6/addrconf.c | 21 ++++++++++++++++++---
 2 files changed, 35 insertions(+), 7 deletions(-)

-- 
2.43.0.687.g38aa6559b0-goog


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

end of thread, other threads:[~2024-02-18 10:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-15 17:21 [PATCH net 0/2] inet: fix NLM_F_DUMP_INTR logic Eric Dumazet
2024-02-15 17:21 ` [PATCH net 1/2] ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid Eric Dumazet
2024-02-16  9:16   ` Nicolas Dichtel
2024-02-15 17:21 ` [PATCH net 2/2] ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid Eric Dumazet
2024-02-16  9:17   ` Nicolas Dichtel
2024-02-16  9:19     ` Eric Dumazet
2024-02-18 10:30 ` [PATCH net 0/2] inet: fix NLM_F_DUMP_INTR logic patchwork-bot+netdevbpf

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.