1
0
Files
linux/arch/mips/include/asm
Alexander Duyck 1e94082963 ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short
This patch updates csum_ipv6_magic so that it correctly recognizes that
protocol is a unsigned 8 bit value.

This will allow us to better understand what limitations may or may not be
present in how we handle the data.  For example there are a number of
places that call htonl on the protocol value.  This is likely not necessary
and can be replaced with a multiplication by ntohl(1) which will be
converted to a shift by the compiler.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-03-13 23:55:13 -04:00
..
2015-06-21 21:52:44 +02:00
2014-08-26 02:18:58 +02:00
2015-11-11 08:36:36 +01:00
2014-01-22 20:19:02 +01:00
2016-01-12 20:46:56 +02:00
2015-05-13 10:55:42 +02:00
2015-11-12 11:35:47 +01:00
2015-08-26 15:23:03 +02:00
2015-05-28 15:31:53 +02:00
2014-08-26 02:18:56 +02:00
2014-05-24 00:07:01 +02:00
2016-02-01 23:36:38 +01:00
2015-06-21 21:54:29 +02:00
2016-01-24 01:44:21 +01:00
2015-09-03 12:08:05 +02:00
2014-05-24 00:07:01 +02:00
2016-01-24 03:20:46 +01:00
2016-01-23 00:28:57 +01:00
2015-09-03 12:08:05 +02:00
2014-08-02 00:06:38 +02:00
2014-01-22 20:19:02 +01:00
2015-09-03 12:08:05 +02:00
2015-09-03 12:08:05 +02:00
2013-09-18 17:13:58 +02:00