Tim Smith
8961749e5f
af_rxrpc: Remove incorrect checksum calculation from rxrpc_recvmsg()
...
The UDP checksum was already verified in rxrpc_data_ready() - which calls
skb_checksum_complete() - as the RxRPC packet header contains no checksum of
its own. Subsequent calls to skb_copy_and_csum_datagram_iovec() are thus
redundant and are, in any case, being passed only a subset of the UDP payload -
so the checksum will always fail if that path is taken.
So there is no need to check skb->ip_summed in rxrpc_recvmsg(), and no need for
the csum_copy_error: exit path.
Signed-off-by: Tim Smith <tim@electronghost.co.uk >
Signed-off-by: David Howells <dhowells@redhat.com >
2014-02-07 18:58:43 +00:00
..
2013-11-23 16:13:36 -06:00
2014-01-16 11:31:58 -08:00
2014-01-21 18:13:04 -08:00
2014-01-21 18:57:26 -08:00
2014-01-21 18:57:26 -08:00
2014-01-18 23:04:16 -08:00
2014-01-18 00:55:41 -08:00
2014-01-18 23:04:16 -08:00
2014-01-22 21:29:27 -08:00
2014-01-21 22:54:01 -08:00
2014-01-18 23:04:16 -08:00
2014-01-30 11:19:05 -08:00
2014-01-28 18:06:06 -08:00
2014-01-14 18:50:46 -08:00
2014-01-13 11:22:55 -08:00
2014-01-18 23:04:16 -08:00
2013-12-06 12:37:57 -05:00
2014-01-21 18:13:05 -08:00
2014-01-16 15:30:31 -08:00
2013-12-17 16:32:30 -05:00
2014-01-27 16:43:03 -08:00
2014-01-27 20:38:26 -08:00
2014-01-27 16:22:11 -08:00
2014-01-18 23:04:16 -08:00
2014-01-18 23:04:16 -08:00
2013-11-20 21:52:30 -05:00
2013-12-16 12:54:02 +01:00
2014-01-21 16:59:19 -08:00
2013-09-23 16:52:45 -04:00
2014-01-28 18:01:32 -08:00
2014-01-17 14:43:17 -05:00
2013-12-22 18:53:08 -05:00
2013-10-19 19:36:19 -04:00
2014-01-25 11:17:34 -08:00
2013-12-06 12:37:56 -05:00
2014-01-18 23:04:16 -08:00
2014-01-18 23:04:16 -08:00
2014-01-25 11:17:34 -08:00
2014-01-14 15:15:25 -08:00
2014-01-22 17:35:50 -08:00
2014-01-18 23:04:16 -08:00
2014-01-18 23:04:16 -08:00
2014-01-25 11:17:34 -08:00
2014-01-18 23:04:16 -08:00
2014-02-07 18:58:43 +00:00
2014-01-26 22:38:23 -08:00
2014-01-21 18:41:36 -08:00
2014-01-31 15:39:07 -08:00
2014-01-18 23:04:16 -08:00
2014-01-18 23:04:16 -08:00
2014-01-18 23:04:16 -08:00
2013-11-21 13:09:42 -05:00
2014-01-17 14:43:17 -05:00
2014-01-18 23:04:16 -08:00
2014-01-25 11:17:34 -08:00
2014-01-30 18:44:13 -08:00
2014-01-03 23:41:42 +01:00
2014-01-15 15:36:38 -08:00
2013-12-10 22:24:13 -05:00
2013-10-07 15:57:56 -04:00