]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-so_sndtimeo-and-misc-cleanup'
authorJakub Kicinski <kuba@kernel.org>
Thu, 17 Feb 2022 04:52:09 +0000 (20:52 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 17 Feb 2022 04:52:10 +0000 (20:52 -0800)
commit24d0415445870c509f52d39f34b29f19555963de
tree1339f599a7c681c0fdcb4f44132b1643af7f577c
parentb59ddb7c77ec050d352f73b3aa478724261fd179
parente060d719a84628cd29f44b7aa49c8dff4ec8e02c
Merge branch 'mptcp-so_sndtimeo-and-misc-cleanup'

Mat Martineau says:

====================
mptcp: SO_SNDTIMEO and misc. cleanup

Patch 1 adds support for the SO_SNDTIMEO socket option on MPTCP sockets.

The remaining patches are various small cleanups:

Patch 2 removes an obsolete declaration.

Patches 3 and 5 remove unnecessary function parameters.

Patch 4 removes an extra cast.

Patches 6 and 7 add some const and ro_after_init modifiers.

Patch 8 removes extra storage of TCP helpers.
====================

Link: https://lore.kernel.org/r/20220216021130.171786-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>