From: John Dykstra Date: Fri, 17 Jul 2009 09:23:22 +0000 (+0000) Subject: tcp: Use correct peer adr when copying MD5 keys X-Git-Tag: v2.6.31-rc4~11^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e547bc1eccf539b7403138d8ded913ffd2b7fd0d;p=pandora-kernel.git tcp: Use correct peer adr when copying MD5 keys When the TCP connection handshake completes on the passive side, a variety of state must be set up in the "child" sock, including the key if MD5 authentication is being used. Fix TCP for both address families to label the key with the peer's destination address, rather than the address from the listening sock, which is usually the wildcard. Reported-by: Stephen Hemminger Signed-off-by: John Dykstra Signed-off-by: David S. Miller --- Reading git-diff-tree failed