https://github.com/torvalds/linux
Revision d2fb4fb8ee91c1b8a1dbba6afda6f5ed2eb28bdc authored by Roopa Prabhu on 21 October 2018, 01:09:31 UTC, committed by David S. Miller on 21 October 2018, 05:25:01 UTC
This reverts commit 8e326289e3069dfc9fa9c209924668dd031ab8ef.

This patch results in unnecessary netlink notification when one
tries to delete a neigh entry already in NUD_FAILED state. Found
this with a buggy app that tries to delete a NUD_FAILED entry
repeatedly. While the notification issue can be fixed with more
checks, adding more complexity here seems unnecessary. Also,
recent tests with other changes in the neighbour code have
shown that the INCOMPLETE and PROBE checks are good enough for
the original issue.

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 4ba4c56
History
Tip revision: d2fb4fb8ee91c1b8a1dbba6afda6f5ed2eb28bdc authored by Roopa Prabhu on 21 October 2018, 01:09:31 UTC
Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"
Tip revision: d2fb4fb
File Mode Size
Documentation
LICENSES
arch
block
certs
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format -rw-r--r-- 12.8 KB
.cocciconfig -rw-r--r-- 59 bytes
.get_maintainer.ignore -rw-r--r-- 31 bytes
.gitattributes -rw-r--r-- 30 bytes
.gitignore -rw-r--r-- 1.5 KB
.mailmap -rw-r--r-- 9.7 KB
COPYING -rw-r--r-- 423 bytes
CREDITS -rw-r--r-- 96.4 KB
Kbuild -rw-r--r-- 2.2 KB
Kconfig -rw-r--r-- 563 bytes
MAINTAINERS -rw-r--r-- 459.4 KB
Makefile -rw-r--r-- 58.7 KB
README -rw-r--r-- 800 bytes

README

back to top