summaryrefslogtreecommitdiff
path: root/sys/dev/iser
AgeCommit message (Expand)Author
2024-09-03iser(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2022-09-28Fix various places which cast a pointer to a uint64_t or vice versa.John Baldwin
2022-04-18iscsi: Fetch limits based on a socket rather than assuming global limits.John Baldwin
2022-03-10iscsi: Handle unmapped I/O requests.John Baldwin
2022-03-10iser: Fix check for opcodes in iser_conn_pdu_append_data.John Baldwin
2021-11-15iser: Remove redundant linuxkpi MODULE_DEPENDKa Ho Ng
2021-07-12ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2017-11-23Merge ^/head r325999 through r326131.Hans Petter Selasky
2017-11-23Make sure the iSCSI I/O limits are set properly so that the ISCSIDSEND IOCTLHans Petter Selasky
2017-11-23The __internal_mr is freed as part of the protection domain, pd.Hans Petter Selasky
2017-11-21Make sure all initialized mutexes are destroyed in the iser module,Hans Petter Selasky
2017-11-16Update iser backend code to use new ibcore APIs.Hans Petter Selasky
2016-08-25Make the iSCSI parameter negotiation more flexible.Navdeep Parhar
2016-05-27Fix build on i386.Edward Tomasz Napierala
2016-05-26Fix crash on removal of an unconnected iSER session.Edward Tomasz Napierala
2016-05-26Make iser(4) buildable again by adjusting it for the recent changesEdward Tomasz Napierala
2016-05-26The taskqueue_enqueue_fast() was removed in r296272.Edward Tomasz Napierala
2016-05-26Bring in the Mellanox implementation of iSER (iSCSI over RDMA) initiator,Edward Tomasz Napierala