kernel-fxtec-pro1x/drivers/net/igbvf
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 igbvf: add new driver to support 82576 virtual functions 2009-04-08 16:03:14 -07:00
ethtool.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-10-27 01:03:26 -07:00
igbvf.h igbvf: avoid reset storms due to mailbox issues 2009-12-11 22:58:14 -08:00
Makefile igbvf: add new driver to support 82576 virtual functions 2009-04-08 16:03:14 -07:00
mbx.c igbvf: add new driver to support 82576 virtual functions 2009-04-08 16:03:14 -07:00
mbx.h igbvf: add new driver to support 82576 virtual functions 2009-04-08 16:03:14 -07:00
netdev.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
regs.h igbvf: add new driver to support 82576 virtual functions 2009-04-08 16:03:14 -07:00
vf.c igbvf: Allow VF driver to correctly recognize failure to set mac 2009-08-04 11:46:41 -07:00
vf.h igbvf: fix unused external references 2009-04-11 02:55:14 -07:00