]> git.karo-electronics.de Git - karo-tx-linux.git/commit
l2tp: fix a typo in l2tp_eth_dev_recv()
authorEric Dumazet <edumazet@google.com>
Tue, 4 Sep 2012 19:54:55 +0000 (15:54 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Oct 2012 20:38:45 +0000 (05:38 +0900)
commitbc0b2168aed1ecf0d71975af12d4f0ffecb92bfc
treed2ee7751cd2a384bde844f75ac38b10c3e8a815d
parent28ad5c792deb17e1274cef32c59049d2062ed1b3
l2tp: fix a typo in l2tp_eth_dev_recv()

[ Upstream commit c0cc88a7627c333de50b07b7c60b1d49d9d2e6cc ]

While investigating l2tp bug, I hit a bug in eth_type_trans(),
because not enough bytes were pulled in skb head.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/l2tp/l2tp_eth.c