Files
kernel_arpi/include/linux
Tom Herbert 76ba0aae67 net: Generalize checksum_init functions
Create a general __skb_checksum_validate function (actually a
macro) to subsume the various checksum_init functions. This
function can either init the checksum, or do the full validation
(logically checksum_init+skb_check_complete)-- a flag specifies
if full vaidation is performed. Also, there is a flag to the function
to indicate that zero checksums are allowed (to support optional
UDP checksums).

Added several stub functions for calling __skb_checksum_validate.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-05-05 15:26:29 -04:00
..
2014-03-28 20:42:01 +01:00
2014-03-28 16:29:35 -04:00
2014-04-18 16:40:08 -07:00
2014-04-26 12:20:32 -04:00
2014-04-03 16:20:58 -07:00
2014-04-01 17:08:43 +02:00
2014-04-01 23:19:14 -04:00
2014-04-07 16:36:07 -07:00
2014-04-17 12:30:40 -07:00
2014-04-03 16:20:50 -07:00
2014-04-01 23:19:08 -04:00
2014-04-01 23:19:10 -04:00
2014-04-20 18:18:55 -04:00
2014-04-07 10:59:19 -07:00
2014-04-03 16:21:04 -07:00
2014-04-01 17:08:43 +02:00
2014-04-07 16:35:53 -07:00