summaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* cxgbe tom: Force unsigned modulus for queue indices.John Baldwin2023-02-021-10/+9
* cxgbe/cxgbei: Do not validate the hardware iSCSI tag mask.Navdeep Parhar2023-02-021-15/+0
* cxgbe/tom: Fix assertions in the code that maintains TCB history.Navdeep Parhar2023-02-021-4/+8
* cxgbe(4): Add knob to control congestion behavior for TOE queues.Navdeep Parhar2023-02-021-1/+17
* cxgbe(4): Add another setting to the knob that controls congestion.Navdeep Parhar2023-02-023-69/+82
* cxgbe(4): Specify the ingress queue's type when creating it.Navdeep Parhar2023-02-023-7/+18
* cxgbe(4): Add a knob to request that clocks be gated on suspend.Navdeep Parhar2023-02-021-0/+10
* cxgbe(4): Decode and display some more bits in the PL interrupt handler.Navdeep Parhar2023-02-021-1/+19
* cxgbe(4): Update firmwares to 1.27.0.0.Navdeep Parhar2023-02-024-6/+6
* cxgbe/iw_cxgbe: c4iw_zero_addr should not use IN_ZERONET.Navdeep Parhar2023-02-021-2/+1
* cxgbe/t4_tom: Support for round-robin selection of offload queues.Navdeep Parhar2023-02-023-8/+21
* cxgbe(4): Add support for PPOD_EDRAM feature.Navdeep Parhar2023-02-021-0/+11
* cxgbe(4): Fix control flow issues reported by Coverity.Navdeep Parhar2023-02-021-1/+2
* cxgbe/cxgbei: Allow max PDU payload lengths to be changed with a sysctl.Navdeep Parhar2023-02-021-2/+2
* cxgbe(4): Display the number of free PM pages and p-structs in meminfo.Navdeep Parhar2023-02-021-7/+12
* cxgbe(4): meminfo should get the TLS region's limits from the hardware.Navdeep Parhar2023-02-021-9/+5
* cxgbe(4): Fix the sorting order of the regions listed in meminfo.Navdeep Parhar2023-02-021-5/+12
* cxgbe: Various whitespace fixes.John Baldwin2023-01-2411-41/+42
* cxgbe(4): Fix a few common typos in source code commentsGordon Bergling2023-01-141-5/+5
* cxgbe: Use secq(9) to manage the timestamp generations.John Baldwin2022-11-113-17/+25
* cxgbe: Compute timestamps via sbintime_t.John Baldwin2022-11-113-71/+13
* cxgbe(4): Fix potential integer overflow in t4_tstmp_to_ns.Navdeep Parhar2022-11-111-1/+1
* cxgbe: fix kernel build without TCP_OFFLOAD or RATELIMITKonstantin Belousov2022-11-111-6/+6
* cxgbe: fix the build after e398922eaf66978b5e556f6b4b095693c865f329Mateusz Guzik2022-11-111-1/+1
* Enable M_TSTMP in Chelsio cxgbe driver by creating a mechanism that can sync ...Randall Stewart2022-11-113-18/+182
* cxgbe TOE TLS: Simplify a few routines.John Baldwin2022-11-112-23/+11
* cxgbe: Handle requests for TLS key allocations with no TLS key storage.John Baldwin2022-11-111-0/+3
* cxgbe: Rename t4_kern_tls.c to t6_kern_tls.c.John Baldwin2022-11-113-25/+41
* cxgbe: De-duplicate some of the code for managing TLS key contexts.John Baldwin2022-11-116-840/+626
* cxgbe tom: Remove orphaned function max_imm_tls_space().John Baldwin2022-11-111-17/+0
* cxgbe tom: Remove support for non-KTLS TLS offload.John Baldwin2022-11-115-1378/+294
* cxgbei: Return limits for the specific adapter the socket is on.John Baldwin2022-11-101-2/+64
* iscsi: Fetch limits based on a socket rather than assuming global limits.John Baldwin2022-11-101-1/+1
* cxgbe TOE TLS: Fix handling of unusual record types.John Baldwin2022-08-252-10/+6
* cxgbei: Adjust the calculation for the maximum ISO payload.John Baldwin2022-08-251-2/+4
* cxgbe: Deactivate upper layer drivers (like TOE) during detach.John Baldwin2022-08-251-0/+38
* Adjust t4_tracer_mod{load,unload}() definitions to avoid clang 15 warningsDimitry Andric2022-07-231-2/+2
* Fix clang 15 warning in cxgbeDimitry Andric2022-07-201-1/+1
* cxgbe(4): Fix a typo in a source code commentGordon Bergling2022-07-191-1/+1
* ktls: Zero out TLS_GET_RECORD control messagesMark Johnston2022-07-191-0/+1
* ddb: namespacing of struct commandMitchell Horne2022-06-231-1/+1
* cxgbei: Support unmapped I/O requests.John Baldwin2022-05-114-76/+416
* cxgbe tom: Compile fix for disabled KTR trace.John Baldwin2022-04-291-1/+1
* cxgbe tom: Use VM_PAGE_TO_PHYS().John Baldwin2022-04-291-4/+5
* cxgbe tom: Use be64toh instead of htobe64 to convert to host order.John Baldwin2022-04-291-3/+3
* cxgbe tom: Use vm_paddr_t for physical addresses in page pod routines.John Baldwin2022-04-291-2/+4
* cxgbe: Move page pods KTR traces under VERBOSE_TRACES.John Baldwin2022-04-291-0/+4
* cxgbei: Replace worker thread pools with per-connection kthreads.John Baldwin2022-04-293-399/+176
* cxgbei: Dispatch sent PDUs to the NIC asynchronously.John Baldwin2022-04-293-120/+260
* cxgbei: Rework parsing of pre-offload PDUs.John Baldwin2022-04-291-114/+122