Re: [PATCH v3 net-next 4/4] ulp: Documention for ULP infrastructure

2017-08-03 Thread Mat Martineau
udes..." +to refer ULP specific parameters being set. Thanks, -- Mat Martineau Intel OTC

Re: [PATCH v3 net-next 2/4] sock: ULP infrastructure

2017-08-03 Thread Mat Martineau
ndler = proc_ulp_available, + }, { } }; Regards, -- Mat Martineau Intel OTC

[PATCH] net: Remove unused skb_shared_info member

2017-11-10 Thread Mat Martineau
ip6_frag_id was only used by UFO, which has been removed. ipv6_proxy_select_ident() only existed to set ip6_frag_id and has no in-tree callers. Signed-off-by: Mat Martineau <mathew.j.martin...@linux.intel.com> --- include/linux/skbuff.h | 1 - include/net/ipv6.h | 1 - ne

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 <cpaa...@apple.com> Reviewed-by: Mat Martineau <mathew.j.martin...@linux.intel.com>

[PATCH net] tcp: Avoid preprocessor directives in tracepoint macro args

2017-12-21 Thread Mat Martineau
, handle the preprocessor conditionals in a couple of auxiliary macros. This also has the benefit of reducing duplicate code. Cc: David Ahern <dsah...@gmail.com> Signed-off-by: Mat Martineau <mathew.j.martin...@linux.intel.com> --- include/trace/event

[PATCH net-next] tcp: md5: Handle RCU dereference of md5sig_info

2017-12-21 Thread Mat Martineau
uct callback_head *head net/ipv4/tcp_ipv4.c:1914:17:got struct callback_head [noderef] * Signed-off-by: Mat Martineau <mathew.j.martin...@linux.intel.com> --- net/ipv4/tcp_ipv4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv