aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Skip a few more T5/T6 registers during a regdump.Navdeep Parhar2021-07-141-2/+4
* cxgbe(4): Update firmwares to 1.26.0.0.Navdeep Parhar2021-07-134-6/+6
* ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky2021-07-122-18/+18
* cxgbe(4): Do not configure traffic classes automatically on attach.Navdeep Parhar2021-06-254-63/+101
* cxgbe(4): Get the number of usable traffic classes from the firmware.Navdeep Parhar2021-06-255-24/+32
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-7/+6
* cxgbei: Better handle new tasks and transfers when disconnecting.John Baldwin2021-06-221-0/+14
* cxgbe tom: Remove orphaned function max_imm_tls_space().John Baldwin2021-06-161-17/+0
* cxgbe: De-duplicate some of the code for managing TLS key contexts.John Baldwin2021-06-166-840/+626
* cxgbe tom: Remove support for non-KTLS TLS offload.John Baldwin2021-06-165-1378/+294
* cxgbe(4): Empty the clib_db before trying to destroy it.Navdeep Parhar2021-06-041-0/+13
* cxgbe/iw_cxgbe: Support for 512 SGL entries in one memory registration.Navdeep Parhar2021-06-015-10/+13
* cxgbe(4): Check if the firmware supports 512 SGL per FR MR.Navdeep Parhar2021-06-012-0/+9
* cxgbe(4): Update firmwares to 1.25.6.0.Navdeep Parhar2021-05-297-10/+13
* cxgbe tom: Free pending iSCSI mbufs on connection shutdown.John Baldwin2021-05-281-0/+1
* cxgbei: Fix a race between transfer setup and a peer reset.John Baldwin2021-05-283-28/+51
* cxgbei: Support iSCSI offload on T6.John Baldwin2021-05-283-55/+395
* cxgbe(4): Fix an incorrect assert.Navdeep Parhar2021-05-271-1/+4
* cxgbe(4): Use correct argument in call to hashdestroy.Navdeep Parhar2021-05-271-2/+2
* cxgbe: fix enabling lro & rxtimestampsAndrew Gallatin2021-05-261-5/+6
* crypto: Add a new type of crypto buffer for a single mbuf.John Baldwin2021-05-251-0/+3
* cxgbe(4): Overhaul CLIP (Compressed Local IPv6) table management.Navdeep Parhar2021-05-239-213/+735
* cxgbe(4): Fix build warnings with NOINET kernels.Navdeep Parhar2021-05-221-0/+14
* iscsi: Move the maximum data segment limits into 'struct icl_conn'.John Baldwin2021-05-201-20/+3
* cxgbei: Add tunable sysctls for the FirstBurstLength and MaxBurstLength.John Baldwin2021-05-191-2/+8
* cxgbei: Remove unused sysctls.John Baldwin2021-05-191-7/+0
* cxgbe: Fix some merge-o's for the per-rxq iSCSI counters.John Baldwin2021-05-191-2/+5
* cxgbe(4): Remove some dead code.Navdeep Parhar2021-05-192-12/+0
* cxgbe: Cast pointer arguments to trunc_page() to vm_offset_t.John Baldwin2021-05-181-2/+2
* cxgbei: Handle target transfers with excess unsolicited data.John Baldwin2021-05-141-2/+7
* cxgbei: Explicitly clear the page pode reservation pointer after freeing it.John Baldwin2021-05-141-0/+1
* cxgbei: Don't clamp iSCSI PDUs to 8K.John Baldwin2021-05-141-3/+0
* cxgbei: Don't leak resources for an aborted target transfer.John Baldwin2021-05-141-1/+2
* cxgbei: Add support for zero-copy iSCSI target transmission/read.John Baldwin2021-05-142-33/+132
* cxgbei: Rework the pdu_append_data hook to support M_WAITOK.John Baldwin2021-05-141-15/+50
* cxgbei: Support DDP for target I/O S/G lists with more than one entry.John Baldwin2021-05-143-14/+232
* cxgbe tom: Account for pre-iSCSI mode data on suspended connections.John Baldwin2021-05-141-1/+27
* cxgbei: Whitespace fixes, comment typo, and rewrap a comment.John Baldwin2021-05-143-12/+11
* cxgbei: Use hardware RX flow control for offloaded iSCSI connections.John Baldwin2021-05-142-4/+7
* cxgbe tom: Set the tid in the work requests to program page pods for iSCSI.John Baldwin2021-05-144-118/+196
* cxgbe: Make the TOE ISCSI RX stats per-queue instead of per adapter.John Baldwin2021-05-146-91/+52
* cxgbe(4): Use ifaddr_event_ext instead of ifaddr_event for CLIP management.Navdeep Parhar2021-05-051-4/+8
* cxgbe(4): Do not panic when tx is called with invalid checksum requests.Navdeep Parhar2021-04-281-7/+20
* cxgbe(4): Add support for NIC suspend/resume and live reset.Navdeep Parhar2021-04-286-306/+1393
* cxgbe(4): Separate the sw- and hw-specific parts of resource allocationsNavdeep Parhar2021-04-267-786/+1135
* cxgbe(4): hw.cxgbe.panic_on_fatal_err can be changed any time.Navdeep Parhar2021-04-231-1/+1
* cxgbe(4): Move the hw-specific parts of VXLAN setup to a separate function.Navdeep Parhar2021-04-231-25/+33
* cxgbe(4): Add flag to reliably stop the driver from accessing hw stats.Navdeep Parhar2021-04-232-25/+38
* cxgbe(4): Fix minor nit in the display of MPS TCAM entries.Navdeep Parhar2021-04-221-1/+1
* cxgbe(4): make the logging helpers a little more robust.Navdeep Parhar2021-04-221-4/+4