]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Revert "sit: reload iphdr in ipip6_rcv"
authorDavid S. Miller <davem@davemloft.net>
Tue, 6 Jun 2017 15:34:06 +0000 (11:34 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Jun 2017 15:34:06 +0000 (11:34 -0400)
commitf4eb17e1efe538d4da7d574bedb00a8dafcc26b7
treeadce587189b3097c69a08af4e4ea7e14babb0654
parent269f9883fe254d109afdfc657875c456d6fabb08
Revert "sit: reload iphdr in ipip6_rcv"

This reverts commit b699d0035836f6712917a41e7ae58d84359b8ff9.

As per Eric Dumazet, the pskb_may_pull() is a NOP in this
particular case, so the 'iph' reload is unnecessary.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/sit.c