From: Eric Dumazet Date: Mon, 2 Dec 2013 16:51:13 +0000 (-0800) Subject: net: do not pretend FRAGLIST support X-Git-Tag: v3.13-rc4~3^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e24c62ab3062e965ef1b3bcc244d50aee7fa85;p=pandora-kernel.git net: do not pretend FRAGLIST support Few network drivers really supports frag_list : virtual drivers. Some drivers wrongly advertise NETIF_F_FRAGLIST feature. If skb with a frag_list is given to them, packet on the wire will be corrupt. Remove this flag, as core networking stack will make sure to provide packets that can be sent without corruption. Signed-off-by: Eric Dumazet Cc: Thadeu Lima de Souza Cascardo Cc: Anirudha Sarangi Signed-off-by: David S. Miller --- Reading git-diff-tree failed