Herbert Xu
759e5d0064
[UDP]: Clean up UDP-Lite receive checksum
...
This patch eliminates some duplicate code for the verification of
receive checksums between UDP-Lite and UDP. It does this by
introducing __skb_checksum_complete_head which is identical to
__skb_checksum_complete_head apart from the fact that it takes
a length parameter rather than computing the first skb->len bytes.
As a result UDP-Lite will be able to use hardware checksum offload
for packets which do not use partial coverage checksums. It also
means that UDP-Lite loopback no longer does unnecessary checksum
verification.
If any NICs start support UDP-Lite this would also start working
automatically.
This patch removes the assumption that msg_flags has MSG_TRUNC clear
upon entry in recvmsg.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-25 22:23:51 -07:00
..
2007-02-11 10:51:34 -08:00
2007-03-01 14:53:39 -08:00
2006-12-13 09:05:52 -08:00
2007-03-06 13:26:55 +01:00
2007-03-09 08:08:09 +00:00
2007-02-08 12:39:16 -08:00
2007-01-09 14:33:11 -08:00
2007-03-05 13:25:18 -08:00
2007-02-08 12:39:23 -08:00
2007-02-14 08:09:53 -08:00
2007-04-04 21:12:47 -07:00
2007-03-16 19:25:04 -07:00
2007-03-06 09:30:26 -08:00
2007-02-23 15:03:46 -08:00
2007-02-16 08:13:58 -08:00
2007-02-13 02:58:52 -05:00
2007-02-03 17:16:24 -05:00
2006-12-13 09:05:50 -08:00
2007-02-09 17:08:57 +00:00
2007-04-04 02:12:27 -04:00
2007-02-12 09:48:44 -08:00
2007-02-08 16:01:09 -08:00
2007-02-08 15:13:47 +00:00
2007-03-06 09:30:25 -08:00
2007-02-20 17:10:15 -08:00
2007-03-16 19:25:05 -07:00
2007-02-20 09:26:53 +00:00
2007-02-13 13:26:26 +01:00
2006-12-13 09:05:50 -08:00
2007-01-26 13:51:00 -08:00
2007-02-11 23:14:44 +01:00
2007-03-22 19:39:05 -07:00
2007-02-12 09:48:29 -08:00
2007-01-30 08:26:45 -08:00
2007-02-20 17:10:14 -08:00
2007-02-20 17:10:14 -08:00
2007-02-16 08:13:59 -08:00
2007-02-16 08:14:00 -08:00
2007-02-12 09:48:46 -08:00
2007-03-08 07:38:22 -08:00
2007-02-11 10:51:35 -08:00
2007-03-26 14:23:52 -07:00
2006-12-18 01:53:58 -08:00
2007-02-11 10:51:24 -08:00
2007-02-11 10:51:27 -08:00
2007-04-02 10:06:09 -07:00
2007-02-26 14:55:48 -08:00
2007-02-20 17:10:13 -08:00
2007-02-12 09:48:44 -08:00
2007-02-07 09:21:02 +11:00
2006-12-22 08:55:48 -08:00
2007-02-16 15:19:17 -08:00
2007-04-02 10:06:09 -07:00
2007-02-09 17:39:36 -05:00
2007-02-09 17:39:36 -05:00
2007-02-11 11:18:07 -08:00
2007-02-01 16:17:06 -08:00
2007-02-12 09:48:46 -08:00
2007-02-09 16:23:18 +00:00
2006-12-20 11:04:12 +01:00
2007-03-27 09:05:15 -07:00
2007-02-12 09:48:46 -08:00
2007-02-17 19:20:16 +01:00
2007-02-12 09:48:46 -08:00
2007-02-20 08:38:46 +00:00
2006-12-22 08:55:50 -08:00
2006-12-13 09:05:49 -08:00
2007-02-12 09:48:47 -08:00
2006-12-13 09:05:52 -08:00
2007-02-11 11:37:45 -08:00
2007-02-11 10:51:18 -08:00
2007-02-12 09:48:30 -08:00
2007-03-05 07:57:51 -08:00
2007-02-16 08:13:59 -08:00
2007-01-30 08:26:45 -08:00
2007-02-05 10:00:38 +01:00
2007-03-01 09:54:44 +01:00
2007-01-08 19:49:54 +00:00
2007-04-07 10:03:43 -07:00
2007-03-01 17:18:39 -08:00
2007-02-13 22:09:01 +01:00
2007-02-13 22:09:00 +01:00
2007-01-30 08:26:45 -08:00
2007-04-10 22:38:37 +02:00
2007-04-25 22:23:43 -07:00
2006-12-22 08:55:50 -08:00
2007-02-08 12:38:46 -08:00
2007-03-05 13:25:28 -08:00
2007-01-23 22:17:23 -08:00
2007-03-02 20:44:51 -08:00
2007-03-06 06:08:11 -05:00
2007-02-12 09:48:32 -08:00
2007-02-12 09:48:37 -08:00
2006-12-14 13:37:24 +01:00
2007-02-19 14:21:50 -08:00
2007-04-17 16:36:27 -07:00
2007-02-09 17:39:36 -05:00
2007-03-27 09:05:16 -07:00
2007-04-25 22:23:43 -07:00
2007-03-01 14:53:38 -08:00
2007-02-16 08:13:56 -08:00
2007-03-16 19:25:05 -07:00
2007-02-12 09:48:30 -08:00
2007-04-04 21:12:47 -07:00
2007-02-12 09:48:31 -08:00
2007-02-16 14:37:06 +00:00
2007-02-11 10:51:32 -08:00
2007-02-23 14:54:57 -08:00
2007-02-07 10:37:14 -08:00
2007-02-20 17:10:14 -08:00
2007-03-16 19:25:07 -07:00
2007-03-04 11:12:40 +02:00
2007-03-04 11:12:42 +02:00
2007-02-20 09:26:53 +00:00
2007-04-04 02:12:27 -04:00
2007-02-11 10:51:32 -08:00
2007-03-22 19:39:06 -07:00
2007-02-17 19:17:37 +01:00
2007-03-04 11:12:43 +02:00
2007-02-11 10:51:32 -08:00
2007-03-05 07:57:51 -08:00
2007-02-20 17:10:13 -08:00
2007-02-11 10:51:17 -08:00
2007-03-01 14:53:35 -08:00
2007-02-11 10:51:18 -08:00
2007-02-17 01:09:12 -05:00
2007-02-16 15:19:18 -08:00
2007-02-19 13:29:02 -08:00
2007-02-11 10:51:25 -08:00
2007-02-12 09:48:46 -08:00
2007-03-12 16:31:50 -07:00
2007-01-23 00:34:54 -05:00
2007-01-26 13:51:00 -08:00
2007-03-06 06:14:54 -05:00
2006-12-13 09:05:53 -08:00
2007-03-06 13:26:27 +01:00
2007-02-12 09:48:46 -08:00
2006-12-13 09:05:53 -08:00
2007-02-08 13:51:54 -08:00
2007-02-08 12:39:06 -08:00
2006-12-13 16:54:25 -08:00
2006-12-13 16:54:25 -08:00
2006-12-13 16:54:25 -08:00
2007-02-12 11:11:55 -08:00
2007-04-25 22:23:45 -07:00
2007-02-16 08:14:01 -08:00
2007-02-16 08:14:01 -08:00
2007-03-16 19:25:05 -07:00
2007-03-16 19:25:05 -07:00
2007-04-20 22:56:29 -07:00
2007-02-12 22:43:25 -08:00
2007-02-13 13:26:24 +01:00
2007-02-20 17:10:13 -08:00
2007-01-30 13:35:18 -08:00
2007-03-01 14:53:37 -08:00
2007-02-09 08:06:14 -08:00
2007-02-17 15:17:05 -05:00
2007-03-12 16:31:50 -07:00
2007-03-12 16:31:50 -07:00
2007-02-08 15:25:18 -08:00
2007-02-12 09:48:46 -08:00
2007-01-30 13:40:36 -08:00
2007-02-12 09:48:32 -08:00
2007-03-27 08:55:47 +02:00
2006-12-13 15:38:46 -08:00
2007-04-17 16:36:26 -07:00
2007-02-23 14:52:09 -08:00
2007-02-11 10:51:28 -08:00
2007-02-14 08:10:00 -08:00
2007-01-11 18:18:21 -08:00
2007-02-12 09:48:46 -08:00
2007-02-12 09:48:28 -08:00
2007-02-12 09:48:44 -08:00
2006-12-13 09:05:49 -08:00
2007-01-23 07:52:06 -08:00
2007-02-12 09:48:46 -08:00
2007-02-11 11:18:05 -08:00
2007-02-11 10:51:28 -08:00
2007-02-11 11:18:07 -08:00
2006-12-22 08:55:49 -08:00
2007-01-26 13:51:00 -08:00
2007-03-05 07:57:51 -08:00
2006-12-22 11:12:04 -08:00
2007-03-14 15:27:48 -07:00
2007-02-17 19:07:33 +01:00
2007-02-14 08:09:52 -08:00
2007-02-14 08:09:52 -08:00
2007-02-18 01:40:30 -05:00
2007-03-01 17:18:39 -08:00
2007-04-25 22:23:51 -07:00
2007-02-11 10:51:18 -08:00
2006-12-13 09:05:49 -08:00
2007-02-20 17:10:14 -08:00
2007-02-20 17:10:14 -08:00
2006-12-13 09:05:53 -08:00
2007-02-28 09:41:59 -08:00
2007-03-05 07:57:53 -08:00
2007-02-28 09:41:59 -08:00
2007-02-12 09:48:41 -08:00
2007-02-11 10:51:18 -08:00
2007-02-20 17:10:13 -08:00
2007-04-25 22:23:23 -07:00
2007-02-07 14:03:19 +11:00
2007-03-18 13:40:06 -07:00
2006-12-13 09:05:50 -08:00
2007-04-24 08:23:08 -07:00
2007-02-09 16:23:15 +00:00
2007-04-25 22:23:21 -07:00
2007-02-16 08:13:59 -08:00
2007-02-04 20:54:10 +01:00
2007-02-16 08:13:57 -08:00
2007-02-16 08:13:59 -08:00
2007-02-16 08:13:56 -08:00
2007-03-05 07:57:51 -08:00
2007-02-12 09:48:42 -08:00
2007-02-12 09:48:32 -08:00
2007-02-12 09:48:40 -08:00
2007-02-12 09:48:30 -08:00
2007-03-16 19:25:03 -07:00
2006-12-15 08:47:51 -08:00
2007-02-07 15:44:32 -08:00
2007-02-16 15:32:19 -08:00
2007-02-23 15:03:46 -08:00
2007-02-16 15:32:20 -08:00
2007-03-27 09:05:15 -07:00
2006-12-20 01:46:41 -05:00
2007-03-01 13:09:46 -02:00
2007-02-11 10:51:25 -08:00
2007-03-16 19:25:05 -07:00
2007-02-08 12:38:54 -08:00
2007-03-27 14:10:26 -04:00
2006-12-16 09:53:50 -08:00
2007-03-01 14:53:38 -08:00
2007-02-11 11:18:05 -08:00
2007-02-08 13:11:42 -08:00