summaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorLoic Prylli <loicp@google.com>2014-07-01 21:39:43 -0700
committerDavid S. Miller <davem@davemloft.net>2014-07-07 21:20:01 -0700
commit54951194656e4853e441266fd095f880bc0398f3 (patch)
tree2a6401c68307ca4553f5664ad5946bba9b09a47f /Kbuild
parent8dcb4b1526747d8431f9895e153dd478c9d16186 (diff)
net: Fix NETDEV_CHANGE notifier usage causing spurious arp flush
A bug was introduced in NETDEV_CHANGE notifier sequence causing the arp table to be sometimes spuriously cleared (including manual arp entries marked permanent), upon network link carrier changes. The changed argument for the notifier was applied only to a single caller of NETDEV_CHANGE, missing among others netdev_state_change(). So upon net_carrier events induced by the network, which are triggering a call to netdev_state_change(), arp_netdev_event() would decide whether to clear or not arp cache based on random/junk stack values (a kind of read buffer overflow). Fixes: be9efd365328 ("net: pass changed flags along with NETDEV_CHANGE event") Fixes: 6c8b4e3ff81b ("arp: flush arp cache on IFF_NOARP change") Signed-off-by: Loic Prylli <loicp@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions