From: David S. Miller Date: Sat, 9 Jun 2012 21:56:12 +0000 (-0700) Subject: [PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary. X-Git-Tag: v3.6-rc1~125^2~577 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2397849baa7c44c242e5d5142d5d16d1e7ed53d0;p=pandora-kernel.git [PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary. Since it's guarenteed that we will access the inetpeer if we're trying to do timewait recycling and TCP options were enabled on the connection, just cache the peer in the timewait socket. In the future, inetpeer lookups will be context dependent (per routing realm), and this helps facilitate that as well. Signed-off-by: David S. Miller --- Reading git-diff-tree failed