1
0
Fork 0
alistair23-linux/net/irda
Arnaldo Carvalho de Melo badff6d01a [SK_BUFF]: Introduce skb_reset_transport_header(skb)
For the common, open coded 'skb->h.raw = skb->data' operation, so that we can
later turn skb->h.raw into a offset, reducing the size of struct sk_buff in
64bit land while possibly keeping it as a pointer on 32bit.

This one touches just the most simple cases:

skb->h.raw = skb->data;
skb->h.raw = {skb_push|[__]skb_pull}()

The next ones will handle the slightly more "complex" cases.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-25 22:25:15 -07:00
..
ircomm [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
irlan [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans 2007-04-25 22:24:30 -07:00
irnet [IrDA]: Calling ppp_unregister_channel() from process context 2007-03-20 00:09:42 -07:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
af_irda.c [SK_BUFF]: Introduce skb_reset_transport_header(skb) 2007-04-25 22:25:15 -07:00
discovery.c [PATCH] mark struct file_operations const 7 2007-02-12 09:48:46 -08:00
irda_device.c [NET] IRDA: Fix whitespace errors. 2007-02-10 23:19:47 -08:00
iriap.c [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
iriap_event.c [IrDA]: Memory allocations cleanups 2006-09-28 18:02:48 -07:00
irias_object.c [NET] IRDA: Fix whitespace errors. 2007-02-10 23:19:47 -08:00
irlap.c [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
irlap_event.c [NET] IRDA: Fix whitespace errors. 2007-02-10 23:19:47 -08:00
irlap_frame.c [SK_BUFF]: Introduce skb_reset_transport_header(skb) 2007-04-25 22:25:15 -07:00
irlmp.c [PATCH] mark struct file_operations const 8 2007-02-12 09:48:46 -08:00
irlmp_event.c [NET] IRDA: Fix whitespace errors. 2007-02-10 23:19:47 -08:00
irlmp_frame.c [NET] IRDA: Fix whitespace errors. 2007-02-10 23:19:47 -08:00
irmod.c [IRDA] net/irda/: proper prototypes 2007-02-26 11:42:43 -08:00
irproc.c [NET] IRDA: Fix whitespace errors. 2007-02-10 23:19:47 -08:00
irqueue.c [NET] IRDA: Fix whitespace errors. 2007-02-10 23:19:47 -08:00
irsysctl.c [PATCH] sysctl: remove insert_at_head from register_sysctl 2007-02-14 08:09:59 -08:00
irttp.c [IrDA]: irttp_dup spin_lock initialisation 2007-03-20 00:09:41 -07:00
parameters.c [NET] IRDA: Fix whitespace errors. 2007-02-10 23:19:47 -08:00
qos.c [NET] IRDA: Fix whitespace errors. 2007-02-10 23:19:47 -08:00
timer.c [NET] IRDA: Fix whitespace errors. 2007-02-10 23:19:47 -08:00
wrapper.c [SK_BUFF]: Introduce skb_reset_mac_header(skb) 2007-04-25 22:24:32 -07:00