linux_dsm_epyc7002/drivers/net/ethernet/chelsio
Colin Ian King 619228d86b cxgb4: fix memory leak on txq_info
Currently if txq_info->uldtxq cannot be allocated then
txq_info->txq is being kfree'd (which is redundant because it
is NULL) instead of txq_info. Fix this by instead kfree'ing
txq_info.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-11-25 16:09:50 -05:00
..
cxgb ethernet: use core min/max MTU checking 2016-10-18 11:34:22 -04:00
cxgb3 ethernet: use net core MTU range checking in more drivers 2016-10-20 14:51:08 -04:00
cxgb4 cxgb4: fix memory leak on txq_info 2016-11-25 16:09:50 -05:00
cxgb4vf ethernet: use net core MTU range checking in more drivers 2016-10-20 14:51:08 -04:00
libcxgb libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack() 2016-09-15 20:49:20 -04:00
Kconfig libcxgb: add library module for Chelsio drivers 2016-07-25 10:31:08 -07:00
Makefile libcxgb: add library module for Chelsio drivers 2016-07-25 10:31:08 -07:00