dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/dsa
Stephen Hemminger 7546dd97d2 net: convert usage of packet_type to read_mostly
Protocols that use packet_type can be __read_mostly section for better
locality. Elminate any unnecessary initializations of NULL.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-03-10 05:22:43 -07:00
..
Kconfig dsa: fix compile bug on s390 2008-10-13 18:58:48 -07:00
Makefile dsa: add support for the Marvell 88E6060 switch chip 2008-10-08 17:24:22 -07:00
dsa.c dsa: add support for Trailer tagging format 2008-10-08 17:24:16 -07:00
dsa_priv.h dsa: add support for Trailer tagging format 2008-10-08 17:24:16 -07:00
mv88e6xxx.c dsa: fix warning in net/dsa/mv88e6xxx.c 2008-11-25 16:50:49 -08:00
mv88e6xxx.h dsa: add support for the Marvell 88E6131 switch chip 2008-10-08 17:24:09 -07:00
mv88e6060.c net: Make static 2008-12-10 15:18:31 -08:00
mv88e6123_61_65.c net: replace uses of __constant_{endian} 2009-02-01 00:45:17 -08:00
mv88e6131.c net: replace uses of __constant_{endian} 2009-02-01 00:45:17 -08:00
slave.c dsa: convert to net_device_ops (v2) 2009-01-06 16:45:26 -08:00
tag_dsa.c net: convert usage of packet_type to read_mostly 2009-03-10 05:22:43 -07:00
tag_edsa.c net: convert usage of packet_type to read_mostly 2009-03-10 05:22:43 -07:00
tag_trailer.c net: convert usage of packet_type to read_mostly 2009-03-10 05:22:43 -07:00