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/drivers/net/ixgbevf
Jiri Pirko 4cd24eaf0c net: use netdev_mc_count and netdev_mc_empty when appropriate
This patch replaces dev->mc_count in all drivers (hopefully I didn't miss
anything). Used spatch and did small tweaks and conding style changes when
it was suitable.

Jirka

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-02-12 11:38:58 -08:00
..
Makefile ixgbevf: Driver Makefile 2010-01-10 13:34:23 -08:00
defines.h
ethtool.c ixgbevf: Driver main and ethool interface module and main header 2010-01-10 13:34:22 -08:00
ixgbevf.h ixgbevf: Driver main and ethool interface module and main header 2010-01-10 13:34:22 -08:00
ixgbevf_main.c net: use netdev_mc_count and netdev_mc_empty when appropriate 2010-02-12 11:38:58 -08:00
mbx.c ixgbevf: Mailbox communication 2010-01-10 13:34:21 -08:00
mbx.h ixgbevf: Mailbox communication 2010-01-10 13:34:21 -08:00
regs.h
vf.c ixgbevf: 82599 Virtual Function core functions and header 2010-01-10 13:34:21 -08:00
vf.h ixgbevf: 82599 Virtual Function core functions and header 2010-01-10 13:34:21 -08:00