summaryrefslogtreecommitdiff
path: root/include/linux/dm9000.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2008-07-25 12:07:22 -0700
committerJeff Garzik <jgarzik@redhat.com>2008-08-07 02:22:15 -0400
commit9a5d3414202a21ed4b053657345ea0fd492d513a (patch)
treed29ea012a7c924bda9a624476f1c3ad093642744 /include/linux/dm9000.h
parentb11f8d8cc3bb2fa6fa55286babc1a5ebb2e932c4 (diff)
3c59x: use netdev_alloc_skb
Fix possible bug where end of receive buffer could be overwritten. The allocation needs to allow for the reserved space. This would only happen if device received packet greater than Ethernet standard MTU. Change this driver to use netdev_alloc_skb rather than setting skb->dev directly. For the initial allocation it doesn't need to be GFP_ATOMIC. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'include/linux/dm9000.h')
0 files changed, 0 insertions, 0 deletions