From: Vijay Subramanian Date: Sat, 23 Jun 2012 17:38:10 +0000 (+0000) Subject: tcp: Fix bug in tcp socket early demux X-Git-Tag: v3.6-rc1~125^2~456 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7011d0851b80a1a229acfda37ce08aad903b12d1;p=pandora-kernel.git tcp: Fix bug in tcp socket early demux The dest port for the call to __inet_lookup_established() in TCP early demux code is passed with the wrong endian-ness. This causes the lookup to fail leading to early demux not being used. Signed-off-by: Vijay Subramanian Signed-off-by: David S. Miller --- Reading git-diff-tree failed