linux/drivers/net/ethernet/freescale/fman
Florinel Iordache 3207f715c3 fsl/fman: fix eth hash table allocation
Fix memory allocation for ethernet address hash table.
The code was wrongly allocating an array for eth hash table which
is incorrect because this is the main structure for eth hash table
(struct eth_hash_t) that contains inside a number of elements.

Fixes: 57ba4c9b56 ("fsl/fman: Add FMan MAC support")
Signed-off-by: Florinel Iordache <florinel.iordache@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-08-03 16:20:15 -07:00
..
fman_dtsec.c fsl/fman: check dereferencing null pointer 2020-08-03 16:20:15 -07:00
fman_dtsec.h
fman_keygen.c
fman_keygen.h
fman_mac.h fsl/fman: fix eth hash table allocation 2020-08-03 16:20:15 -07:00
fman_memac.c fsl/fman: check dereferencing null pointer 2020-08-03 16:20:15 -07:00
fman_memac.h
fman_muram.c
fman_muram.h
fman_port.c fsl/fman: fix dereference null return value 2020-08-03 16:20:14 -07:00
fman_port.h
fman_sp.c
fman_sp.h
fman_tgec.c fsl/fman: check dereferencing null pointer 2020-08-03 16:20:15 -07:00
fman_tgec.h
fman.c fsl/fman: use 32-bit unsigned integer 2020-08-03 16:20:14 -07:00
fman.h fsl/fman: detect FMan erratum A050385 2020-03-06 21:55:32 -08:00
Kconfig fsl/fman: detect FMan erratum A050385 2020-03-06 21:55:32 -08:00
mac.c fsl/fman: tolerate missing MAC address in device tree 2020-03-08 22:02:54 -07:00
mac.h
Makefile