android_kernel_motorola_sm6225/drivers/net/ethernet/qlogic
David Gibson 4710b2ba87 netxen: Correct off-by-one errors in bounds checks
netxen_process_lro() contains two bounds checks.  One for the ring number
against the number of rings, and one for the Rx buffer ID against the
array of receive buffers.

Both of these have off-by-one errors, using > instead of >=. The correct
versions are used in netxen_process_rcv(), they're just wrong in
netxen_process_lro().

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-12-27 13:08:25 -05:00
..
netxen netxen: Correct off-by-one errors in bounds checks 2013-12-27 13:08:25 -05:00
qlcnic qlcnic: Dump mailbox registers when mailbox command times out. 2013-12-17 16:24:50 -05:00
qlge qlge: Update version to 1.00.00.34 2013-12-05 20:33:47 -05:00
Kconfig qlcnic: dcb: Query adapter DCB capabilities. 2013-08-27 15:21:13 -04:00
Makefile qlogic: Move the QLogic drivers 2011-08-10 20:03:49 -07:00
qla3xxx.c net: qla3xxx: remove unnecessary pci_set_drvdata() 2013-10-22 02:11:52 -04:00
qla3xxx.h qlogic: Move the QLogic drivers 2011-08-10 20:03:49 -07:00