aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iser/icl_iser.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-231-1/+0
* iscsi: Fetch limits based on a socket rather than assuming global limits.John Baldwin2022-11-101-1/+1
* iscsi: Handle unmapped I/O requests.John Baldwin2022-05-111-0/+24
* iser: Fix check for opcodes in iser_conn_pdu_append_data.John Baldwin2022-05-111-2/+4
* iser: Remove redundant linuxkpi MODULE_DEPENDKa Ho Ng2021-11-241-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Merge ^/head r325999 through r326131.Hans Petter Selasky2017-11-231-3/+8
|\
| * Make sure the iSCSI I/O limits are set properly so that the ISCSIDSEND IOCTLHans Petter Selasky2017-11-231-0/+4
| * Make sure all initialized mutexes are destroyed in the iser module,Hans Petter Selasky2017-11-211-3/+4
* | Update iser backend code to use new ibcore APIs.Hans Petter Selasky2017-11-161-1/+1
|/
* Make the iSCSI parameter negotiation more flexible.Navdeep Parhar2016-08-251-2/+2
* Fix crash on removal of an unconnected iSER session.Edward Tomasz Napierala2016-05-261-0/+3
* Make iser(4) buildable again by adjusting it for the recent changesEdward Tomasz Napierala2016-05-261-39/+18
* Bring in the Mellanox implementation of iSER (iSCSI over RDMA) initiator,Edward Tomasz Napierala2016-05-261-0/+582