Eric Dumazet e9278a475f netpoll: fix incorrect access to skb data in __netpoll_rx
__netpoll_rx() doesnt properly handle skbs with small header

pskb_may_pull() or pskb_trim_rcsum() can change skb->data, we must
reload it.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-26 12:49:04 -04:00
..
2011-07-26 16:49:47 -07:00
2010-07-12 12:57:55 -07:00
2010-11-28 18:24:14 -08:00
2010-07-12 12:57:55 -07:00
2011-08-01 18:03:06 -07:00