From: Aydin Arik Date: Fri, 14 Jun 2013 06:56:31 +0000 (+1200) Subject: ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets. X-Git-Tag: v3.10~13^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0353c7b5da4cbd2ab8227e84bbc9c79890f24ce;p=pandora-kernel.git ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets. MD5 key lookups on a given TCP socket were being performed incorrectly. This fix alters parameter inputs to the MD5 lookup function tcp_md5_do_lookup, which is called by functions tcp_md5_do_add and tcp_md5_do_del. Specifically, the change now inputs the correct address and address family required to make a proper lookup. Signed-off-by: Aydin Arik Signed-off-by: David S. Miller --- Reading git-diff-tree failed