[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1383830306-16697-1-git-send-email-mathias.krause@secunet.com>
Date: Thu, 7 Nov 2013 14:18:23 +0100
From: Mathias Krause <mathias.krause@...unet.com>
To: "David S. Miller" <davem@...emloft.net>,
Steffen Klassert <steffen.klassert@...unet.com>,
Herbert Xu <herbert@...dor.apana.org.au>
Cc: Dmitry Tarnyagin <dmitry.tarnyagin@...kless.no>,
Ben Hutchings <bhutchings@...arflare.com>,
Eric Dumazet <edumazet@...gle.com>, netdev@...r.kernel.org,
Mathias Krause <mathias.krause@...unet.com>
Subject: [PATCHv2 next-next 0/3] move pskb_put (was: IPsec improvements)
This series moves pskb_put() to the core code, making the code
duplication in caif obsolete (patches 1 and 2).
Patch 3 fixes a few kernel-doc issues.
v2 of this series does no longer contain the skb_cow_data() patch and
therefore no performance improvements for IPsec. The change is still
under discussion, but otherwise independent from the above changes.
Please apply!
v2:
- kernel-doc fixes for pskb_put, as noticed by Ben
- dropped skb_cow_data patch as it's still discussed
- added a kernel-doc fixes patch (patch 3)
Mathias Krause (3):
net: move pskb_put() to core code
caif: use pskb_put() instead of reimplementing its functionality
net: skbuff - kernel-doc fixes
include/linux/skbuff.h | 3 ++-
include/net/esp.h | 2 --
net/caif/cfpkt_skbuff.c | 12 +-----------
net/core/skbuff.c | 33 ++++++++++++++++++++++++++++-----
net/xfrm/xfrm_algo.c | 13 -------------
5 files changed, 31 insertions(+), 32 deletions(-)
--
1.7.2.3
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists