[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1359370134-29875-1-git-send-email-tparkin@katalix.com>
Date: Mon, 28 Jan 2013 10:48:52 +0000
From: Tom Parkin <tparkin@...alix.com>
To: netdev@...r.kernel.org
Cc: jchapman@...alix.com, celston@...alix.com,
Tom Parkin <tparkin@...alix.com>
Subject: [PATCH 0/2] l2tp: fix ancilliary data handling in ip6 recv
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists