lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 31 Jan 2013 11:02:23 +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 v3 0/3] l2tp: fix ancillary data handling in ipv6 recv

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

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