net: add APIs for manipulating skb page fragments.
authorIan Campbell <Ian.Campbell@citrix.com>
Fri, 19 Aug 2011 06:25:00 +0000 (06:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Aug 2011 23:59:54 +0000 (16:59 -0700)
commit131ea6675c761f655d43b808dd0fe83d15d5cdd3
tree0d8cb6a3ea524f216d846f172c218fababead4a0
parent7ae9ed8d3221c9f7dd4bc2773ff58797487d5ed8
net: add APIs for manipulating skb page fragments.

The primary aim is to add skb_frag_(ref|unref) in order to remove the use of
bare get/put_page on SKB pages fragments and to isolate users from subsequent
changes to the skb_frag_t data structure.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Eric Dumazet <eric.dumazet@gmail.com>
Cc: "Michał Mirosław" <mirq-linux@rere.qmqm.pl>
Cc: netdev@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h