aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iscsi/icl_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* Rename icl_proxy.c to icl_soft_proxy.c, to make it clear it's a partEdward Tomasz Napierala2016-05-171-375/+0
* Add icl_conn_connect() ICL method, required for iSER.Edward Tomasz Napierala2016-05-171-16/+3
* Make ICL_KERNEL_PROXY compilable.Edward Tomasz Napierala2016-05-171-30/+15
* Use proper include paths in kernel iSCSI code.Edward Tomasz Napierala2014-08-211-1/+1
* Make the iSCSI stack use __FBSDID() properly.Edward Tomasz Napierala2014-08-211-1/+3
* Properly pass the initiator address when running in proxy mode.Edward Tomasz Napierala2014-04-161-2/+3
* Properly identify target portal when running in proxy mode. While here,Edward Tomasz Napierala2014-04-161-8/+11
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Bring in the new iSCSI target and initiator.Edward Tomasz Napierala2013-09-141-0/+397