commit | ade2bfe7d1f0ea804d2e63209cc6318ad8bf17ae | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Mon Jan 23 16:09:51 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 23 16:09:51 2006 -0800 |
tree | 56e646813dff69ebe6afa89077df4e25e74b4610 | |
parent | dda1e390bf9e2889a3abc48590a015b307637753 [diff] |
[BNX2]: Fix UDP checksum verification Fix TCP/UDP checksum verification. Use status bits in the buffer descriptor instead of the checksum value to verify rx checksum. Using the checksum value will be incorrect if the UDP packet has zero in the UDP checksum field. Firmware update required for this fix. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>