net: wire up support for file_operations->uring_cmd() io_uring-fops.v2
authorJens Axboe <axboe@kernel.dk>
Fri, 18 Dec 2020 22:12:46 +0000 (15:12 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 29 Jan 2021 14:26:48 +0000 (07:26 -0700)
commitf85e528058f2089fba662755529d6a58b7daf1c7
tree50ba37e82c6214912de3be5b1367cf3a82787cab
parentcd8938fb8eff96bcafa8bff0ec6ca17a727d2a9c
net: wire up support for file_operations->uring_cmd()

Support for SOCKET_URING_OP_SIOCINQ and SOCKET_URING_OP_SIOCOUTQ
for tcp/udp/raw ipv4/ipv6.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
12 files changed:
include/net/raw.h
include/net/sock.h
include/net/tcp.h
include/net/udp.h
include/uapi/linux/net.h
net/ipv4/raw.c
net/ipv4/tcp.c
net/ipv4/tcp_ipv4.c
net/ipv4/udp.c
net/ipv6/raw.c
net/ipv6/tcp_ipv6.c
net/ipv6/udp.c