Merge branch 'pskb_put'
authorDavid S. Miller <davem@davemloft.net>
Fri, 8 Nov 2013 00:29:06 +0000 (19:29 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Nov 2013 00:29:06 +0000 (19:29 -0500)
commit0b2e2d36d152a94082f05ad226a290d765ffb7d2
treee4db3f844522adf5a62a7ce1fc3cee5cd177673a
parentb5ad795e52dae6e9f88b193a5e779b70005d005c
parentbc32383cd6496d595e6a25cdc7cff1da6b694462
Merge branch 'pskb_put'

Mathias Krause says:

====================
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)
====================

Signed-off-by: David S. Miller <davem@davemloft.net>