[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150311224607.23777.2181.stgit@tstruk-mobl1>
Date: Wed, 11 Mar 2015 15:46:08 -0700
From: Tadeusz Struk <tadeusz.struk@...el.com>
To: davem@...emloft.net
Cc: linux-aio@...ck.org, herbert@...dor.apana.org.au,
netdev@...r.kernel.org, ying.xue@...driver.com, bcrl@...ck.org,
viro@...IV.linux.org.uk, linux-fsdevel@...r.kernel.org, hch@....de,
linux-crypto@...r.kernel.org
Subject: [PATCH RFC 0/4] Add support for async socket operations
After the iocb parameter has been removed from sendmsg() and recvmsg() ops
the socket layer, and the network stack no longer support async operations.
This patch set adds support for asynchronous operations on sockets back.
--
Tadeusz Struk (4):
net: socket: add support for async operations
aio: prefer aio_op op over inter_op
crypto: af_alg - Allow to link sgl
crypto: algif - change algif_skcipher to be asynchronous
crypto/af_alg.c | 18 +++-
crypto/algif_skcipher.c | 224 ++++++++++++++++++++++++++++++++++++++++++++++-
fs/aio.c | 8 +-
include/crypto/if_alg.h | 4 +
include/linux/net.h | 8 ++
net/socket.c | 64 +++++++++++++
6 files changed, 312 insertions(+), 14 deletions(-)
--
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists