]> git.ipfire.org Git - thirdparty/kernel/stable.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:47:04 +0000 (05:47 +0900)
commite3b5998c0a9ba5528751c293bf3c3a1ee24dd891
tree2876bb7cb8a52ff74b222fb7c599c69e4159f53b
parenta65b66505a35cecdbdcea128b25c07416d4aa4e6
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