linux/drivers/net/ethernet/qlogic/netxen
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
..
Makefile
netxen_nic_ctx.c ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups 2013-02-04 13:22:33 -05:00
netxen_nic_ethtool.c drivers: ethernet: qlogic: netxen_nic_ethtool.c: Fixed a coding style issue 2012-11-06 17:41:42 -05:00
netxen_nic_hdr.h netxen_nic: Print ULA information 2013-09-27 13:30:58 -04:00
netxen_nic_hw.c net:drivers/net: Miscellaneous conversions to ETH_ALEN 2013-10-02 17:04:45 -04:00
netxen_nic_hw.h
netxen_nic_init.c netxen: Correct off-by-one errors in bounds checks 2013-12-27 13:08:25 -05:00
netxen_nic_main.c net: netxen: remove unnecessary pci_set_drvdata() 2013-10-22 02:11:51 -04:00
netxen_nic.h netxen_nic: Update version to 4.0.82 2013-09-27 13:30:58 -04:00