android_kernel_xiaomi_sm8350/drivers/net/fs_enet
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
..
fec.h
fs_enet-main.c fs_enet: add FEC TX buffer alignment workaround for MPC5121 2010-02-27 02:34:36 -08:00
fs_enet.h fs_enet: Add support for MPC512x to fs_enet driver 2010-02-27 02:34:35 -08:00
Kconfig fs_enet: Add support for MPC512x to fs_enet driver 2010-02-27 02:34:35 -08:00
mac-fcc.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
mac-fec.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
mac-scc.c net: convert multicast list to list_head 2010-04-03 14:22:15 -07:00
Makefile
mii-bitbang.c
mii-fec.c fs_enet: Add support for MPC512x to fs_enet driver 2010-02-27 02:34:35 -08:00