From patchwork Mon Jun 17 19:34:36 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: 252045 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 198742C0174 for ; Tue, 18 Jun 2013 05:35:06 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752959Ab3FQTeu (ORCPT ); Mon, 17 Jun 2013 15:34:50 -0400 Received: from mail.us.es ([193.147.175.20]:51610 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751588Ab3FQTet (ORCPT ); Mon, 17 Jun 2013 15:34:49 -0400 Received: (qmail 28550 invoked from network); 17 Jun 2013 21:34:47 +0200 Received: from unknown (HELO us.es) (192.168.2.12) by us.es with SMTP; 17 Jun 2013 21:34:47 +0200 Received: (qmail 22683 invoked by uid 507); 17 Jun 2013 19:34:47 -0000 X-Qmail-Scanner-Diagnostics: from 127.0.0.1 by antivirus2 (envelope-from , uid 501) with qmail-scanner-2.10 (clamdscan: 0.97.8/17369. spamassassin: 3.3.2. Clear:RC:1(127.0.0.1):SA:0(-97.8/7.5):. Processed in 1.703584 secs); 17 Jun 2013 19:34:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on antivirus2 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-Envelope-From: pablo@netfilter.org Received: from unknown (HELO antivirus2) (127.0.0.1) by us.es with SMTP; 17 Jun 2013 19:34:45 -0000 Received: from 192.168.1.13 (192.168.1.13) by antivirus2 (F-Secure/fsigk_smtp/410/antivirus2); Mon, 17 Jun 2013 21:34:45 +0200 (CEST) X-Virus-Status: clean(F-Secure/fsigk_smtp/410/antivirus2) Received: (qmail 23447 invoked from network); 17 Jun 2013 21:34:45 +0200 Received: from 114.233.78.188.dynamic.jazztel.es (HELO localhost.localdomain) (pneira@us.es@188.78.233.114) by us.es with SMTP; 17 Jun 2013 21:34:45 +0200 From: Pablo Neira Ayuso To: netfilter-devel@vger.kernel.org Cc: davem@davemloft.net, netdev@vger.kernel.org Subject: [PATCH 0/3] netfilter fixes for net Date: Mon, 17 Jun 2013 21:34:36 +0200 Message-Id: <1371497679-14314-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 patchset contains Netfilter fixes. They are targeted to the TCP option targets, that have receive some scrinity in the last week. The changes are: * Fix TCPOPTSTRIP, it stopped working in the forward chain as tcp_hdr uses skb->transport_header, and we cannot use that in the forwarding case, from myself. * Fix default IPv6 MSS in TCPMSS in case of absence of TCP MSS options, from Phil Oester. * Fix missing fragmentation handling again in TCPMSS, from Phil Oester. You can pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git master Thanks! ---------------------------------------------------------------- The following changes since commit a8241c63517ec0b900695daa9003cddc41c536a1: ipvs: info leak in __ip_vs_get_dest_entries() (2013-06-10 14:53:00 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git master for you to fetch changes up to b396966c4688522863572927cb30aa874b3ec504: netfilter: xt_TCPMSS: Fix missing fragmentation handling (2013-06-12 11:06:19 +0200) ---------------------------------------------------------------- Pablo Neira Ayuso (1): netfilter: xt_TCPOPTSTRIP: don't use tcp_hdr() Phil Oester (2): netfilter: xt_TCPMSS: Fix IPv6 default MSS too netfilter: xt_TCPMSS: Fix missing fragmentation handling net/netfilter/xt_TCPMSS.c | 25 ++++++++++++++++++------- net/netfilter/xt_TCPOPTSTRIP.c | 6 ++++-- 2 files changed, 22 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