From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: Wed, 2 Nov 2016 11:02:15 -0400
On IP datagrams and raw sockets, when packets arrive fragmented,
expose the largest received fragment size through a new cmsg.
Protocols implemented on top of these sockets may use this, for
instance, to inform peers to lower MSS on platforms that silently
allow send calls to exceed PMTU and cause fragmentation.
Looks good, series applied, thanks Willem.