On Tue, 2012-07-24 at 12:42 +0200, Eric Dumazet wrote:
From: Eric Dumazet <edumazet@google.com>
1) Remove a non needed pskb_may_pull() and fix a potential bug
if skb->head was reallocated (iph & th pointers were not reloaded)
TCP stack will pull/check headers anyway.
2) skb->dev->ifindex can be now replaced by skb->skb_iif
Signed-off-by: Eric Dumazet <edumazet@google.com>
---
net/ipv4/tcp_ipv4.c | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
I'll send a v2, a fix is also needed in ip_rcv_finish()