[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1354619621-16016-1-git-send-email-nicolas.dichtel@6wind.com>
Date: Tue, 4 Dec 2012 12:13:34 +0100
From: Nicolas Dichtel <nicolas.dichtel@...nd.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net
Subject: [PATCH net-next 0/7] Allow to monitor multicast cache event via rtnetlink
The goal of this serie is to be able to monitor multicast activities via
rtnetlink.
The main changes are:
- when user dumps mfc entries it now get all entries, included the unresolved
cache.
- kernel sends rtnetlink when it adds/deletes mfc entries.
As usual, the patch against iproute2 will be sent once the patches are included and
net-next merged. I can send it on demand.
include/linux/inetdevice.h | 3 +
include/net/addrconf.h | 3 +
include/uapi/linux/netconf.h | 1 +
include/uapi/linux/rtnetlink.h | 8 +++
net/ipv4/devinet.c | 10 ++-
net/ipv4/ipmr.c | 107 +++++++++++++++++++++++++++++--
net/ipv6/addrconf.c | 10 ++-
net/ipv6/ip6mr.c | 141 +++++++++++++++++++++++++++++++++++------
8 files changed, 253 insertions(+), 30 deletions(-)
Comments are welcome.
Regards,
Nicolas
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists