linux/drivers/net/cxgb4
Dimitris Michailidis ce9aeb583a cxgb4: fix MAC address hash filter
Fix the calculation of the inexact hash-based MAC address filter.
It's 64 bits but current code is missing a ULL.  Results in filtering out
some legitimate packets.

Signed-off-by: Dimitris Michailidis <dm@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-12-08 09:36:22 -08:00
..
Makefile cxgb4: Add main driver file and driver Makefile 2010-04-01 19:29:16 -07:00
cxgb4.h cxgb4: update to utilize the newer VLAN infrastructure 2010-10-24 15:52:31 -07:00
cxgb4_main.c cxgb4: remove call to stop TX queues at load time. 2010-11-01 14:07:31 -07:00
cxgb4_uld.h cxgb4: function namespace cleanup (v3) 2010-10-21 04:25:49 -07:00
l2t.c cxgb4: function namespace cleanup (v3) 2010-10-21 04:25:49 -07:00
l2t.h cxgb4: function namespace cleanup (v3) 2010-10-21 04:25:49 -07:00
sge.c cxgb4: update to utilize the newer VLAN infrastructure 2010-10-24 15:52:31 -07:00
t4_hw.c cxgb4: fix MAC address hash filter 2010-12-08 09:36:22 -08:00
t4_hw.h cxgb4: support eeprom read/write on functions other than 0 2010-08-23 20:38:14 -07:00
t4_msg.h cxgb4: don't offload Rx checksums for IPv6 fragments 2010-08-02 16:26:41 -07:00
t4_regs.h cxgb4: get on-chip queue info from FW and create a memory window for them 2010-08-02 16:26:42 -07:00
t4fw_api.h cxgb4: handle Rx/Tx queue ranges not starting at 0 2010-08-23 20:38:13 -07:00