netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 next-next 0/3] move pskb_put (was: IPsec improvements)
@ 2013-11-07 13:18 Mathias Krause
  2013-11-07 13:18 ` [PATCHv2 next-next 1/3] net: move pskb_put() to core code Mathias Krause
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mathias Krause @ 2013-11-07 13:18 UTC (permalink / raw)
  To: David S. Miller, Steffen Klassert, Herbert Xu
  Cc: Dmitry Tarnyagin, Ben Hutchings, Eric Dumazet, netdev,
	Mathias Krause

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-11-08  0:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07 13:18 [PATCHv2 next-next 0/3] move pskb_put (was: IPsec improvements) Mathias Krause
2013-11-07 13:18 ` [PATCHv2 next-next 1/3] net: move pskb_put() to core code Mathias Krause
2013-11-07 13:18 ` [PATCHv2 next-next 2/3] caif: use pskb_put() instead of reimplementing its functionality Mathias Krause
2013-11-07 13:18 ` [PATCHv2 next-next 3/3] net: skbuff - kernel-doc fixes Mathias Krause
2013-11-08  0:29 ` [PATCHv2 next-next 0/3] move pskb_put David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).