From patchwork Fri Apr 19 01:16:00 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: 237783 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 310192C0207 for ; Fri, 19 Apr 2013 11:16:29 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967676Ab3DSBQN (ORCPT ); Thu, 18 Apr 2013 21:16:13 -0400 Received: from mail.us.es ([193.147.175.20]:56897 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967114Ab3DSBQM (ORCPT ); Thu, 18 Apr 2013 21:16:12 -0400 Received: (qmail 19385 invoked from network); 19 Apr 2013 03:16:09 +0200 Received: from unknown (HELO us.es) (192.168.2.11) by us.es with SMTP; 19 Apr 2013 03:16:09 +0200 Received: (qmail 2126 invoked by uid 507); 19 Apr 2013 01:16:09 -0000 X-Qmail-Scanner-Diagnostics: from 127.0.0.1 by antivirus1 (envelope-from , uid 501) with qmail-scanner-2.10 (clamdscan: 0.97.7/17039. spamassassin: 3.3.2. Clear:RC:1(127.0.0.1):SA:0(-97.8/7.5):. Processed in 1.781266 secs); 19 Apr 2013 01:16:09 -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-Envelope-From: pablo@netfilter.org Received: from unknown (HELO antivirus1) (127.0.0.1) by us.es with SMTP; 19 Apr 2013 01:16:07 -0000 Received: from 192.168.1.13 (192.168.1.13) by antivirus1 (F-Secure/fsigk_smtp/407/antivirus1); Fri, 19 Apr 2013 03:16:07 +0200 (CEST) X-Virus-Status: clean(F-Secure/fsigk_smtp/407/antivirus1) Received: (qmail 8002 invoked from network); 19 Apr 2013 03:16:07 +0200 Received: from 205.60.20.95.dynamic.jazztel.es (HELO localhost.localdomain) (pneira@us.es@95.20.60.205) by us.es with SMTP; 19 Apr 2013 03:16:07 +0200 From: Pablo Neira Ayuso To: netfilter-devel@vger.kernel.org Cc: davem@davemloft.net, netdev@vger.kernel.org Subject: [PATCH 0/2] netfilter fixes for net Date: Fri, 19 Apr 2013 03:16:00 +0200 Message-Id: <1366334162-4958-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, If time allows, please consider pulling the following patchset contains two late Netfilter fixes, they are: * Skip broadcast/multicast locally generated traffic in the rpfilter, (closes netfilter bugzilla #814), from Florian Westphal. * Fix missing elements in the listing of ipset bitmap ip,mac set type with timeout support enabled, from Jozsef Kadlecsik. The following changes since commit c2d421e171868586939c328dfb91bab840fe4c49: netfilter: nf_nat: fix race when unloading protocol modules (2013-04-12 11:46:31 +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 f83a7ea2075ca896f2dbf07672bac9cf3682ff74: netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too (2013-04-19 00:11:59 +0200) ---------------------------------------------------------------- Florian Westphal (1): netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too Jozsef Kadlecsik (1): netfilter: ipset: bitmap:ip,mac: fix listing with timeout net/ipv4/netfilter/ipt_rpfilter.c | 8 +++++++- net/ipv6/netfilter/ip6t_rpfilter.c | 8 +++++++- net/netfilter/ipset/ip_set_bitmap_ipmac.c | 6 +++++- 3 files changed, 19 insertions(+), 3 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