mbox series

[0/2,nf-next] Fix mss value announced to the client

Message ID 20190710100556.25307-1-ffmancera@riseup.net
Headers show
Series Fix mss value announced to the client | expand

Message

Fernando F. Mancera July 10, 2019, 10:05 a.m. UTC
This is a port of Ibrahim's patch. It includes all the changes requested and it
also fixes the mss value announced in the nftables synproxy module. Maybe it
would be a good idea to squash it so please feel free to do it. :-)

Fernando Fernandez Mancera (2):
  netfilter: synproxy: fix erroneous tcp mss option
  netfilter: synproxy: rename mss synproxy_options field

 include/net/netfilter/nf_conntrack_synproxy.h |  3 ++-
 net/ipv4/netfilter/ipt_SYNPROXY.c             |  2 ++
 net/ipv6/netfilter/ip6t_SYNPROXY.c            |  2 ++
 net/netfilter/nf_synproxy_core.c              | 12 ++++++------
 net/netfilter/nft_synproxy.c                  |  2 ++
 5 files changed, 14 insertions(+), 7 deletions(-)