[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210810144357.40367-1-minhquangbui99@gmail.com>
Date: Tue, 10 Aug 2021 21:43:57 +0700
From: Bui Quang Minh <minhquangbui99@...il.com>
To: linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Cc: davem@...emloft.net, kuba@...nel.org, yoshfuji@...ux-ipv6.org,
dsahern@...nel.org, willemb@...gle.com, pabeni@...hat.com,
avagin@...il.com, alexander@...alicyn.com,
minhquangbui99@...il.com, lesedorucalin01@...il.com
Subject: [PATCH 0/2] UDP socket repair
Hi,
This series implement UDP_REPAIR sockoption for dumping the corked packet
in UDP socket's send queue. A new path is added to recvmsg() for dumping
packet's data and msg_name related information of the packet.
Thanks,
Quang Minh.
Bui Quang Minh (2):
udp: UDP socket send queue repair
selftests: Add udp_repair test
include/linux/udp.h | 3 +-
include/net/udp.h | 2 +
include/uapi/linux/udp.h | 1 +
net/ipv4/udp.c | 94 +++++++++-
net/ipv6/udp.c | 56 +++++-
tools/testing/selftests/net/.gitignore | 1 +
tools/testing/selftests/net/Makefile | 1 +
tools/testing/selftests/net/udp_repair.c | 218 +++++++++++++++++++++++
8 files changed, 371 insertions(+), 5 deletions(-)
create mode 100644 tools/testing/selftests/net/udp_repair.c
--
2.17.1
Powered by blists - more mailing lists