numam-dpdk/drivers/net
Congwen Zhang c0b865d471 net/cxgbe: fix memory leak
In function t4_wr_mbox_meat_timeout(), dynamic memory stored
in 'temp' variable and it is not freed when the function return,
this is a possible memory leak.

Fixes: 3bd122eef2 ("cxgbe/base: add hardware API for Chelsio T5 series adapters")
Cc: stable@dpdk.org

Signed-off-by: Congwen Zhang <zhang.congwen@zte.com.cn>
Acked-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
2017-10-06 02:49:48 +02:00
..
af_packet net/af_packet: support Tx scattered mbuf input 2017-10-06 02:49:47 +02:00
ark net/ark: remove empty header file 2017-10-06 02:49:47 +02:00
avp net/avp: remove redundant assignment 2017-06-12 10:41:26 +01:00
bnx2x fix typos using codespell utility 2017-06-14 23:54:13 +02:00
bnxt net/bnxt: fix arguments to callback process 2017-07-31 19:58:41 +02:00
bonding net/bonding: fix link status interrupt when down 2017-07-31 19:58:41 +02:00
cxgbe net/cxgbe: fix memory leak 2017-10-06 02:49:48 +02:00
dpaa2 bus/fslmc: update MC to 10.3.x 2017-10-06 01:26:00 +02:00
e1000 net/igb: fix access bound in ethertype filter 2017-07-31 19:58:41 +02:00
ena net/ena/base: initialize memory in the allocation macros 2017-07-06 15:00:57 +02:00
enic net/enic: fix possible null pointer dereference 2017-10-06 02:49:47 +02:00
failsafe net/failsafe: fix adding MAC error report miss 2017-10-06 02:49:48 +02:00
fm10k net/fm10k: initialize link status in device start 2017-07-06 15:00:56 +02:00
i40e net/i40e: remove unused and incorrect definition 2017-10-06 02:49:48 +02:00
ixgbe net/ixgbe: check memory allocation result 2017-10-06 02:49:47 +02:00
kni drivers/net: use device name from device structure 2017-07-06 00:17:02 +02:00
liquidio net/liquidio: add API to set MTU 2017-10-06 02:49:47 +02:00
mlx4 net/mlx4: rely on ethdev for Tx/Rx queue arrays 2017-10-06 02:49:48 +02:00
mlx5 net/mlx5: fix tunnel offload detection 2017-10-06 02:49:48 +02:00
nfp net/nfp: support new firmware medatada API 2017-10-06 02:49:47 +02:00
null bus/vdev: remove probe with driver name option 2017-07-10 00:46:38 +02:00
pcap drivers/net: use ethdev allocation helper for vdev 2017-04-18 19:04:49 +02:00
qede net/qede: fix possible null pointer dereference 2017-10-06 02:49:47 +02:00
ring net/ring: rename map file to standardized name 2017-08-31 23:03:01 +02:00
sfc net/sfc: support flow API RSS action 2017-10-06 02:49:47 +02:00
szedata2 net/szedata2: use macro from common library 2017-07-06 15:00:56 +02:00
tap net/tap: remove Linux version check 2017-07-19 11:09:13 +03:00
thunderx net/thunderx: update sq config register field 2017-07-19 11:09:13 +03:00
vhost ethdev: add return values to callback process API 2017-07-01 17:19:55 +02:00
virtio net/virtio: fix Rx interrupt setup 2017-07-31 19:16:23 +02:00
vmxnet3 net/vmxnet3: fix filtering on promiscuous disabling 2017-08-03 22:23:49 +02:00
xenvirt ethdev: remove driver name from device private data 2017-06-12 16:27:44 +01:00
Makefile net/failsafe: add fail-safe PMD 2017-07-19 16:25:42 +03:00