netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] l2tp: fix ancillary data handling in ipv6 recv
@ 2013-01-31 11:02 Tom Parkin
  2013-01-31 11:02 ` [PATCH v3 1/3] ipv6: rename datagram_send_ctl and datagram_recv_ctl Tom Parkin
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tom Parkin @ 2013-01-31 11:02 UTC (permalink / raw)
  To: netdev; +Cc: jchapman, celston, Tom Parkin

Resubmitting to fix up whitespace issues.

This patchset:

        * Renames the ipv6-specific datagram_send_ctl and datagram_recv_ctl
          functions as ip6_datagram_*.  Since datagram_send_ctl is publicly
          exported it should be named such that it's clearly IPv6-specific.

        * Exports ip6_datagram_recv_ctl, so that modules may use it in their
          receive paths.

        * Changes l2tp_ip6 from using the IPv4-specific ip_cmsg_recv to use the
          IPv6 version ip6_datagram_recv_ctl.

Tom Parkin (3):
  ipv6: rename datagram_send_ctl and datagram_recv_ctl
  ipv6: export ip6_datagram_recv_ctl
  l2tp: correctly handle ancillary data in the ip6 recv path

 include/net/transp_v6.h  |   22 +++++++++++-----------
 net/ipv6/datagram.c      |   16 +++++++++-------
 net/ipv6/ip6_flowlabel.c |    4 ++--
 net/ipv6/ipv6_sockglue.c |    6 +++---
 net/ipv6/raw.c           |    6 +++---
 net/ipv6/udp.c           |    6 +++---
 net/l2tp/l2tp_ip6.c      |   10 +++++-----
 net/sunrpc/svcsock.c     |    2 +-
 8 files changed, 37 insertions(+), 35 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-01-31 18:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31 11:02 [PATCH v3 0/3] l2tp: fix ancillary data handling in ipv6 recv Tom Parkin
2013-01-31 11:02 ` [PATCH v3 1/3] ipv6: rename datagram_send_ctl and datagram_recv_ctl Tom Parkin
2013-01-31 11:02 ` [PATCH v3 2/3] ipv6: export ip6_datagram_recv_ctl Tom Parkin
2013-01-31 11:02 ` [PATCH v3 3/3] l2tp: correctly handle ancillary data in the ip6 recv path Tom Parkin
2013-01-31 18:53 ` [PATCH v3 0/3] l2tp: fix ancillary data handling in ipv6 recv David Miller

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).