linux/drivers/net/ethernet/qlogic
Denis Bolotin 2632f22ebd qed: Fix blocking/unlimited SPQ entries leak
When there are no SPQ entries left in the free_pool, new entries are
allocated and are added to the unlimited list. When an entry in the pool
is available, the content is copied from the original entry, and the new
entry is sent to the device. qed_spq_post() is not aware of that, so the
additional entry is stored in the original entry as p_post_ent, which can
later be returned to the pool.

Signed-off-by: Denis Bolotin <denis.bolotin@cavium.com>
Signed-off-by: Michal Kalderon <michal.kalderon@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-11-08 19:38:18 -08:00
..
netxen pci-v4.20-changes 2018-10-25 06:50:48 -07:00
qed qed: Fix blocking/unlimited SPQ entries leak 2018-11-08 19:38:18 -08:00
qede qede: Check available link modes before link set from ethtool. 2018-10-16 10:04:28 -07:00
qlcnic qlcnic: remove assumption that vlan_tci != 0 2018-11-07 22:37:55 -08:00
qlge qlge: Fix netdev features configuration. 2018-08-25 17:37:38 -07:00
Kconfig qed*: Utilize FW 8.33.1.0 2018-01-02 13:59:16 -05:00
Makefile
qla3xxx.c net: qla3xxx: Remove overflowing shift statement 2018-10-17 21:52:40 -07:00
qla3xxx.h