freebsd-dev/sys/dev/bnxt
Pedro F. Giffuni 26c1d774b5 dev: make some use of mallocarray(9).
Focus on code where we are doing multiplications within malloc(9). None of
these is likely to overflow, however the change is still useful as some
static checkers can benefit from the allocation attributes we use for
mallocarray.

This initial sweep only covers malloc(9) calls with M_NOWAIT. No good
reason but I started doing the changes before r327796 and at that time it
was convenient to make sure the sorrounding code could handle NULL values.
2018-01-13 22:30:30 +00:00
..
bnxt_hwrm.c Support short HWRM commands 2017-12-19 21:07:30 +00:00
bnxt_hwrm.h Support short HWRM commands 2017-12-19 21:07:30 +00:00
bnxt_ioctl.h
bnxt_sysctl.c Don't populate NVRAM sysctls for VFs 2017-12-19 20:32:45 +00:00
bnxt_sysctl.h bnxt: add support for Flow control setting using sysctl 2017-10-24 21:18:50 +00:00
bnxt_txrx.c Fix issue with VXLAN-ecapsulated rx h/w checksumming. 2017-11-09 22:26:49 +00:00
bnxt.h Support short HWRM commands 2017-12-19 21:07:30 +00:00
convert_hsi.pl
hsi_struct_def.h bnxt: Update firmware header file with the latest one 2017-09-06 20:19:30 +00:00
if_bnxt.c dev: make some use of mallocarray(9). 2018-01-13 22:30:30 +00:00