From: David S. Miller Date: Tue, 19 Jul 2016 23:40:22 +0000 (-0700) Subject: Merge branch 'frag-udp-tunneled-skbs' X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=7e0433b3956b6d110fb8ab7d607841603285a40d;p=deliverable%2Flinux.git Merge branch 'frag-udp-tunneled-skbs' Shmulik Ladkani says: ==================== net: Consider fragmentation of udp tunneled skbs in 'ip_finish_output_gso' Currently IP fragmentation of GSO segments that exceed dst mtu is considered only in the ipv4 forwarding case. There are cases where GSO skbs that are bridged and then udp-tunneled may have gso_size exceeding the egress device mtu. It makes sense to fragment them, as in the non GSOed code path. The exact cases where this behavior is needed is described and addressed in the 2nd patch. ==================== Signed-off-by: David S. Miller --- 7e0433b3956b6d110fb8ab7d607841603285a40d