netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] l2tp: socket lookup fixes for l2tp_ip and l2tp_ip6
@ 2016-12-30 18:48 Guillaume Nault
  2016-12-30 18:48 ` [PATCH net 1/2] l2tp: consider '::' as wildcard address in l2tp_ip6 socket lookup Guillaume Nault
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Guillaume Nault @ 2016-12-30 18:48 UTC (permalink / raw)
  To: netdev; +Cc: James Chapman, Chris Elston

There are still some cases that aren't correctly handled in the socket
lookup functions of l2tp_ip and l2tp_ip6. This series fixes lookups for
connected sockets and for sockets bound to the IPv6 unspecified
address.

bind() and connect() should now work as expected on IPPROTO_L2TP
sockets. Extra features, like SO_REUSEADDR, remain unsupported.

The matching conditions in __l2tp_ip6_bind_lookup() and
__l2tp_ip_bind_lookup() are getting hard to read. I've kept the single
test approach to make the intend of the patches clear. I'll split the
conditionals once these fixes reach net-next.


Guillaume Nault (2):
  l2tp: consider '::' as wildcard address in l2tp_ip6 socket lookup
  l2tp: take remote address into account in l2tp_ip and l2tp_ip6 socket
    lookups

 net/l2tp/l2tp_ip.c  | 19 ++++++-------------
 net/l2tp/l2tp_ip6.c | 24 ++++++++----------------
 2 files changed, 14 insertions(+), 29 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-01-02  3:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-30 18:48 [PATCH net 0/2] l2tp: socket lookup fixes for l2tp_ip and l2tp_ip6 Guillaume Nault
2016-12-30 18:48 ` [PATCH net 1/2] l2tp: consider '::' as wildcard address in l2tp_ip6 socket lookup Guillaume Nault
2016-12-30 18:48 ` [PATCH net 2/2] l2tp: take remote address into account in l2tp_ip and l2tp_ip6 socket lookups Guillaume Nault
2017-01-02  3:07 ` [PATCH net 0/2] l2tp: socket lookup fixes for l2tp_ip and l2tp_ip6 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).