From patchwork Thu Nov 22 07:56:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steffen Klassert X-Patchwork-Id: 201167 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id B83BE2C008C for ; Fri, 23 Nov 2012 06:34:49 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757050Ab2KVTen (ORCPT ); Thu, 22 Nov 2012 14:34:43 -0500 Received: from a.mx.secunet.com ([195.81.216.161]:36438 "EHLO a.mx.secunet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965189Ab2KVTej (ORCPT ); Thu, 22 Nov 2012 14:34:39 -0500 Received: from localhost (alg1 [127.0.0.1]) by a.mx.secunet.com (Postfix) with ESMTP id 50B1A1A0083; Thu, 22 Nov 2012 08:57:07 +0100 (CET) X-Virus-Scanned: by secunet Received: from mail-srv1.secumail.de (unknown [10.53.40.200]) by a.mx.secunet.com (Postfix) with ESMTP id C3F681A007F; Thu, 22 Nov 2012 08:56:58 +0100 (CET) Received: from gauss.dd.secunet.de ([10.182.7.102]) by mail-srv1.secumail.de with Microsoft SMTPSVC(6.0.3790.4675); Thu, 22 Nov 2012 08:56:58 +0100 Received: by gauss.dd.secunet.de (Postfix, from userid 1000) id 459155C09E4; Thu, 22 Nov 2012 08:56:55 +0100 (CET) From: Steffen Klassert To: David Miller Cc: Herbert Xu , netdev@vger.kernel.org Subject: pull request: ipsec 2012-11-22 Date: Thu, 22 Nov 2012 08:56:36 +0100 Message-Id: <1353570997-2571-1-git-send-email-steffen.klassert@secunet.com> X-Mailer: git-send-email 1.7.9.5 X-OriginalArrivalTime: 22 Nov 2012 07:56:58.0687 (UTC) FILETIME=[F2B714F0:01CDC886] Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This pull request is intended for 3.7 and contains a single patch to fix the IPsec gc threshold value for ipv4. Please pull or let me know if there are problems. Thanks! The following changes since commit a66fe1653f4e81c007a68ca975067432a42df05b: net: usb: cdc_eem: Fix rx skb allocation for 802.1Q VLANs (2012-11-07 21:12:26 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git master for you to fetch changes up to 703fb94ec58e0e8769380c2877a8a34aeb5b6c97: xfrm: Fix the gc threshold value for ipv4 (2012-11-13 09:15:07 +0100) ---------------------------------------------------------------- Steffen Klassert (1): xfrm: Fix the gc threshold value for ipv4 include/net/xfrm.h | 2 +- net/ipv4/route.c | 2 +- net/ipv4/xfrm4_policy.c | 13 +------------ 3 files changed, 3 insertions(+), 14 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html