aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/cxgbei
Commit message (Expand)AuthorAgeFilesLines
...
* 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-141-14/+36
* cxgbei: Whitespace fixes, comment typo, and rewrap a comment.John Baldwin2021-05-142-7/+7
* 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-141-4/+3
* cxgbe: Make the TOE ISCSI RX stats per-queue instead of per adapter.John Baldwin2021-05-143-88/+11
* cxgbe: Add a struct sge_ofld_txq type.John Baldwin2021-03-261-5/+5
* cxgbei: Enter network epoch and set vnet around t4_push_pdus().John Baldwin2021-03-221-0/+5
* cxgbei: Pass ULP submode directly to set_ulp_mode_iscsi().John Baldwin2021-03-221-11/+6
* cxgbei: Move some function prototypes to cxgbei.h.John Baldwin2021-03-223-9/+4
* cxgbei: Set vnet around tcp_drop() in do_rx_iscsi_ddp().John Baldwin2021-03-221-0/+2
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+1
* cxgbei: destroy the worker threads' CV and mutex in stop_worker_threads.Navdeep Parhar2020-08-211-0/+2
* cxgbe(4): Add a pointer to the adapter softc in vi_info.Navdeep Parhar2020-06-251-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-3/+4
* Mechanically convert INP_INFO_RLOCK() to NET_EPOCH_ENTER().Gleb Smirnoff2019-11-071-2/+2
* cxgbe/t4_tom: Initialize all TOE connection parameters in one place.Navdeep Parhar2019-08-271-1/+1
* cxgbe/t4_tom: adjust the hardware receive window to match changes to theNavdeep Parhar2019-06-011-1/+0
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-202-0/+2
* Check for an allocation failure before dereferencing the pointer.Mark Johnston2018-11-261-1/+1
* epoch(9): allow preemptible epochs to composeMatt Macy2018-07-041-2/+3
* cxgbe/cxgbei: Fix harmful typo in the iSCSI offload driver.Navdeep Parhar2018-06-271-1/+1
* Use the offload transmit queue to set flags on TLS connections.John Baldwin2018-03-271-2/+2
* Use proper alignment constant for uma_zcreate().Alexander Motin2017-04-241-1/+1
* Remove a a duplicated word.Eitan Adler2016-09-291-1/+1
* Use correct CTR<n> variant.Navdeep Parhar2016-09-031-1/+1
* cxgbe/cxgbei: Provide a knob to set the DDP threshold for iSCSINavdeep Parhar2016-09-021-2/+4
* cxgbe/cxgbei: Count various events related to iSCSI operation and makeNavdeep Parhar2016-09-013-0/+101
* cxgbe/cxgbei: Minor changes in the iSCSI CPL handlers.Navdeep Parhar2016-09-011-18/+27
* cxgbe/cxgbei: Retire all DDP related code from cxgbei and switch toNavdeep Parhar2016-09-015-1177/+246
* cxgbe/t4_tom: Add general purpose routines to deal with page pod regionsNavdeep Parhar2016-08-311-1/+0
* cxgbe/cxgbei: There is no need for multiple modules in the KLD.Navdeep Parhar2016-08-263-33/+16
* cxgbe/cxgbei: Convert the driver-private PDU flags to enums and replaceNavdeep Parhar2016-08-253-27/+29
* cxgbe/cxgbei: Read the chip's configuration to determine the actualNavdeep Parhar2016-08-253-50/+113
* Make the iSCSI parameter negotiation more flexible.Navdeep Parhar2016-08-251-2/+5
* cxgbe(4): Changes to the CPL-handler registration mechanism and codeNavdeep Parhar2016-07-052-26/+15
* Reduce the priority of cxgbei(4) driver, so it doesn't get chosenEdward Tomasz Napierala2016-06-011-1/+1
* Add mechanism for choosing iSER-capable ICL modules.Edward Tomasz Napierala2016-05-241-2/+2
* Provide a way for ICL modules to declare they support PIM_UNMAPPED.Edward Tomasz Napierala2016-05-211-0/+1
* Extend the ICL interface to include the PDU pointer in the task_setupEdward Tomasz Napierala2016-05-171-2/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* cxgbei: Hardware accelerated iSCSI target and initiator for TOE capableNavdeep Parhar2015-12-265-0/+2828