David S. Miller
689be43945
[NET]: Remove gratuitous use of skb->tail in network drivers.
...
Many drivers use skb->tail unnecessarily.
In these situations, the code roughly looks like:
dev = dev_alloc_skb(...);
[optional] skb_reserve(skb, ...);
... skb->tail ...
But even if the skb_reserve() happens, skb->data equals
skb->tail. So it doesn't make any sense to use anything
other than skb->data in these cases.
Another case was the s2io.c driver directly mucking with
the skb->data and skb->tail pointers. It really just wanted
to do an skb_reserve(), so that's what the code was changed
to do instead.
Another reason I'm making this change as it allows some SKB
cleanups I have planned simpler to merge. In those cleanups,
skb->head, skb->tail, and skb->end pointers are removed, and
replaced with skb->head_room and skb->tail_room integers.
Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Jeff Garzik <jgarzik@pobox.com>
2005-06-28 15:25:31 -07:00
..
2005-06-22 22:19:52 -07:00
2005-05-05 16:36:47 -07:00
2005-05-15 22:21:07 -04:00
2005-06-26 17:54:11 -04:00
2005-04-16 15:20:36 -07:00
2005-06-27 00:34:26 -04:00
2005-04-16 15:20:36 -07:00
2005-06-23 09:45:36 -07:00
2005-05-15 22:44:26 -04:00
2005-06-25 17:10:13 -07:00
2005-06-26 17:11:03 -04:00
2005-06-27 18:03:17 -07:00
2005-06-26 18:22:14 -04:00
2005-06-27 00:19:53 -04:00
2005-06-26 23:48:38 -04:00
2005-06-28 15:25:31 -07:00
2005-06-28 15:25:31 -07:00
2005-06-27 18:03:16 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 20:11:55 -04:00
2005-04-16 15:20:36 -07:00
2005-05-12 22:21:51 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-26 18:33:33 -04:00
2005-06-28 15:25:31 -07:00
2005-06-27 00:41:51 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-06-25 17:10:13 -07:00
2005-06-21 19:07:31 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 20:11:55 -04:00
2005-04-16 15:20:36 -07:00
2005-06-26 18:22:14 -04:00
2005-04-16 15:20:36 -07:00
2005-06-27 23:09:08 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-27 23:23:05 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 19:45:25 -04:00
2005-04-16 15:20:36 -07:00
2005-06-27 00:46:40 -04:00
2005-04-16 15:20:36 -07:00
2005-05-12 19:45:25 -04:00
2005-04-16 15:20:36 -07:00
2005-05-26 13:03:09 -07:00
2005-05-26 13:03:09 -07:00
2005-05-26 13:03:09 -07:00
2005-04-16 15:20:36 -07:00
2005-06-27 00:21:03 -04:00
2005-06-27 00:21:03 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-26 18:37:25 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-06-26 18:37:26 -04:00
2005-05-15 18:31:07 -04:00
2005-04-16 15:20:36 -07:00
2005-06-27 00:30:23 -04:00
2005-05-12 20:11:55 -04:00
2005-06-28 15:25:31 -07:00
2005-05-12 20:11:55 -04:00
2005-05-12 20:11:55 -04:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 20:11:55 -04:00
2005-05-12 20:11:55 -04:00
2005-06-26 18:29:26 -04:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-27 00:08:29 -04:00
2005-06-27 00:40:33 -04:00
2005-06-26 17:58:51 -04:00
2005-04-16 15:20:36 -07:00
2005-06-27 00:40:33 -04:00
2005-06-27 00:40:33 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-01 08:59:09 -07:00
2005-06-28 15:25:31 -07:00
2005-06-26 18:22:14 -04:00
2005-04-16 15:20:36 -07:00
2005-05-12 20:11:55 -04:00
2005-05-12 20:11:55 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 20:11:55 -04:00
2005-06-09 15:39:52 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-27 00:21:03 -04:00
2005-06-28 15:25:31 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 20:11:55 -04:00
2005-05-05 16:36:49 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-04 17:54:39 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-25 07:55:58 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 22:22:36 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-05-12 20:11:55 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 20:11:55 -04:00
2005-05-12 20:11:55 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:25:25 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-06-23 09:45:36 -07:00
2005-05-03 14:38:09 -07:00
2005-06-20 15:15:09 -07:00
2005-06-23 09:45:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-26 23:47:57 -04:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-02 16:36:00 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-27 18:05:07 -04:00
2005-06-27 18:05:07 -04:00
2005-04-16 15:20:36 -07:00
2005-06-26 18:30:15 -04:00
2005-04-16 15:20:36 -07:00
2005-06-27 23:08:09 -04:00
2005-06-27 23:08:09 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 22:24:39 -04:00
2005-04-16 15:20:36 -07:00
2005-05-12 20:11:55 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 22:27:35 -04:00
2005-05-12 20:16:24 -04:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-24 20:35:20 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-26 18:22:14 -04:00
2005-04-16 15:20:36 -07:00
2005-04-24 20:35:20 -07:00
2005-04-16 15:20:36 -07:00
2005-04-24 20:35:20 -07:00
2005-04-24 20:35:20 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-24 20:21:01 -07:00
2005-06-24 20:18:35 -07:00
2005-06-26 18:22:14 -04:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 15:25:31 -07:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-05-12 20:11:55 -04:00
2005-06-28 15:25:31 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00