freebsd-dev/sys/dev/cxgbe
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
..
common cxgbe(4): Read the MFG diags version from the VPD and make it available 2017-12-21 15:19:43 +00:00
crypto dev: make some use of mallocarray(9). 2018-01-13 22:30:30 +00:00
cudbg cxgbe(4): Fix unsafe mailbox access in cudbg. 2017-11-21 01:18:58 +00:00
cxgbei
firmware cxgbe(4): Update T6, T5, and T4 firmwares to 1.16.63.0. 2017-10-07 17:24:23 +00:00
iw_cxgbe cxgbe/iw_cxgbe: Remove duplicates to fix compilation with recent gcc. 2018-01-13 00:04:11 +00:00
tom sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
adapter.h cxgbe(4): Do not forward interrupts to queues with freelists. This 2017-12-22 19:10:19 +00:00
if_cc.c
if_ccv.c
if_cxl.c
if_cxlv.c
offload.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
osdep.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
t4_if.m
t4_ioctl.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
t4_iov.c
t4_l2t.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
t4_l2t.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
t4_main.c cxgbe(4): Add a knob to enable/disable PCIe relaxed ordering. Disable it by 2018-01-03 19:24:57 +00:00
t4_mp_ring.c
t4_mp_ring.h
t4_netmap.c cxgbe(4): Do not forward interrupts to queues with freelists. This 2017-12-22 19:10:19 +00:00
t4_sched.c cxgbe(4): Avoid a NULL dereference that would occur during module unload 2017-08-06 19:45:59 +00:00
t4_sge.c CXGBE: fix get_filt to be endianness-aware 2018-01-11 09:17:02 +00:00
t4_tracer.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
t4_vf.c cxgbe(4): Do not forward interrupts to queues with freelists. This 2017-12-22 19:10:19 +00:00