This series implements zerocopy support for AF_UNIX SOCK_STREAM sockets.

Hannes Frederic Sowa (4):
  net: skbuff: add skb_append_pagefrags and use it
  net: af_unix: implement stream sendpage support
  net: make skb_splice_bits more configureable
  net: af_unix: implement splice for stream af_unix sockets

 include/linux/skbuff.h |  14 ++-
 net/core/skbuff.c      |  63 +++++++++----
 net/ipv4/ip_output.c   |   8 +-
 net/ipv4/tcp.c         |   5 +-
 net/unix/af_unix.c     | 246 ++++++++++++++++++++++++++++++++++++++++++++-----
 5 files changed, 287 insertions(+), 49 deletions(-)

-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to