commit | 0c7ddf36c29c3ce12f2d2931a357ccaa0861035a | [log] [tgz] |
---|---|---|
author | Mathias Krause <mathias.krause@secunet.com> | Thu Nov 07 14:18:24 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 07 19:28:58 2013 -0500 |
tree | 98d09efb875438c09ba8eea351e11c15eff7cc59 | |
parent | b5ad795e52dae6e9f88b193a5e779b70005d005c [diff] |
net: move pskb_put() to core code This function has usage beside IPsec so move it to the core skbuff code. While doing so, give it some documentation and change its return type to 'unsigned char *' to be in line with skb_put(). Signed-off-by: Mathias Krause <mathias.krause@secunet.com> Cc: Steffen Klassert <steffen.klassert@secunet.com> Cc: "David S. Miller" <davem@davemloft.net> Cc: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>