linux/drivers/net/ethernet/hisilicon/hns
Xi Wang f0b964e5e4 net: hns: Fix the process of adding broadcast addresses to tcam
If the multicast mask value in device tree is configured not all
0xff, the broadcast mac will be lost from tcam table after the
execution of command 'ifconfig up'. The address is appended by
hns_ae_start, but will be clear later by hns_nic_set_rx_mode
called in dev_open process.

This patch fixed it by not use the multicast mask when add a
broadcast address.

Fixes: b5996f11ea ("net: add Hisilicon Network Subsystem basic ethernet support")
Signed-off-by: Xi Wang <wangxi11@huawei.com>
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-06-04 17:32:56 -04:00
..
hnae.c net: hns: Add self-adaptive interrupt coalesce support in hns driver 2017-08-03 09:21:14 -07:00
hnae.h net: hns: Avoid action name truncation 2018-04-19 16:30:26 -04:00
hns_ae_adapt.c net: hns: Add self-adaptive interrupt coalesce support in hns driver 2017-08-03 09:21:14 -07:00
hns_dsaf_gmac.c net: hns: Fix ethtool private flags 2018-03-17 19:48:26 -04:00
hns_dsaf_gmac.h
hns_dsaf_mac.c ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addr 2018-03-31 22:26:43 -04:00
hns_dsaf_mac.h format-security: move static strings to const 2017-05-08 17:15:14 -07:00
hns_dsaf_main.c net: hns: Fix the process of adding broadcast addresses to tcam 2018-06-04 17:32:56 -04:00
hns_dsaf_main.h net: hns: Some checkpatch.pl script & warning fixes 2017-04-03 14:48:43 -07:00
hns_dsaf_misc.c net: hns: Fix for variable may be used uninitialized warnings 2018-01-22 15:36:44 -05:00
hns_dsaf_misc.h
hns_dsaf_ppe.c net: hns: Fix ethtool private flags 2018-03-17 19:48:26 -04:00
hns_dsaf_ppe.h
hns_dsaf_rcb.c net: hns: Fix ethtool private flags 2018-03-17 19:48:26 -04:00
hns_dsaf_rcb.h net: hns: support deferred probe when can not obtain irq 2017-04-30 22:39:24 -04:00
hns_dsaf_reg.h net: hns: Fix for variable may be used uninitialized warnings 2018-01-22 15:36:44 -05:00
hns_dsaf_xgmac.c net: hns: fix ethtool_get_strings overflow in hns driver 2017-05-02 15:08:21 -04:00
hns_dsaf_xgmac.h
hns_enet.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-11-02 15:23:39 +09:00
hns_enet.h net: hns: Add self-adaptive interrupt coalesce support in hns driver 2017-08-03 09:21:14 -07:00
hns_ethtool.c net: hns: Fix ethtool private flags 2018-03-17 19:48:26 -04:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00