kernel-ark/net/bridge
Stephen Hemminger cee4854122 [BRIDGE]: use kzalloc
Use kzalloc versus kmalloc+memset. Also don't need to do
memset() of bridge address since it is in netdev private data
that is already zero'd in alloc_netdev.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-03-20 22:57:03 -08:00
..
netfilter [BRIDGE] ebtables: Build fix. 2006-03-20 22:55:02 -08:00
br_device.c
br_fdb.c
br_forward.c
br_if.c [BRIDGE]: use kzalloc 2006-03-20 22:57:03 -08:00
br_input.c [BRIDGE]: fix for RCU and deadlock on device removal 2006-02-09 17:08:52 -08:00
br_ioctl.c
br_netfilter.c [BRIDGE] br_netfilter: Warning fixes. 2006-03-20 22:55:24 -08:00
br_notify.c
br_private_stp.h
br_private.h [BRIDGE]: fix error handling for add interface to bridge 2006-02-09 17:10:12 -08:00
br_stp_bpdu.c [BRIDGE]: fix for RCU and deadlock on device removal 2006-02-09 17:08:52 -08:00
br_stp_if.c [BRIDGE]: port timer initialization 2006-03-04 21:06:21 -08:00
br_stp_timer.c [BRIDGE]: use setup_timer 2006-03-20 22:56:38 -08:00
br_stp.c
br_sysfs_br.c
br_sysfs_if.c [BRIDGE]: fix error handling for add interface to bridge 2006-02-09 17:10:12 -08:00
br.c
Kconfig
Makefile