All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5 nf-next v3] netfilter: synproxy: misc fixes about synproxy core
@ 2026-05-26 14:18 Fernando Fernandez Mancera
  2026-05-26 14:18 ` [PATCH 1/5 nf-next v3] netfilter: synproxy: drop packets if timestamp adjustment fails Fernando Fernandez Mancera
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Fernando Fernandez Mancera @ 2026-05-26 14:18 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 and concurrent hook registration. From ignored error handling
to unaligned memory access. Most of this are not issues impacting real
setups as they would have been reported before.

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

Fernando Fernandez Mancera (5):
  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: protect nf_ct_seqadj_init() with conntrack lock
  netfilter: synproxy: add mutex to guard hook reference counting

 net/netfilter/nf_synproxy_core.c | 76 +++++++++++++++++++++-----------
 1 file changed, 51 insertions(+), 25 deletions(-)

-- 
2.53.0


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-26 14:18 [PATCH 0/5 nf-next v3] netfilter: synproxy: misc fixes about synproxy core Fernando Fernandez Mancera
2026-05-26 14:18 ` [PATCH 1/5 nf-next v3] netfilter: synproxy: drop packets if timestamp adjustment fails Fernando Fernandez Mancera
2026-05-26 14:18 ` [PATCH 2/5 nf-next v3] netfilter: synproxy: adjust duplicate timestamp options Fernando Fernandez Mancera
2026-05-26 14:18 ` [PATCH 3/5 nf-next v3] netfilter: synproxy: fix unaligned memory access in timestamp adjustment Fernando Fernandez Mancera
2026-05-26 14:18 ` [PATCH 4/5 nf-next v3] netfilter: synproxy: protect nf_ct_seqadj_init() with conntrack lock Fernando Fernandez Mancera
2026-05-26 14:59   ` Pablo Neira Ayuso
2026-05-26 21:18     ` Fernando Fernandez Mancera
2026-05-26 14:18 ` [PATCH 5/5 nf-next v3] netfilter: synproxy: add mutex to guard hook reference counting 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.