From patchwork Wed Sep 4 13:00:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pablo Neira Ayuso X-Patchwork-Id: 272594 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 433B42C008A for ; Wed, 4 Sep 2013 23:00:40 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762522Ab3IDNAi (ORCPT ); Wed, 4 Sep 2013 09:00:38 -0400 Received: from mail.us.es ([193.147.175.20]:36041 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756922Ab3IDNAh (ORCPT ); Wed, 4 Sep 2013 09:00:37 -0400 Received: (qmail 5368 invoked from network); 4 Sep 2013 15:00:36 +0200 Received: from unknown (HELO us.es) (192.168.2.11) by us.es with SMTP; 4 Sep 2013 15:00:36 +0200 Received: (qmail 24240 invoked by uid 507); 4 Sep 2013 13:00:34 -0000 X-Qmail-Scanner-Diagnostics: from 127.0.0.1 by antivirus1 (envelope-from , uid 501) with qmail-scanner-2.10 (clamdscan: 0.97.8/17805. spamassassin: 3.3.2. Clear:RC:1(127.0.0.1):SA:0(-97.8/7.5):. Processed in 1.832836 secs); 04 Sep 2013 13:00:34 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on antivirus1 X-Spam-Level: X-Spam-Status: No, score=-97.8 required=7.5 tests=BAYES_50,RCVD_IN_PBL, RCVD_IN_RP_RNBL,RDNS_DYNAMIC,USER_IN_WHITELIST autolearn=disabled version=3.3.2 X-Spam-ASN: AS12715 188.78.0.0/16 X-Envelope-From: pablo@netfilter.org Received: from unknown (HELO antivirus1) (127.0.0.1) by us.es with SMTP; 4 Sep 2013 13:00:32 -0000 Received: from 192.168.1.13 (192.168.1.13) by antivirus1 (F-Secure/fsigk_smtp/410/antivirus1); Wed, 04 Sep 2013 15:00:32 +0200 (CEST) X-Virus-Status: clean(F-Secure/fsigk_smtp/410/antivirus1) Received: (qmail 4846 invoked from network); 4 Sep 2013 15:00:34 +0200 Received: from 123.87.78.188.dynamic.jazztel.es (HELO localhost.localdomain) (pneira@us.es@188.78.87.123) by us.es with SMTP; 4 Sep 2013 15:00:34 +0200 From: Pablo Neira Ayuso To: netfilter-devel@vger.kernel.org Cc: davem@davemloft.net, netdev@vger.kernel.org Subject: [PATCH 0/4] netfilter updates for net-next Date: Wed, 4 Sep 2013 15:00:21 +0200 Message-Id: <1378299625-4638-1-git-send-email-pablo@netfilter.org> X-Mailer: git-send-email 1.7.10.4 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Hi David, The following batch contains: * Three fixes for the new synproxy target available in your net-next tree, from Jesper D. Brouer and Patrick McHardy. * One fix for TCPMSS to correctly handling the fragmentation case, from Phil Oester. I'll pass this one to -stable. You can pull this changes from: git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git master Thanks! ---------------------------------------------------------------- The following changes since commit 5a17a390de7bdbcfff9b8f344273a886ca4cf8bf: net: make snmp_mib_free static inline (2013-09-02 21:00:50 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git master for you to fetch changes up to 1205e1fa615805c9efa97303b552cf445965752a: netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packet (2013-09-04 14:20:03 +0200) ---------------------------------------------------------------- Jesper Dangaard Brouer (2): netfilter: more strict TCP flag matching in SYNPROXY netfilter: SYNPROXY: let unrelated packets continue Patrick McHardy (1): netfilter: synproxy_core: fix warning in __nf_ct_ext_add_length() Phil Oester (1): netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packet net/ipv4/netfilter/ipt_SYNPROXY.c | 10 +++++++--- net/ipv6/netfilter/ip6t_SYNPROXY.c | 10 +++++++--- net/netfilter/nf_synproxy_core.c | 4 ++-- net/netfilter/xt_TCPMSS.c | 2 +- 4 files changed, 17 insertions(+), 9 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html