From: David S. Miller Date: Thu, 3 Nov 2016 19:41:12 +0000 (-0400) Subject: Merge branch 'ip-recvfragsize-cmsg' X-Git-Tag: v4.14-rc1~1973^2~340 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a799126864986076e576d7bec549ae055eaa4490;p=platform%2Fkernel%2Flinux-rpi.git 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 --- a799126864986076e576d7bec549ae055eaa4490