Rao Shoaib 314001f0bf 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>
2021-08-04 09:55:52 +01:00
..
2021-05-10 10:41:11 -04:00
2020-12-07 14:34:55 -07:00
2021-03-08 11:59:16 +01:00
2021-06-24 15:32:08 +02:00
2021-08-04 09:55:52 +01:00
2021-06-28 19:49:37 -07:00
2021-08-04 09:55:52 +01:00