Eric Dumazet
f2d9da1a83
bna: fix skb->truesize underestimation
...
skb->truesize is not meant to be tracking amount of used bytes
in an skb, but amount of reserved/consumed bytes in memory.
For instance, if we use a single byte in last page fragment,
we have to account the full size of the fragment.
skb->truesize can be very different from skb->len, that has
a very specific safety purpose.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Rasesh Mody <rasesh.mody@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-10-17 23:56:33 -04:00
..
2014-10-07 21:26:52 -04:00
2014-10-08 17:03:09 -04:00
2014-10-17 11:55:32 -04:00
2014-10-08 06:53:19 -04:00
2014-09-30 13:17:14 -04:00
2014-10-07 21:16:26 -04:00
2014-09-30 14:13:29 +02:00
2014-10-08 17:37:16 -04:00
2014-10-08 06:55:41 -04:00
2014-10-08 17:37:16 -04:00
2014-10-08 17:37:16 -04:00
2014-10-08 17:03:09 -04:00
2014-10-08 17:13:04 -04:00
2014-10-08 06:44:48 -04:00
2014-10-07 20:39:25 -04:00
2014-10-08 17:37:16 -04:00
2014-09-22 16:48:47 +09:00
2014-09-23 22:01:55 +01:00
2014-09-25 15:25:52 -07:00
2014-10-08 06:50:18 -04:00
2014-10-06 23:34:40 +02:00
2014-09-23 23:31:22 -07:00
2014-09-22 11:11:48 -07:00
2014-10-07 21:16:26 -04:00
2014-09-22 07:54:10 -07:00
2014-10-08 21:40:54 -04:00
2014-10-03 11:24:46 -07:00
2014-10-08 05:27:39 -04:00
2014-09-23 23:26:42 -07:00
2014-10-08 17:37:16 -04:00
2014-10-14 15:05:35 -04:00
2014-10-08 17:37:16 -04:00
2014-09-11 11:39:14 -07:00
2014-10-02 13:45:00 +10:00
2014-10-07 21:16:26 -04:00
2014-10-07 21:29:18 -04:00
2014-09-16 10:24:16 +08:00
2014-10-08 17:06:53 -04:00
2014-09-06 12:12:09 -07:00
2014-10-17 23:56:33 -04:00
2014-10-07 14:48:29 -04:00
2014-09-14 00:10:38 -04:00
2014-10-08 21:40:54 -04:00
2014-10-01 22:12:50 +02:00
2014-09-23 23:14:28 -07:00
2014-09-24 09:46:29 -07:00
2014-09-24 15:18:34 +05:30
2014-10-07 20:56:28 -04:00
2014-10-07 21:16:26 -04:00
2014-09-26 00:25:59 +02:00
2014-09-03 01:29:00 +02:00
2014-09-09 17:03:17 +02:00
2014-09-30 13:50:31 +01:00
2014-10-08 17:37:16 -04:00
2014-10-07 13:22:11 -04:00
2014-10-15 12:13:27 -04:00
2014-10-08 17:37:16 -04:00
2014-10-03 16:33:44 +01:00
2014-10-08 21:40:54 -04:00
2014-09-17 13:44:01 -07:00
2014-09-09 14:39:21 +00:00
2014-10-08 06:52:11 -04:00
2014-10-08 21:40:54 -04:00
2014-09-23 22:05:26 -07:00
2014-10-07 21:16:26 -04:00
2014-09-13 12:52:35 -04:00
2014-09-09 14:40:17 +00:00
2014-09-11 16:52:29 -07:00
2014-09-24 09:49:14 -04:00