Message ID | 20220216021130.171786-1-mathew.j.martineau@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: SO_SNDTIMEO and misc. cleanup | expand |
On Tue, 15 Feb 2022 18:11:22 -0800 Mat Martineau wrote: > 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. Applied, thanks!