From mboxrd@z Thu Jan 1 00:00:00 1970 From: kaber@trash.net Subject: [PATCH 00/79] netfilter: netfilter update Date: Wed, 19 Jan 2011 20:14:00 +0100 Message-ID: <1295464519-21763-1-git-send-email-kaber@trash.net> Cc: netfilter-devel@vger.kernel.org, netdev@vger.kernel.org To: davem@davemloft.net Return-path: Received: from stinky.trash.net ([213.144.137.162]:51968 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753495Ab1ASTPY (ORCPT ); Wed, 19 Jan 2011 14:15:24 -0500 Sender: netdev-owner@vger.kernel.org List-ID: following is a first batch of netfilter patches for 2.6.39, containing: - cleanups and removal of atomic operations from Changli Gao - RCU annotations, removal of atomic operations and cleanups from Eric - a new queue bypass option for nfnetlink_queue from Florian Westphal - arp_tables support for xt_CLASSIFY from Frederic Leroy - a new backup protocol for IPVS from and Schillstrom - IPVS netns support from Hans Schillstrom - type and header cleanups from Jan - missing module aliases from Jan - a new SNMP conntrack helper from Jiri Olsa - optional timestamping for conntrack entries to simplify userspace IPFIX, implementations, from Pablo - a new AUDIT target for logging packets through the audit framework, from Thomas - Improvements for the IPVS persistence engine from Simon ipset from Jozsef will follow soon, once I'm done reviewing it. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6.git master Thanks!