All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4 nf v2] netfilter: synproxy: timestamp adjustment fixes
@ 2026-05-25 12:44 Fernando Fernandez Mancera
  2026-05-25 12:44 ` [PATCH 1/4 nf v2] netfilter: synproxy: drop packets if timestamp adjustment fails Fernando Fernandez Mancera
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Fernando Fernandez Mancera @ 2026-05-25 12:44 UTC (permalink / raw)
  To: netfilter-devel; +Cc: coreteam, pablo, fw, phil, Fernando Fernandez Mancera

This series fixes several long standing issues during synproxy timestamp
adjustment. From ignored error handling to unaligned memory access. Most
of this are not issues impacting real setups as they would have been
reported before. The most critical bug is the write to the stale
pointer.

FWIW; I am sending these fixes as separated patches because they
are addressing independent issues.

Fernando Fernandez Mancera (4):
  netfilter: synproxy: drop packets if timestamp adjustment fails
  netfilter: synproxy: adjust duplicate timestamp options
  netfilter: synproxy: fix unaligned memory access in timestamp
    adjustment
  netfilter: synproxy: fix possible write to stale pointer

 net/netfilter/nf_synproxy_core.c | 41 +++++++++++++++++---------------
 1 file changed, 22 insertions(+), 19 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-05-26 13:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-25 12:44 [PATCH 0/4 nf v2] netfilter: synproxy: timestamp adjustment fixes Fernando Fernandez Mancera
2026-05-25 12:44 ` [PATCH 1/4 nf v2] netfilter: synproxy: drop packets if timestamp adjustment fails Fernando Fernandez Mancera
2026-05-25 12:44 ` [PATCH 2/4 nf v2] netfilter: synproxy: adjust duplicate timestamp options Fernando Fernandez Mancera
2026-05-25 12:44 ` [PATCH 3/4 nf v2] netfilter: synproxy: fix unaligned memory access in timestamp adjustment Fernando Fernandez Mancera
2026-05-25 12:44 ` [PATCH 4/4 nf v2] netfilter: synproxy: fix possible write to stale pointer Fernando Fernandez Mancera
2026-05-25 13:45   ` Fernando Fernandez Mancera
2026-05-25 18:59     ` Florian Westphal
2026-05-25 19:02       ` Fernando Fernandez Mancera
2026-05-26 10:12       ` Fernando Fernandez Mancera
2026-05-26 13:05         ` Florian Westphal
2026-05-26 13:12           ` Fernando Fernandez Mancera

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.