mbox series

[0/1] TCP conntrack patch to handle simultaneous open

Message ID 1524311028-22603-1-git-send-email-kadlec@blackhole.kfki.hu
Headers show
Series TCP conntrack patch to handle simultaneous open | expand

Message

Jozsef Kadlecsik April 21, 2018, 11:43 a.m. UTC
Hi Pablo,

Please apply the next patch to nf-next: Dominique Martinet reported a
tcp hang issue at netdev when simultaneous open was used. The conntrack
state table could not handle the case and the patch fixes it by introducing
a new internal flag.

Best regards,
Jozsef

Jozsef Kadlecsik (1):
  netfilter: Fix handling simultaneous open in TCP conntrack

 include/uapi/linux/netfilter/nf_conntrack_tcp.h |  3 +++
 net/netfilter/nf_conntrack_proto_tcp.c          | 11 +++++++++++
 2 files changed, 14 insertions(+)