netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] l2tp: fix ancilliary data handling in ip6 recv
@ 2013-01-28 10:48 Tom Parkin
  2013-01-28 10:48 ` [PATCH 1/2] ipv6: export symbol datagram_recv_ctl in datagram.c Tom Parkin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tom Parkin @ 2013-01-28 10:48 UTC (permalink / raw)
  To: netdev; +Cc: jchapman, celston, Tom Parkin

l2tp_ip6 was using the IPv4 handler functions for ancilliary data, which meant
that socket options such as e.g. IPV6_RECVPKTINFO are not correctly passed to
userspace.

This patchset:

	*  exports the IPv6 recv handler function datagram_recv_ctl so that
	   modules may access it
	*  updates l2tp_ip6 to use datagram_recv_ctl rather than ip_cmsg_recv

Tom Parkin (2):
  ipv6: export symbol datagram_recv_ctl in datagram.c
  l2tp: correctly handle ancilliary data for ip6 recv

 net/ipv6/datagram.c |    1 +
 net/l2tp/l2tp_ip6.c |    5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-01-30  9:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28 10:48 [PATCH 0/2] l2tp: fix ancilliary data handling in ip6 recv Tom Parkin
2013-01-28 10:48 ` [PATCH 1/2] ipv6: export symbol datagram_recv_ctl in datagram.c Tom Parkin
2013-01-28 10:48 ` [PATCH 2/2] l2tp: correctly handle ancilliary data for ip6 recv Tom Parkin
2013-01-29 19:12 ` [PATCH 0/2] l2tp: fix ancilliary data handling in " David Miller
2013-01-30  9:50   ` Tom Parkin

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