]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_reply
authorSonic Zhang <sonic.zhang@analog.com>
Wed, 11 Sep 2013 03:31:53 +0000 (11:31 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Oct 2013 01:14:24 +0000 (18:14 -0700)
commitf6dbceef21f13dc27e9b51a2ff372072fee962a4
tree7d936c8ae48670d120a49dd3d4f7145eeafafe86
parentb3483fd035fc4bb3e902fbbca11f5eec7dfa947e
netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_reply

[ Upstream commit b0dd663b60944a3ce86430fa35549fb37968bda0 ]

The received ARP request type in the Ethernet packet head is ETH_P_ARP other than ETH_P_IP.

[ Bug introduced by commit b7394d2429c198b1da3d46ac39192e891029ec0f
  ("netpoll: prepare for ipv6") ]

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/core/netpoll.c