linux/drivers/infiniband/hw/cxgb4
Pan Bian 9ef63f31ad iw_cxgb4: check return value of alloc_skb
Function alloc_skb() will return a NULL pointer when there is no enough
memory. However, the return value of alloc_skb() is directly used
without validation in function send_fw_pass_open_req(). This patches
checks the return value of alloc_skb() against NULL.

Signed-off-by: Pan Bian <bianpan2016@163.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2017-04-28 13:09:55 -04:00
..
cm.c iw_cxgb4: check return value of alloc_skb 2017-04-28 13:09:55 -04:00
cq.c cxgb4: Convert PDBG to pr_debug 2017-04-20 16:14:13 -04:00
device.c cxgb4: Convert PDBG to pr_debug 2017-04-20 16:14:13 -04:00
ev.c cxgb4: Convert PDBG to pr_debug 2017-04-20 16:14:13 -04:00
id_table.c drivers/infiniband/hw: rename random32() to prandom_u32() 2013-05-07 18:38:27 -07:00
iw_cxgb4.h cxgb4: Convert PDBG to pr_debug 2017-04-20 16:14:13 -04:00
Kconfig libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple() 2016-09-15 20:49:19 -04:00
Makefile libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple() 2016-09-15 20:49:19 -04:00
mem.c IB: Replace ib_umem page_size by page_shift 2017-04-25 15:40:28 -04:00
provider.c cxgb4: Convert PDBG to pr_debug 2017-04-20 16:14:13 -04:00
qp.c cxgb4: Convert PDBG to pr_debug 2017-04-20 16:14:13 -04:00
resource.c cxgb4: Convert PDBG to pr_debug 2017-04-20 16:14:13 -04:00
t4.h cxgb4: Convert PDBG to pr_debug 2017-04-20 16:14:13 -04:00
t4fw_ri_api.h iw_cxgb4: add fast-path for small REG_MR operations 2016-10-07 16:54:40 -04:00