aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* pfil: add pfil_mem_{in,out}() and retire pfil_run_hooks()Gleb Smirnoff2023-02-141-3/+1
* cxgbe: fix module loadingJung-uk Kim2023-02-101-0/+1
* cxgbe T6 KTLS: Use intotcpcb().John Baldwin2023-02-071-1/+1
* ccr,ccp: Fix argument order to sglist_append_vmpages.John Baldwin2023-02-061-1/+1
* IfAPI: Add if_llsoftc member accessors for TOEDEVJustin Hibbits2023-01-311-1/+1
* cxgbe(4): Fix a few common typos in source code commentsGordon Bergling2023-01-111-5/+5
* ccr: Retire ccr_softc member in struct adapter.John Baldwin2022-12-292-41/+41
* tcp: embed inpcb into tcpcbGleb Smirnoff2022-12-071-0/+1
* cxgbe: stop open-coding kref accessMateusz Guzik2022-12-052-4/+4
* cxgbe: Enable TOE TLS RX when an RX key is provided via setsockopt().John Baldwin2022-11-157-413/+342
* cxgbe: Various whitespace fixes.John Baldwin2022-11-1511-41/+42
* cxgbe tom: Fix jobtotid() compilation.John Baldwin2022-11-081-2/+14
* tcp: provide macros to access inpcb and socket from a tcpcbGleb Smirnoff2022-11-083-12/+12
* cxgbe: include headers required to include t4_tom.hGleb Smirnoff2022-10-191-0/+2
* cxgbe: use standard sototcpcb() accessor macro to get socket's tcpcbGleb Smirnoff2022-10-194-8/+8
* tcp: remove INP_TIMEWAIT flagGleb Smirnoff2022-10-077-19/+18
* cxgbe/cxgbei: Do not validate the hardware iSCSI tag mask.Navdeep Parhar2022-10-061-15/+0
* cxgbe/tom: Fix assertions in the code that maintains TCB history.Navdeep Parhar2022-09-291-4/+8
* cxgbe: Use secq(9) to manage the timestamp generations.John Baldwin2022-09-263-17/+25
* cxgbe: Compute timestamps via sbintime_t.John Baldwin2022-09-263-71/+13
* cxgbe(4): Fix potential integer overflow in t4_tstmp_to_ns.Navdeep Parhar2022-09-221-1/+1
* cxgbe: fix kernel build without TCP_OFFLOAD or RATELIMITKonstantin Belousov2022-09-211-6/+6
* cxgbe: fix the build after e398922eaf66978b5e556f6b4b095693c865f329Mateusz Guzik2022-09-201-1/+1
* Enable M_TSTMP in Chelsio cxgbe driver by creating a mechanism that can sync ...Randall Stewart2022-09-203-18/+182
* cxgbe(4): Add knob to control congestion behavior for TOE queues.Navdeep Parhar2022-09-121-1/+17
* cxgbe(4): Add another setting to the knob that controls congestion.Navdeep Parhar2022-09-123-69/+82
* cxgbe(4): Specify the ingress queue's type when creating it.Navdeep Parhar2022-09-123-7/+18
* cxgbe: don't support MJUMPAGESIZE != MCLBYTESBrooks Davis2022-08-242-12/+0
* protosw: refactor protosw and domain static declaration and loadGleb Smirnoff2022-08-171-22/+7
* cxgbe(4): Add a knob to request that clocks be gated on suspend.Navdeep Parhar2022-08-161-0/+10
* cxgbe(4): Decode and display some more bits in the PL interrupt handler.Navdeep Parhar2022-08-161-1/+19
* cxgbe(4): Update firmwares to 1.27.0.0.Navdeep Parhar2022-08-164-6/+6
* cxgbe TOE TLS: Fix handling of unusual record types.John Baldwin2022-08-082-10/+6
* cxgbe TOE TLS: Simplify a few routines.John Baldwin2022-08-082-23/+11
* cxgbe: Handle requests for TLS key allocations with no TLS key storage.John Baldwin2022-08-081-0/+3
* cxgbe: Rename t4_kern_tls.c to t6_kern_tls.c.John Baldwin2022-08-083-26/+42
* Adjust t4_tracer_mod{load,unload}() definitions to avoid clang 15 warningsDimitry Andric2022-07-191-2/+2
* Fix clang 15 warning in cxgbeDimitry Andric2022-07-171-1/+1
* cxgbe(4): Fix a typo in a source code commentGordon Bergling2022-07-161-1/+1
* ddb: namespacing of struct commandMitchell Horne2022-06-141-1/+1
* cxgbei: Adjust the calculation for the maximum ISO payload.John Baldwin2022-05-261-2/+4
* cxgbe/iw_cxgbe: c4iw_zero_addr should not use IN_ZERONET.Navdeep Parhar2022-05-191-2/+1
* cxgbe: Deactivate upper layer drivers (like TOE) during detach.John Baldwin2022-05-171-0/+38
* sockbuf: merge two versions of sbcreatecontrol() into oneGleb Smirnoff2022-05-171-1/+1
* sockets: fix build, convert missed sbreserve_locked() callsGleb Smirnoff2022-05-121-2/+2
* sockets: use socket buffer mutexes in struct socket directlyGleb Smirnoff2022-05-122-3/+3
* ccr: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* cxgbe tom: Force unsigned modulus for queue indices.John Baldwin2022-05-051-10/+9
* cxgbe: Remove unused devclass arguments to *DRIVER_MODULE().John Baldwin2022-04-193-27/+18
* cxgbe: plug a set-but-not-used varMateusz Guzik2022-04-191-3/+1