From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tonghao Zhang Subject: [PATCH net-next v2 0/2] simplify the tcp_conn_request. Date: Wed, 16 Aug 2017 20:02:44 -0700 Message-ID: <1502938966-6345-1-git-send-email-xiangxia.m.yue@gmail.com> Cc: Tonghao Zhang To: netdev@vger.kernel.org Return-path: Received: from mail-pg0-f68.google.com ([74.125.83.68]:38365 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751549AbdHQDDI (ORCPT ); Wed, 16 Aug 2017 23:03:08 -0400 Received: by mail-pg0-f68.google.com with SMTP id 123so7466627pga.5 for ; Wed, 16 Aug 2017 20:03:08 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: These patches are not bugfix. But just simplify the tcp_conn_request function. These patches are based on Davem's net-next tree. Tonghao Zhang (2): tcp: Remove unnecessary dst check in tcp_conn_request. 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 insertions(+), 12 deletions(-) -- 1.8.3.1