netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] netconf: Add support for RTM_DELNETCONF
@ 2017-03-28 21:28 David Ahern
  2017-03-28 21:28 ` [PATCH net-next 1/7] rtnetlink: Add RTM_DELNETCONF David Ahern
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: David Ahern @ 2017-03-28 21:28 UTC (permalink / raw)
  To: netdev; +Cc: nicolas.dichtel, David Ahern

netconf notifications are sent as devices register but not when they
are deleted leaving userspace caches out of sync. Add support for
RTM_DELNETCONF to ipv4, ipv6 and mpls.

MPLS is missing RTM_NEWNETCONF as devices are created, so add it as well.

David Ahern (7):
  rtnetlink: Add RTM_DELNETCONF
  net: devinet: Refactor inet_netconf_notify_devconf to take event
  net: devinet: Add support for RTM_DELNETCONF
  net: ipv6: Refactor inet6_netconf_notify_devconf to take event
  net: ipv6: Add support for RTM_DELNETCONF
  net:mpls: Refactor mpls_netconf_notify_devconf to take event
  net: mpls: Send netconf messages on device register and unregister

 include/linux/inetdevice.h     |  4 +--
 include/net/addrconf.h         |  4 +--
 include/uapi/linux/rtnetlink.h |  2 ++
 net/ipv4/devinet.c             | 64 +++++++++++++++++++++++++++---------------
 net/ipv4/ipmr.c                | 12 ++++----
 net/ipv6/addrconf.c            | 53 +++++++++++++++++++++++-----------
 net/ipv6/ip6mr.c               |  9 +++---
 net/mpls/af_mpls.c             | 28 ++++++++++--------
 security/selinux/nlmsgtab.c    |  1 +
 9 files changed, 113 insertions(+), 64 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-03-29 14:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-28 21:28 [PATCH net-next 0/7] netconf: Add support for RTM_DELNETCONF David Ahern
2017-03-28 21:28 ` [PATCH net-next 1/7] rtnetlink: Add RTM_DELNETCONF David Ahern
2017-03-28 21:28 ` [PATCH net-next 2/7] net: devinet: Refactor inet_netconf_notify_devconf to take event David Ahern
2017-03-28 21:28 ` [PATCH net-next 3/7] net: devinet: Add support for RTM_DELNETCONF David Ahern
2017-03-28 21:28 ` [PATCH net-next 4/7] net: ipv6: Refactor inet6_netconf_notify_devconf to take event David Ahern
2017-03-28 21:28 ` [PATCH net-next 5/7] net: ipv6: Add support for RTM_DELNETCONF David Ahern
2017-03-28 21:28 ` [PATCH net-next 6/7] net:mpls: Refactor mpls_netconf_notify_devconf to take event David Ahern
2017-03-28 21:28 ` [PATCH net-next 7/7] net: mpls: Send netconf messages on device register and unregister David Ahern
2017-03-29  5:32 ` [PATCH net-next 0/7] netconf: Add support for RTM_DELNETCONF David Miller
2017-03-29  9:36   ` Nicolas Dichtel
2017-03-29 14:13     ` David Ahern
2017-03-29 14:22       ` Nicolas Dichtel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).