commit | 505fbcf035c245a1a42cd80184feecf61ee868dc | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Jul 27 06:23:40 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 27 13:45:51 2012 -0700 |
tree | 6931cf7a377b79e2bbb227f32f2f0856fe4d87a2 | |
parent | b1beb681cba5358f62e6187340660ade226a5fcc [diff] |
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 <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>