Merge branch 'ip-recvfragsize-cmsg'
authorDavid S. Miller <davem@davemloft.net>
Thu, 3 Nov 2016 19:41:12 +0000 (15:41 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Nov 2016 19:41:12 +0000 (15:41 -0400)
Willem de Bruijn says:

====================
ip: add RECVFRAGSIZE cmsg

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.
====================

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

Trivial merge