Re: [RFC 11/14] tcp_md5: Move TCP-MD5 code out of TCP itself

2018-01-04 Thread Christoph Paasch
Hello Mat, On 02/01/18 - 11:39:23, Mat Martineau wrote: > > Hi Christoph - > > On Mon, 18 Dec 2017, Christoph Paasch wrote: > > > This is all just copy-pasting the TCP_MD5-code into functions that are > > placed in net/ipv4/tcp_md5.c. > > > > Signed-off-by: Christoph Paasch > > Reviewed-by: M

Re: [RFC 11/14] tcp_md5: Move TCP-MD5 code out of TCP itself

2018-01-02 Thread Mat Martineau
Hi Christoph - On Mon, 18 Dec 2017, Christoph Paasch wrote: This is all just copy-pasting the TCP_MD5-code into functions that are placed in net/ipv4/tcp_md5.c. Signed-off-by: Christoph Paasch Reviewed-by: Mat Martineau --- include/linux/inet_diag.h |1 + include/linux/tcp_md5.h | 138

[RFC 11/14] tcp_md5: Move TCP-MD5 code out of TCP itself

2017-12-18 Thread Christoph Paasch
This is all just copy-pasting the TCP_MD5-code into functions that are placed in net/ipv4/tcp_md5.c. Signed-off-by: Christoph Paasch Reviewed-by: Mat Martineau --- include/linux/inet_diag.h |1 + include/linux/tcp_md5.h | 138 ++ include/net/tcp.h | 77 net/ipv4/Makefi