Re: [PATCH net-next] net: synack packets can be attached to request sockets

2015-10-11 Thread David Miller
From: Eric Dumazet Date: Thu, 08 Oct 2015 05:01:55 -0700 > From: Eric Dumazet > > selinux needs few changes to accommodate fact that SYNACK messages > can be attached to a request socket, lacking sk_security pointer > > (Only syncookies are still

[PATCH net-next] net: synack packets can be attached to request sockets

2015-10-08 Thread Eric Dumazet
From: Eric Dumazet selinux needs few changes to accommodate fact that SYNACK messages can be attached to a request socket, lacking sk_security pointer (Only syncookies are still attached to a TCP_LISTEN socket) Adds a new sk_listener() helper, and use it in selinux and

Re: [PATCH net-next] net: synack packets can be attached to request sockets

2015-10-08 Thread Paul Moore
On Thu, Oct 8, 2015 at 8:01 AM, Eric Dumazet wrote: > From: Eric Dumazet > > selinux needs few changes to accommodate fact that SYNACK messages > can be attached to a request socket, lacking sk_security pointer > > (Only syncookies are still attached

Re: [PATCH net-next] net: synack packets can be attached to request sockets

2015-10-08 Thread Eric Dumazet
On Thu, 2015-10-08 at 11:56 -0400, Paul Moore wrote: > Acked-by: Paul Moore Thanks for reviewing Paul. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at