Revision 88b2a9a3d98a19496d64aadda7158c0ad51cbe7d authored by John Fastabend on 15 November 2010, 20:29:21 UTC, committed by David S. Miller on 22 November 2010, 15:37:36 UTC
Fix ref count bug introduced by

commit 2de795707294972f6c34bae9de713e502c431296
Author: Lorenzo Colitti <lorenzo@google.com>
Date:   Wed Oct 27 18:16:49 2010 +0000

ipv6: addrconf: don't remove address state on ifdown if the address
is being kept

Fix logic so that addrconf_ifdown() decrements the inet6_ifaddr
refcnt correctly with in6_ifa_put().

Reported-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent ddab1a3
History
File Mode Size
hotplug
pcie
.gitignore -rw-r--r-- 35 bytes
Kconfig -rw-r--r-- 2.3 KB
Makefile -rw-r--r-- 1.7 KB
access.c -rw-r--r-- 10.5 KB
bus.c -rw-r--r-- 8.3 KB
dmar.c -rw-r--r-- 34.3 KB
hotplug-pci.c -rw-r--r-- 339 bytes
hotplug.c -rw-r--r-- 926 bytes
htirq.c -rw-r--r-- 4.2 KB
intel-iommu.c -rw-r--r-- 94.4 KB
intr_remapping.c -rw-r--r-- 16.8 KB
intr_remapping.h -rw-r--r-- 340 bytes
ioapic.c -rw-r--r-- 2.8 KB
iov.c -rw-r--r-- 19.1 KB
iova.c -rw-r--r-- 11.3 KB
irq.c -rw-r--r-- 1.8 KB
msi.c -rw-r--r-- 22.1 KB
msi.h -rw-r--r-- 1.1 KB
pci-acpi.c -rw-r--r-- 10.5 KB
pci-driver.c -rw-r--r-- 30.0 KB
pci-label.c -rw-r--r-- 3.2 KB
pci-stub.c -rw-r--r-- 2.3 KB
pci-sysfs.c -rw-r--r-- 31.2 KB
pci.c -rw-r--r-- 80.5 KB
pci.h -rw-r--r-- 11.0 KB
probe.c -rw-r--r-- 38.8 KB
proc.c -rw-r--r-- 9.9 KB
quirks.c -rw-r--r-- 100.6 KB
remove.c -rw-r--r-- 3.6 KB
rom.c -rw-r--r-- 7.2 KB
search.c -rw-r--r-- 11.1 KB
setup-bus.c -rw-r--r-- 24.0 KB
setup-irq.c -rw-r--r-- 1.6 KB
setup-res.c -rw-r--r-- 7.8 KB
slot.c -rw-r--r-- 10.7 KB
syscall.c -rw-r--r-- 2.6 KB
vpd.c -rw-r--r-- 1.1 KB
xen-pcifront.c -rw-r--r-- 26.4 KB

back to top