netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] l2tp: fix ancillary data handling in ipv6 recv
@ 2013-01-30 14:21 Tom Parkin
  2013-01-30 14:21 ` [PATCH v2 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-30 14:21 UTC (permalink / raw)
  To: netdev; +Cc: jchapman, celston, Tom Parkin

Resubmitting patchset to fix l2tp's handling of ancillary data for ipv6.

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.

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

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

Patch 0001 includes some minor whitespace change in order to comply with
checkpatch.pl's style recommendations.

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  |    4 ++--
 net/ipv6/datagram.c      |   10 ++++++----
 net/ipv6/ip6_flowlabel.c |    4 ++--
 net/ipv6/ipv6_sockglue.c |    6 +++---
 net/ipv6/raw.c           |    4 ++--
 net/ipv6/udp.c           |    4 ++--
 net/l2tp/l2tp_ip6.c      |    8 ++++----
 net/sunrpc/svcsock.c     |    2 +-
 8 files changed, 22 insertions(+), 20 deletions(-)

-- 
1.7.9.5

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-30 14:21 [PATCH v2 0/3] l2tp: fix ancillary data handling in ipv6 recv Tom Parkin
2013-01-30 14:21 ` [PATCH v2 1/3] ipv6: rename datagram_send_ctl and datagram_recv_ctl Tom Parkin
2013-01-30 14:21 ` [PATCH v2 2/3] ipv6: export ip6_datagram_recv_ctl Tom Parkin
2013-01-30 14:21 ` [PATCH v2 3/3] l2tp: correctly handle ancillary data in the ip6 recv path Tom Parkin
2013-01-31  1:32 ` [PATCH v2 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).