android_kernel_xiaomi_sm8350/drivers/net/cxgb4vf
Casey Leedom 42eb59d3a8 cxgb4vf: fix setting unicast/multicast addresses ...
We were truncating the number of unicast and multicast MAC addresses
supported.  Additionally, we were incorrectly computing the MAC Address
hash (a "1 << N" where we needed a "1ULL << N").

Signed-off-by: Casey Leedom <leedom@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-11-28 11:40:58 -08:00
..
adapter.h
cxgb4vf_main.c cxgb4vf: fix setting unicast/multicast addresses ... 2010-11-28 11:40:58 -08:00
Makefile
sge.c cxgb4vf: fix some errors in Gather List to skb conversion 2010-11-12 12:30:59 -08:00
t4vf_common.h cxgb4vf: add call to Firmware to reset VF State. 2010-11-12 12:31:01 -08:00
t4vf_defs.h
t4vf_hw.c cxgb4vf: fix setting unicast/multicast addresses ... 2010-11-28 11:40:58 -08:00