linux_dsm_epyc7002/drivers/net/ixgbe
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
..
ixgbe_82598.c ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errata 2010-02-15 21:51:56 -08:00
ixgbe_82599.c net/intel: remove trailing space in messages 2010-03-24 14:10:22 -07:00
ixgbe_common.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
ixgbe_common.h ixgbe: convert to use netdev_for_each_mc_addr 2010-03-26 20:10:03 -07:00
ixgbe_dcb_82598.c
ixgbe_dcb_82598.h
ixgbe_dcb_82599.c
ixgbe_dcb_82599.h
ixgbe_dcb_nl.c
ixgbe_dcb.c
ixgbe_dcb.h
ixgbe_ethtool.c ixgbe: do not stop tx queues in ixgbe_set_tso 2010-02-26 02:10:11 -08:00
ixgbe_fcoe.c ixgbe: fix for real_num_tx_queues update issue 2010-03-19 21:00:43 -07:00
ixgbe_fcoe.h
ixgbe_main.c ixgbe: convert to use netdev_for_each_mc_addr 2010-03-26 20:10:03 -07:00
ixgbe_mbx.c
ixgbe_mbx.h
ixgbe_phy.c net/intel: remove trailing space in messages 2010-03-24 14:10:22 -07:00
ixgbe_phy.h
ixgbe_sriov.c
ixgbe_sriov.h
ixgbe_type.h ixgbe: convert to use netdev_for_each_mc_addr 2010-03-26 20:10:03 -07:00
ixgbe.h
Makefile