Tom Herbert
c8cd0989bd
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
...
These netif flags are unnecessary convolutions. It is more
straightforward to just use NETIF_F_HW_CSUM, NETIF_F_IP_CSUM,
and NETIF_F_IPV6_CSUM directly.
This patch also:
- Cleans up can_checksum_protocol
- Simplifies netdev_intersect_features
Signed-off-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-12-15 16:50:20 -05:00
..
2015-12-15 16:50:20 -05:00
2015-07-31 15:21:30 -07:00
2015-12-14 16:10:34 -05:00
2015-03-31 13:58:35 -04:00
2015-12-03 11:32:06 -05:00
2015-08-25 13:37:31 -07:00
2015-03-31 13:51:54 -04:00
2015-12-02 23:37:16 -05:00
2015-05-28 11:23:20 +08:00
2015-03-31 13:51:54 -04:00
2015-09-02 15:31:00 -07:00
2015-12-02 23:37:16 -05:00
2015-10-23 02:38:18 -07:00
2015-12-03 11:32:06 -05:00
2015-10-08 04:27:03 -07:00
2015-12-03 11:32:06 -05:00
2015-10-12 19:28:20 -07:00
2015-10-24 06:54:12 -07:00
2015-05-03 21:58:01 -04:00
2015-11-30 15:26:21 -05:00
2015-09-17 17:18:37 -07:00
2015-10-21 19:36:11 -07:00
2015-12-15 16:50:20 -05:00
2015-11-18 16:25:01 -05:00
2015-08-29 13:07:54 -07:00
2015-10-08 04:26:54 -07:00
2015-11-24 17:15:56 -05:00
2015-12-02 23:37:16 -05:00
2015-08-17 21:33:06 -07:00
2015-08-17 21:33:06 -07:00
2015-08-13 17:08:39 -07:00
2015-11-16 16:36:32 -05:00
2015-10-05 03:16:47 -07:00
2015-12-01 15:07:59 -05:00
2015-09-29 20:21:32 +02:00
2015-10-08 04:27:02 -07:00
2015-03-09 23:38:02 -04:00
2015-12-02 23:37:16 -05:00
2015-11-24 16:45:47 -05:00
2015-12-03 21:09:12 -05:00
2015-11-02 22:54:45 -05:00
2015-12-02 23:37:16 -05:00
2015-07-31 17:07:11 -07:00
2015-12-03 21:09:12 -05:00
2015-02-28 16:56:51 -05:00
2015-11-03 10:52:13 -05:00
2015-03-02 13:06:31 -05:00
2015-03-25 14:07:04 -04:00
2015-12-02 23:37:16 -05:00
2015-09-17 17:18:37 -07:00
2015-03-31 13:58:35 -04:00
2015-08-11 12:41:34 +02:00
2015-10-24 06:54:12 -07:00
2015-10-30 20:51:56 +09:00