OSDN Git Service

Merge branch 'mptcp-socket-option-updates'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 25 Oct 2022 10:32:59 +0000 (12:32 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 25 Oct 2022 10:33:00 +0000 (12:33 +0200)
commit6459838af0c08ea2b38fad6e153576549ca3b92f
tree9cb4c3e1bae5e902fc5ab28f6d1cc90adc4cfc8e
parent818a26048a292e290a6b76e3fe2174344824b3b7
parentcaea64675d8b91deb59140a92f190124399ccd37
Merge branch 'mptcp-socket-option-updates'

Mat Martineau says:

====================
mptcp: Socket option updates

Patches 1 and 3 refactor a recent socket option helper function for more
generic use, and make use of it in a couple of places.

Patch 2 adds TCP_FASTOPEN_NO_COOKIE functionality to MPTCP sockets,
similar to TCP_FASTOPEN_CONNECT support recently added in v6.1
====================

Link: https://lore.kernel.org/r/20221022004505.160988-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>