]> www.infradead.org Git - users/jedix/linux-maple.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)
committerGuangyu Sun <guangyu.sun@oracle.com>
Wed, 17 Oct 2012 18:24:28 +0000 (11:24 -0700)
commit2a6564baa6b66fc070f6407e8a2af240a570c689
tree417e4197bd4bb864f91da96f27b2d9c00c6f24d2
parent8ab2e7ca6770cdbad14ed6a7bd258134eefec9e1
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>
Signed-off-by: Guangyu Sun <guangyu.sun@oracle.com>
net/l2tp/l2tp_eth.c