All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] l2tp: misc fixes and add L2TPv3 IP encap over IPv6
@ 2012-04-20  9:02 James Chapman
  2012-04-20  9:02 ` [PATCH 01/10] l2tp: fix locking of 64-bit counters for smp James Chapman
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: James Chapman @ 2012-04-20  9:02 UTC (permalink / raw)
  To: netdev; +Cc: bcrl

This patch series includes several L2TP fixes / cleanups and adds
L2TPv3 IP encapsulation support for IPv6.

Patches 4-10 depend on Benjamin LaHaise's L2TP UDP IPv6 patches which
have already been submitted for review. Patches 1-3 are not IPv6
related so can be reviewed / applied now.

  1. l2tp: fix locking of 64-bit counters for smp
  2. l2tp: Use ip4_datagram_connect() in l2tp_ip_connect()
  3. l2tp: remove unused stats from l2tp_ip socket
  4. pppox: Replace __attribute__((packed)) in if_pppox.h
  5. l2tp: pppol2tp_connect() handles ipv6 sockaddr variants
  6. l2tp: show IPv6 addresses in l2tp debugfs file
  7. l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels
  8. ipv6: export ipv6 functions for use by other protocols
  9. l2tp: introduce L2TPv3 IP encapsulation support for IPv6
 10. l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6

A patch for iproute2 to add support for unmanaged L2TPv3 ethernet
tunnels over IPv6 will be submitted separately.

Chris Elston (4):
  l2tp: show IPv6 addresses in l2tp debugfs file
  l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels
  ipv6: Export ipv6 functions for use by other protocols
  l2tp: introduce L2TPv3 IP encapsulation support for IPv6

James Chapman (6):
  l2tp: fix locking of 64-bit counters for smp
  l2tp: Use ip4_datagram_connect() in l2tp_ip_connect()
  l2tp: remove unused stats from l2tp_ip socket
  pppox: Replace __attribute__((packed)) in if_pppox.h
  l2tp: pppol2tp_connect() handles ipv6 sockaddr variants
  l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6

 include/linux/if_pppox.h |   12 +-
 include/linux/l2tp.h     |   19 ++
 net/ipv6/datagram.c      |    4 +
 net/ipv6/exthdrs.c       |    1 +
 net/ipv6/ip6_flowlabel.c |    1 +
 net/ipv6/ip6_output.c    |    3 +
 net/l2tp/Makefile        |    3 +
 net/l2tp/l2tp_core.c     |  215 ++++++++++---
 net/l2tp/l2tp_core.h     |    5 +
 net/l2tp/l2tp_debugfs.c  |    8 +
 net/l2tp/l2tp_ip.c       |   86 +-----
 net/l2tp/l2tp_ip6.c      |  792 ++++++++++++++++++++++++++++++++++++++++++++++
 net/l2tp/l2tp_netlink.c  |  110 ++++++--
 net/l2tp/l2tp_ppp.c      |   36 ++-
 14 files changed, 1133 insertions(+), 162 deletions(-)
 create mode 100644 net/l2tp/l2tp_ip6.c

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

end of thread, other threads:[~2012-04-23 13:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-20  9:02 [PATCH 00/10] l2tp: misc fixes and add L2TPv3 IP encap over IPv6 James Chapman
2012-04-20  9:02 ` [PATCH 01/10] l2tp: fix locking of 64-bit counters for smp James Chapman
2012-04-20  9:02 ` [PATCH 02/10] l2tp: Use ip4_datagram_connect() in l2tp_ip_connect() James Chapman
2012-04-20  9:02 ` [PATCH 03/10] l2tp: remove unused stats from l2tp_ip socket James Chapman
2012-04-20  9:02 ` [PATCH 04/10] pppox: Replace __attribute__((packed)) in if_pppox.h James Chapman
2012-04-20  9:02 ` [PATCH 05/10] l2tp: pppol2tp_connect() handles ipv6 sockaddr variants James Chapman
2012-04-20  9:02 ` [PATCH 06/10] l2tp: show IPv6 addresses in l2tp debugfs file James Chapman
2012-04-20  9:02 ` [PATCH 07/10] l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels James Chapman
2012-04-20  9:02 ` [PATCH 08/10] ipv6: Export ipv6 functions for use by other protocols James Chapman
2012-04-20  9:02 ` [PATCH 09/10] l2tp: introduce L2TPv3 IP encapsulation support for IPv6 James Chapman
2012-04-20  9:02 ` [PATCH 10/10] l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6 James Chapman
2012-04-22  4:29 ` [PATCH 00/10] l2tp: misc fixes and add L2TPv3 IP encap over IPv6 David Miller
2012-04-23  9:21   ` James Chapman
2012-04-23 13:06     ` Benjamin LaHaise

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.