aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/Makefile
diff options
context:
space:
mode:
authorRao Shoaib <rao.shoaib@oracle.com>2021-08-01 00:57:07 -0700
committerDavid S. Miller <davem@davemloft.net>2021-08-04 09:55:52 +0100
commit314001f0bf927015e459c9d387d62a231fe93af3 (patch)
tree3f5a7d31a347e495833cffdbd638852111bbb78c /tools/testing/selftests/Makefile
parentMerge branch 'dpaa2-switch-next' (diff)
downloadwireguard-linux-314001f0bf927015e459c9d387d62a231fe93af3.tar.xz
wireguard-linux-314001f0bf927015e459c9d387d62a231fe93af3.zip
af_unix: Add OOB support
This patch adds OOB support for AF_UNIX sockets. The semantics is same as TCP. The last byte of a message with the OOB flag is treated as the OOB byte. The byte is separated into a skb and a pointer to the skb is stored in unix_sock. The pointer is used to enforce OOB semantics. Signed-off-by: Rao Shoaib <rao.shoaib@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r--tools/testing/selftests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index fb010a35d61a..da9e8b699e42 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -38,6 +38,7 @@ TARGETS += mount_setattr
TARGETS += mqueue
TARGETS += nci
TARGETS += net
+TARGETS += net/af_unix
TARGETS += net/forwarding
TARGETS += net/mptcp
TARGETS += netfilter