Alexey Dobriyan
a0d3bea3cf
[NET]: Make skb->protocol __be16
...
There are many instances of
skb->protocol = htons(ETH_P_*);
skb->protocol = __constant_htons(ETH_P_*);
and
skb->protocol = *_type_trans(...);
Most of *_type_trans() are already endian-annotated, so, let's shift
attention on other warnings.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2005-08-11 16:05:50 -07:00
..
2005-07-29 23:31:17 -04:00
2005-08-04 21:32:46 -07:00
2005-08-10 16:45:14 +01:00
2005-07-26 14:35:41 -07:00
2005-07-27 16:26:01 -07:00
2005-07-26 14:35:41 -07:00
2005-08-04 21:32:46 -07:00
2005-07-26 14:35:41 -07:00
2005-08-07 10:00:38 -07:00
2005-07-27 10:46:12 -07:00
2005-07-26 14:35:41 -07:00
2005-07-26 14:35:41 -07:00
2005-07-26 14:35:41 -07:00
2005-07-26 14:35:41 -07:00
2005-08-04 21:32:46 -07:00
2005-08-06 09:23:57 -07:00
2005-08-04 21:32:46 -07:00
2005-08-01 21:37:59 -07:00
2005-07-26 14:35:41 -07:00
2005-07-26 14:35:41 -07:00
2005-07-27 14:14:39 -07:00
2005-07-27 14:14:39 -07:00
2005-07-28 21:46:03 -07:00
2005-07-27 16:26:03 -07:00
2005-08-02 18:21:25 -07:00
2005-07-26 14:35:41 -07:00
2005-08-11 16:05:50 -07:00
2005-04-16 15:20:36 -07:00
2005-08-01 19:13:59 -07:00
2005-05-23 13:20:45 +02:00
2005-08-06 12:36:51 +02:00
2005-07-12 16:00:59 -07:00
2005-04-16 15:20:36 -07:00
2005-08-08 17:14:55 -05:00
2005-07-28 15:50:42 +02:00
2005-05-01 08:59:25 -07:00