Re: [PATCH net-next v3 0/2] Simplify the tcp_conn_request.

2017-08-22 Thread David Miller
From: Tonghao Zhang Date: Mon, 21 Aug 2017 23:33:47 -0700 > Just simplify the tcp_conn_request function. Series applied, thanks. The explicit 'dst = NULL' in the variable declaration is probably superfluous now. And in fact it was hiding the bug that we didn't have a proper 'dst' early enough.

[PATCH net-next v3 0/2] Simplify the tcp_conn_request.

2017-08-21 Thread Tonghao Zhang
Just simplify the tcp_conn_request function. Tonghao Zhang (2): tcp: Get a proper dst before checking it. tcp: Remove the unused parameter for tcp_try_fastopen. include/net/tcp.h | 3 +-- net/ipv4/tcp_fastopen.c | 6 ++ net/ipv4/tcp_input.c| 11 +-- 3 files changed, 8