From: David S. Miller Date: Tue, 26 Mar 2013 16:45:12 +0000 (-0400) Subject: Merge branch 'transport-header' X-Git-Tag: v3.10-rc1~120^2~326 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=33b7f0282e077db234afcf368a7a179b638e50a2;p=~emulex%2Finfiniband.git Merge branch 'transport-header' Jason Wang says: ==================== We don't set transport header for untrusted packets in the past, but for the follwoing reasons, we need to do it now. - Better packet length estimation (introduced in 1def9238) needs l4 header for gso packets to compute the header length. - Some driver needs l4 header (e.g. ixgbe needs tcp header to do atr). So this patches tries to set transport header for packets from untrusted source (netback, packet, tuntap, macvtap). Plus a fix for better estimation on packet length for DODGY packet. Tested on tun/macvtap/packet, compile test on netback. ==================== Signed-off-by: David S. Miller --- 33b7f0282e077db234afcf368a7a179b638e50a2