From: Thomas Graf Date: Thu, 25 Jul 2013 16:12:18 +0000 (+0200) Subject: pktgen: Add UDPCSUM flag to support UDP checksums X-Git-Tag: v3.12-rc1~132^2~449 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c26bf4a51308c85a6f97628253b99767a84ff90a;p=pandora-kernel.git pktgen: Add UDPCSUM flag to support UDP checksums UDP checksums are optional, hence pktgen has been omitting them in favour of performance. The optional flag UDPCSUM enables UDP checksumming. If the output device supports hardware checksumming the skb is prepared and marked CHECKSUM_PARTIAL, otherwise the checksum is generated in software. Signed-off-by: Thomas Graf Cc: Eric Dumazet Cc: Ben Greear Signed-off-by: David S. Miller --- Reading git-diff-tree failed