From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Frederic Sowa Subject: [PATCH v2 net-next 0/4] net: af_unix: zerocopy stream bits Date: Thu, 21 May 2015 11:39:12 +0200 Message-ID: Cc: edumazet@google.com, cwang@twopensource.com To: netdev@vger.kernel.org Return-path: Received: from out5-smtp.messagingengine.com ([66.111.4.29]:44977 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753869AbbEUJjX (ORCPT ); Thu, 21 May 2015 05:39:23 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 5943920BD0 for ; Thu, 21 May 2015 05:39:21 -0400 (EDT) Sender: netdev-owner@vger.kernel.org List-ID: This series implements zerocopy support for AF_UNIX SOCK_STREAM sockets. Changelog in the specific patches. Thanks to all the reviewers! 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 fs/splice.c | 1 + include/linux/skbuff.h | 14 ++- net/core/skbuff.c | 64 +++++++++---- net/ipv4/ip_output.c | 15 +--- net/ipv4/tcp.c | 5 +- net/unix/af_unix.c | 240 ++++++++++++++++++++++++++++++++++++++++++++----- 6 files changed, 285 insertions(+), 54 deletions(-) -- 2.1.0