Eric Dumazet
6602cebb5b
net: skbuff.c cleanup
...
(skb->data - skb->head) can be changed by skb_headroom(skb)
Remove some uses of NET_SKBUFF_DATA_USES_OFFSET, using
(skb_end_pointer(skb) - skb->head) or
(skb_tail_pointer(skb) - skb->head) : compiler does the right thing,
and this is more readable for us ;)
(struct skb_shared_info *) casts in pskb_expand_head() to help memcpy()
to use aligned moves.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2010-09-01 10:57:55 -07:00
..
2010-08-02 14:28:36 -05:00
2010-04-11 14:53:53 -07:00
2010-08-31 13:37:05 -07:00
2010-04-11 14:53:53 -07:00
2010-08-19 00:14:36 -07:00
2010-08-18 14:26:31 -07:00
2010-08-10 07:59:11 -04:00
2010-08-25 16:36:51 -07:00
2010-08-10 16:39:27 -07:00
2010-08-19 00:08:30 -07:00
2010-09-01 10:57:55 -07:00
2010-03-30 22:02:32 +09:00
2010-08-30 13:45:28 -07:00
2010-08-16 21:06:30 -07:00
2010-08-11 17:11:28 +00:00
2010-08-11 23:03:50 -07:00
2010-08-28 15:37:03 -07:00
2010-08-26 14:11:49 -07:00
2010-05-23 23:11:07 -07:00
2010-09-01 10:57:53 -07:00
2010-09-01 10:57:53 -07:00
2010-03-30 22:02:32 +09:00
2010-08-21 23:32:31 -07:00
2010-06-03 03:21:52 -07:00
2010-05-17 23:23:13 -07:00
2010-08-04 21:53:17 -07:00
2010-03-30 22:02:32 +09:00
2010-05-12 00:05:35 -07:00
2010-08-25 14:51:42 -04:00
2010-08-29 21:15:26 -07:00
2010-05-17 23:23:14 -07:00
2010-08-18 23:35:58 -07:00
2010-04-20 16:37:13 -07:00
2010-08-19 00:08:30 -07:00
2010-08-31 13:04:33 -07:00
2010-08-18 23:40:03 -07:00
2010-04-11 14:53:53 -07:00
2010-08-01 00:32:12 -07:00
2010-08-12 09:51:35 -07:00
2010-08-24 14:48:10 -07:00
2010-08-26 14:11:48 -07:00
2010-08-11 23:04:15 +09:30
2010-08-17 17:32:00 -07:00
2010-07-20 13:28:05 -07:00
2010-07-12 20:21:47 -07:00
2010-05-20 21:04:44 -07:00
2010-08-24 16:27:56 -04:00
2010-05-17 17:39:28 -07:00
2010-08-14 22:38:09 -07:00
2010-06-03 20:03:40 -07:00
2010-08-05 17:17:51 +00:00
2010-08-05 17:17:51 +00:00
2010-08-19 00:08:30 -07:00
2010-05-17 23:23:14 -07:00