linux-kernel-test/drivers/s390/net
Arnaldo Carvalho de Melo 27a884dc3c [SK_BUFF]: Convert skb->tail to sk_buff_data_t
So that it is also an offset from skb->head, reduces its size from 8 to 4 bytes
on 64bit architectures, allowing us to combine the 4 bytes hole left by the
layer headers conversion, reducing struct sk_buff size to 256 bytes, i.e. 4
64byte cachelines, and since the sk_buff slab cache is SLAB_HWCACHE_ALIGN...
:-)

Many calculations that previously required that skb->{transport,network,
mac}_header be first converted to a pointer now can be done directly, being
meaningful as offsets or pointers.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-25 22:26:28 -07:00
..
claw.c [SK_BUFF]: Introduce skb_mac_header() 2007-04-25 22:24:41 -07:00
claw.h Fix misc .c/.h comment typos 2006-11-30 05:24:39 +01:00
ctcdbug.c [PATCH] s390: Remove CVS generated information 2006-02-01 08:53:23 -08:00
ctcdbug.h [PATCH] s390: Remove CVS generated information 2006-02-01 08:53:23 -08:00
ctcmain.c [SK_BUFF]: Convert skb->tail to sk_buff_data_t 2007-04-25 22:26:28 -07:00
ctcmain.h [PATCH] s390: remove tty support from ctc network device driver [1/2] 2006-04-20 17:27:54 -04:00
cu3088.c [S390] Get rid of a lot of sparse warnings. 2007-02-05 21:16:47 +01:00
cu3088.h
fsm.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
fsm.h [PATCH] s390: Remove CVS generated information 2006-02-01 08:53:23 -08:00
Kconfig [S390]: Rewrite of the IUCV base code, part 1 2007-02-08 13:36:44 -08:00
lcs.c [HIPPI/FDDI]: Make {hippi,fddi}_type_trans set skb->dev 2007-04-25 22:24:26 -07:00
lcs.h [S390] non-unique constant/macro identifiers. 2006-12-04 15:40:59 +01:00
Makefile [S390]: Rewrite of the IUCV base code, part 1 2007-02-08 13:36:44 -08:00
netiucv.c [SK_BUFF]: Convert skb->tail to sk_buff_data_t 2007-04-25 22:26:28 -07:00
qeth_eddp.c [SK_BUFF]: Introduce skb_transport_header(skb) 2007-04-25 22:25:31 -07:00
qeth_eddp.h [NET] driver/s390/net: Checksum annotations. 2006-12-02 21:23:43 -08:00
qeth_fs.h [netdrvr s/390] trim trailing whitespace 2006-05-26 21:58:38 -04:00
qeth_main.c [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h 2007-04-25 22:25:14 -07:00
qeth_mpc.c [PATCH] s390: Remove CVS generated information 2006-02-01 08:53:23 -08:00
qeth_mpc.h [netdrvr s/390] trim trailing whitespace 2006-05-26 21:58:38 -04:00
qeth_proc.c [PATCH] mark struct file_operations const 5 2007-02-12 09:48:45 -08:00
qeth_sys.c [S390] Avoid excessive inlining. 2007-02-05 21:18:53 +01:00
qeth_tso.h [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th 2007-04-25 22:25:26 -07:00
qeth.h [PATCH] qeth gfp_t annotations 2007-03-14 15:27:50 -07:00
smsgiucv.c [S390]: Adapt special message interface to new IUCV API 2007-02-08 13:51:11 -08:00
smsgiucv.h