opnsense-src/sys/dev/cxgbe
Navdeep Parhar 02fac928ab cxgbe(4): Fix potential integer overflow in t4_tstmp_to_ns.
Coverity flagged this in its latest run but it is not a problem in
practice as the card's core clock would have to be > 4.2GHz for any
overflow to occur.

CID 1498303:  Integer handling issues  (OVERFLOW_BEFORE_WIDEN)
Potentially overflowing expression "sc->params.vpd.cclk * 1000U" with type "unsigned int" (32 bits, unsigned) is evaluated using 32-bit arithmetic, and then used in a context that expects an expression of type "uint64_t" (64 bits, unsigned).

Reported by:	Coverity Scan (CID 1498303)
Sponsored by:	Chelsio Communications
2022-09-22 09:47:11 -07:00
..
common cxgbe(4): Decode and display some more bits in the PL interrupt handler. 2022-08-16 01:07:36 -07:00
crypto cxgbe: Handle requests for TLS key allocations with no TLS key storage. 2022-08-08 11:21:54 -07:00
cudbg
cxgbei
firmware cxgbe(4): Update firmwares to 1.27.0.0. 2022-08-16 01:06:32 -07:00
iw_cxgbe
tom protosw: refactor protosw and domain static declaration and load 2022-08-17 11:50:32 -07:00
adapter.h Enable M_TSTMP in Chelsio cxgbe driver by creating a mechanism that can sync the time. 2022-09-20 15:13:16 -04:00
if_cc.c
if_ccv.c
if_cxl.c
if_cxlv.c
offload.h
osdep.h
t4_clip.c
t4_clip.h
t4_filter.c
t4_if.m
t4_ioctl.h
t4_iov.c
t4_l2t.c
t4_l2t.h
t4_main.c cxgbe: fix kernel build without TCP_OFFLOAD or RATELIMIT 2022-09-21 19:19:28 +03:00
t4_mp_ring.c
t4_mp_ring.h
t4_netmap.c cxgbe(4): Add another setting to the knob that controls congestion. 2022-09-12 11:40:29 -07:00
t4_sched.c
t4_sge.c cxgbe(4): Fix potential integer overflow in t4_tstmp_to_ns. 2022-09-22 09:47:11 -07:00
t4_smt.c
t4_smt.h
t4_tracer.c Adjust t4_tracer_mod{load,unload}() definitions to avoid clang 15 warnings 2022-07-19 20:37:02 +02:00
t4_vf.c