linux/net/bridge
Jiri Pirko 7826d43f2d ethtool: fix drvinfo strings set in drivers
Use strlcpy where possible to ensure the string is \0 terminated.
Use always sizeof(string) instead of 32, ETHTOOL_BUSINFO_LEN
and custom defines.
Use snprintf instead of sprint.
Remove unnecessary inits of ->fw_version
Remove unnecessary inits of drvinfo struct.

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-01-06 21:06:31 -08:00
..
netfilter
br_device.c ethtool: fix drvinfo strings set in drivers 2013-01-06 21:06:31 -08:00
br_fdb.c
br_forward.c
br_if.c bridge: remove usage of netdev_set_master() 2013-01-04 13:31:50 -08:00
br_input.c
br_ioctl.c
br_mdb.c bridge: Correctly encode addresses when dumping mdb entries 2012-12-19 12:50:06 -08:00
br_multicast.c bridge: Do not unregister all PF_BRIDGE rtnl operations 2012-12-19 12:50:06 -08:00
br_netfilter.c
br_netlink.c bridge: respect RFC2863 operational state 2012-12-30 02:31:43 -08:00
br_notify.c bridge: respect RFC2863 operational state 2012-12-30 02:31:43 -08:00
br_private_stp.h
br_private.h bridge: Do not unregister all PF_BRIDGE rtnl operations 2012-12-19 12:50:06 -08:00
br_stp_bpdu.c
br_stp_if.c bridge: respect RFC2863 operational state 2012-12-30 02:31:43 -08:00
br_stp_timer.c
br_stp.c
br_sysfs_br.c
br_sysfs_if.c
br.c
Kconfig
Makefile bridge: export multicast database via netlink 2012-12-07 14:32:52 -05:00