kernel-fxtec-pro1x/drivers/net/ixgbevf
Jiri Pirko 22bedad3ce net: convert multicast list to list_head
Converts the list and the core manipulating with it to be the same as uc_list.

+uses two functions for adding/removing mc address (normal and "global"
 variant) instead of a function parameter.
+removes dev_mcast.c completely.
+exposes netdev_hw_addr_list_* macros along with __hw_addr_* functions for
 manipulation with lists on a sandbox (used in bonding and 80211 drivers)

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-03 14:22:15 -07:00
..
defines.h
ethtool.c ixgbevf: Fix VF Stats accounting after reset 2010-03-19 21:00:44 -07:00
ixgbevf.h ixgbevf: Driver main and ethool interface module and main header 2010-01-10 13:34:22 -08:00
ixgbevf_main.c ixgbevf: convert to use netdev_for_each_mc_addr 2010-03-26 20:10:03 -07:00
Makefile ixgbevf: Driver Makefile 2010-01-10 13:34:23 -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 net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
vf.h ixgbevf: convert to use netdev_for_each_mc_addr 2010-03-26 20:10:03 -07:00