From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Subject: [PATCH] conntrack netlink updates Date: Mon, 01 Aug 2005 19:04:37 +0200 Message-ID: <42EE5625.8020703@eurodev.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Harald Welte Return-path: To: Netfilter Development Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Hi, This is a set of patches that fix several problems introduced due to some modifications done before the merge to the 2.6.14 tree: [CONNTRACK_NETLINK]: Fix expectation leak [CONNTRACK_NETLINK]: Kill bogus memsets [CONNTRACK_NETLINK]: Fix warnings when debug mode is on [CONNTRACK_NETLINK]: Add ctnetlink_change_protoinfo [CONNTRACK_NETLINK]: Fix a deadlock in new_conntrack [CONNTRACK_NETLINK]: Fix expectation creation [CONNTRACK_NETLINK]: Implements change protoinfo via from_nfattr These patches applies to netfilter-2.6.14.git, but they applies with hunks to davem 2.6.14 tree. -- Pablo