OpenCloudOS-Kernel/drivers/net/ethernet/qlogic
Aditya Pakki 5bf7295fe3 qlcnic: Avoid potential NULL pointer dereference
netdev_alloc_skb can fail and return a NULL pointer which is
dereferenced without a check. The patch avoids such a scenario.

Signed-off-by: Aditya Pakki <pakki001@umn.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-03-15 11:55:53 -07:00
..
netxen net: netxen: fix a missing check and an uninitialized use 2018-12-21 09:01:47 -08:00
qed qed: Read device port count from the shmem 2019-02-21 10:51:08 -08:00
qede qede: Fix internal loopback failure with jumbo mtu configuration 2019-03-07 09:43:30 -08:00
qlcnic qlcnic: Avoid potential NULL pointer dereference 2019-03-15 11:55:53 -07:00
qlge net: qlge: fix a potential NULL pointer dereference 2019-03-11 16:16:22 -07:00
Kconfig qed*: Utilize FW 8.33.1.0 2018-01-02 13:59:16 -05:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qla3xxx.c net: qlogic: fix a potential NULL pointer dereference 2019-03-12 14:44:43 -07:00
qla3xxx.h