]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-msg-flags'
authorDavid S. Miller <davem@davemloft.net>
Fri, 23 Apr 2021 21:06:32 +0000 (14:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Apr 2021 21:06:32 +0000 (14:06 -0700)
commitd37a0569e99c2ecdfa5b62763aa0b48888e8a6a5
treefd012a1f143491a382ae6782517d215fe4643cd9
parent1a313e353e7fd562aa3f8d5ee3ce2083031c920b
parent30729cb7bbd93228df4787d3c55c8a678740c79c
Merge branch 'mptcp-msg-flags'

Mat Martineau says:

====================
mptcp: Compatibility with common msg flags

These patches from the MPTCP tree handle some of the msg flags that are
typically used with TCP, to make it easier to adapt userspace programs
for use with MPTCP.

Patches 1, 2, and 4 add support for MSG_ERRQUEUE (no-op for now),
MSG_TRUNC, and MSG_PEEK on the receive side.

Patch 3 ignores unsupported msg flags for send and receive.

Patch 5 adds a selftest for MSG_PEEK.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>