All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net: af_unix: zerocopy stream bits
@ 2015-05-20 15:35 Hannes Frederic Sowa
  2015-05-20 15:35 ` [PATCH net-next 1/4] net: skbuff: add skb_append_pagefrags and use it Hannes Frederic Sowa
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Hannes Frederic Sowa @ 2015-05-20 15:35 UTC (permalink / raw)
  To: netdev

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-05-20 23:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-20 15:35 [PATCH net-next 0/4] net: af_unix: zerocopy stream bits Hannes Frederic Sowa
2015-05-20 15:35 ` [PATCH net-next 1/4] net: skbuff: add skb_append_pagefrags and use it Hannes Frederic Sowa
2015-05-20 17:51   ` Cong Wang
2015-05-20 15:35 ` [PATCH net-next 2/4] net: af_unix: implement stream sendpage support Hannes Frederic Sowa
2015-05-20 18:40   ` Cong Wang
2015-05-20 23:21   ` Eric Dumazet
2015-05-20 23:47     ` Hannes Frederic Sowa
2015-05-20 15:35 ` [PATCH net-next 3/4] net: make skb_splice_bits more configureable Hannes Frederic Sowa
2015-05-20 23:43   ` Eric Dumazet
2015-05-20 15:35 ` [PATCH net-next 4/4] net: af_unix: implement splice for stream af_unix sockets Hannes Frederic Sowa
2015-05-20 20:59   ` Cong Wang
2015-05-20 21:47     ` Hannes Frederic Sowa
2015-05-20 23:50   ` Eric Dumazet
2015-05-20 23:57     ` Hannes Frederic Sowa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.