Tom Herbert 7e3cead517 net: Save software checksum complete
In skb_checksum complete, if we need to compute the checksum for the
packet (via skb_checksum) save the result as CHECKSUM_COMPLETE.
Subsequent checksum verification can use this.

Also, added csum_complete_sw flag to distinguish between software and
hardware generated checksum complete, we should always be able to trust
the software computation.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-06-11 15:46:13 -07:00
..
2014-05-30 17:17:04 -07:00
2014-06-11 15:39:19 -07:00
2014-06-11 15:46:13 -07:00
2014-05-23 16:28:53 -04:00
2014-06-11 15:46:13 -07:00
2014-05-30 17:48:58 -07:00
2014-06-04 22:46:38 -07:00
2014-06-04 22:46:38 -07:00
2014-06-05 00:49:51 -07:00
2014-04-16 15:15:05 -04:00