On Mon, 6 Oct 2025 13:33:59 +0530 Hemant Agrawal <[email protected]> wrote:
> This patch includes: > > 1. Various fixes as identified by NXP internal coverity > 2. packet parsing and MAC address support > > Hemant Agrawal (10): > net/enetfec: fix file descriptor leak on read error > net/enetfec: fix buffer descriptor size configuration > net/enetfec: fix incorrect Tx queue free logic > net/enetfec: fix checksum flag handling and error return > net/enetfec: fix to reject multi-queue configuration > net/enetfec: fix memory leak in Rx buffer cleanup > net/enetfec: fix to add check for Rx/Tx deferred queue > net/enetfec: handle cache for forwarded packets > net/enetfec: support to set MAC address > net/enetfec: add software packet type parsing and cleanup > > Vanshika Shukla (1): > net/enetfec: fix out-of-bounds access in UIO mapping > > drivers/net/enetfec/enet_ethdev.c | 103 +++++++++++++++++------------- > drivers/net/enetfec/enet_ethdev.h | 59 +++++++++++++++-- > drivers/net/enetfec/enet_rxtx.c | 27 ++++++-- > drivers/net/enetfec/enet_uio.c | 11 +++- > 4 files changed, 140 insertions(+), 60 deletions(-) > Queued to next-net

