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-25 23:44:27 +01:00
2014-05-19 09:38:24 +02:00
2014-06-04 23:13:41 -07:00
2014-05-08 08:44:50 +01:00
2014-06-02 00:18:48 -07:00
2014-04-29 18:25:14 +02:00
2014-04-24 12:53:38 -07:00
2014-04-26 12:20:32 -04:00
2014-05-19 16:42:15 -04:00
2014-05-21 01:56:06 -04:00
2014-05-07 16:08:08 -04:00
2014-05-13 11:26:27 -04:00
2014-06-11 14:58:16 -07:00
2014-05-16 14:26:52 -04:00
2014-05-01 10:30:00 -04:00
2014-05-21 14:02:37 -07:00
2014-06-03 02:42:44 +01:00
2014-06-11 00:13:16 -07:00
2014-04-28 10:37:21 -04:00
2014-05-06 13:04:58 -07:00
2014-05-28 16:22:47 +02:00
2014-06-10 23:50:47 -07:00
2014-05-23 15:04:02 -04:00
2014-06-02 16:05:24 -07:00
2014-06-02 14:56:01 -07:00
2014-05-24 00:32:30 -04:00
2014-05-07 00:42:09 +02:00
2014-04-28 12:20:00 +02:00
2014-05-13 13:21:40 +02:00
2014-06-11 12:23:17 -07:00
2014-05-05 16:07:37 -07:00
2014-05-06 14:02:53 -04:00
2014-05-14 00:37:34 -04:00
2014-06-04 22:46:38 -07:00
2014-06-02 10:40:54 -07:00
2014-06-03 23:32:12 -07:00
2014-05-16 17:23:41 -04:00
2014-04-24 21:40:22 +01:00
2014-05-29 15:23:29 -07:00
2014-05-15 15:19:12 +01:00
2014-05-21 11:40:49 +05:30
2014-05-19 21:44:56 +09:00
2014-06-05 15:38:57 -07:00
2014-05-02 16:16:26 -04:00
2014-05-15 15:30:33 -04:00
2014-05-23 10:04:04 -07:00
2014-06-11 15:46:13 -07:00
2014-05-06 13:04:59 -07:00
2014-04-24 13:44:53 -04:00
2014-05-22 12:04:49 -04:00
2014-05-03 18:14:28 -04:00
2014-05-23 16:28:53 -04:00