From 76739e96e382f6d406c7bca40331dac6eb66b216 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 3 May 2011 07:23:30 +0000 Subject: testing/linux-grsec: remove for now. broken - firefox hangs, even without segmexec and even on x86_64 - without segmexec non-nx computers refuse to boot --- ...0004-arp-flush-arp-cache-on-device-change.patch | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 testing/linux-grsec/0004-arp-flush-arp-cache-on-device-change.patch (limited to 'testing/linux-grsec/0004-arp-flush-arp-cache-on-device-change.patch') diff --git a/testing/linux-grsec/0004-arp-flush-arp-cache-on-device-change.patch b/testing/linux-grsec/0004-arp-flush-arp-cache-on-device-change.patch deleted file mode 100644 index 85161ea3a3..0000000000 --- a/testing/linux-grsec/0004-arp-flush-arp-cache-on-device-change.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 8a0e3ea4924059a7268446177d6869e3399adbb2 Mon Sep 17 00:00:00 2001 -From: Timo Teras -Date: Mon, 12 Apr 2010 13:46:45 +0000 -Subject: [PATCH 04/18] arp: flush arp cache on device change - -If IFF_NOARP is changed, we must flush the arp cache. - -Signed-off-by: Timo Teras ---- - net/ipv4/arp.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) - -diff --git a/net/ipv4/arp.c b/net/ipv4/arp.c -index 4e80f33..580bfc3 100644 ---- a/net/ipv4/arp.c -+++ b/net/ipv4/arp.c -@@ -1200,6 +1200,9 @@ static int arp_netdev_event(struct notifier_block *this, unsigned long event, vo - neigh_changeaddr(&arp_tbl, dev); - rt_cache_flush(dev_net(dev), 0); - break; -+ case NETDEV_CHANGE: -+ neigh_changeaddr(&arp_tbl, dev); -+ break; - default: - break; - } --- -1.7.0.2 - -- cgit v1.2.3