summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2008-07-25 19:07:22 (GMT)
committerJeff Garzik <jgarzik@redhat.com>2008-08-07 06:22:15 (GMT)
commit9a5d3414202a21ed4b053657345ea0fd492d513a (patch)
treed29ea012a7c924bda9a624476f1c3ad093642744 /include/linux
parentb11f8d8cc3bb2fa6fa55286babc1a5ebb2e932c4 (diff)
downloadlinux-fsl-qoriq-9a5d3414202a21ed4b053657345ea0fd492d513a.tar.xz
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')
0 files changed, 0 insertions, 0 deletions