From: David S. Miller Date: Tue, 17 Mar 2015 19:18:12 +0000 (-0400) Subject: Merge branch 'listener_refactor_part_11' X-Git-Tag: v6.6-pxa1908~21352^2~221 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=9f2dbdd9b11d40f5fe0749eb91cd1cfc86fde575;p=linux.git Merge branch 'listener_refactor_part_11' Eric Dumazet says: ==================== inet: tcp listener refactoring, part 11 Before inserting request sockets into general (ehash) table, we need to prepare netfilter to cope with them, as they are not full sockets. I'll later change xt_socket to get full support, including for request sockets (NEW_SYN_RECV) Save 8 bytes in inet_request_sock on 64bit arches. We'll soon add a pointer to the listener socket. I included two TCP changes in this patch series. ==================== Signed-off-by: David S. Miller --- 9f2dbdd9b11d40f5fe0749eb91cd1cfc86fde575