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)
commita799126864986076e576d7bec549ae055eaa4490
tree89cb7c09e7b2a523a0fa8f266aae125fc163db93
parent1b99e5e854d4de2d795c4dbed7cc59c65ae372fe
parentdbd1759e6a9c4596d8609897c414da603da80914
Merge branch 'ip-recvfragsize-cmsg'

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>