From: Eric Dumazet Date: Fri, 27 Jul 2012 06:23:40 +0000 (+0000) Subject: ipv4: fix TCP early demux X-Git-Tag: v3.6-rc1~68^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=505fbcf035c245a1a42cd80184feecf61ee868dc;p=pandora-kernel.git ipv4: fix TCP early demux commit 92101b3b2e317 (ipv4: Prepare for change of rt->rt_iif encoding.) invalidated TCP early demux, because rx_dst_ifindex is not properly initialized and checked. Also remove the use of inet_iif(skb) in favor or skb->skb_iif Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed