All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC net-next 0/4] net: VRF support in IPv6 stack
@ 2015-09-21 23:32 David Ahern
  2015-09-21 23:32 ` [RFC net-next 1/4] l3mdev: ipv6 support David Ahern
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: David Ahern @ 2015-09-21 23:32 UTC (permalink / raw)
  To: netdev; +Cc: shm, roopa, David Ahern

Initial support for VRFs in IPv6 stack. Patches apply on top of the L3
Master Device patches sent on Friday:
    http://www.spinics.net/lists/netdev/msg343533.html

All patches can be found here
    github.com/dsahern/linux.git vrf/ipv6-l3mdev-rfc1

David Ahern (4):
  l3mdev: ipv6 support
  net: Remove use of IFF_SLAVE with L3 devices
  net: VRF device: Initial IPv6 support
  net: ipv6: Initial support for VRFs

 drivers/net/vrf.c         | 228 +++++++++++++++++++++++++++++++++++++++++++++-
 include/linux/netdevice.h |   2 +-
 include/net/l3mdev.h      |  43 +++++++++
 net/ipv6/addrconf.c       |   4 +-
 net/ipv6/datagram.c       |   4 +
 net/ipv6/icmp.c           |   6 +-
 net/ipv6/ip6_fib.c        |   1 +
 net/ipv6/ip6_output.c     |   6 +-
 net/ipv6/ndisc.c          |   9 +-
 net/ipv6/route.c          |  17 +++-
 10 files changed, 308 insertions(+), 12 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-09-22  0:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-21 23:32 [RFC net-next 0/4] net: VRF support in IPv6 stack David Ahern
2015-09-21 23:32 ` [RFC net-next 1/4] l3mdev: ipv6 support David Ahern
2015-09-21 23:32 ` [RFC net-next 2/4] net: Remove use of IFF_SLAVE with L3 devices David Ahern
2015-09-21 23:32 ` [RFC net-next 3/4] net: VRF device: Initial IPv6 support David Ahern
2015-09-21 23:32 ` [RFC net-next 4/4] net: ipv6: Initial support for VRFs David Ahern
2015-09-22  0:08   ` Tom Herbert
2015-09-22  0:18     ` David Ahern

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.