aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iscsi_initiator
Commit message (Expand)AuthorAgeFilesLines
* To ease changes to underlying mbuf structure and the mbuf allocator, reduceRobert Watson2015-01-051-2/+2
* Fix old iSCSI initiator to work with new CAM locking.Alexander Motin2014-09-301-19/+14
* Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchGleb Smirnoff2014-07-111-1/+1
* All mbuf external free functions never fail, so let them be void.Gleb Smirnoff2014-07-111-2/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-7/+4
* Revert r267961, r267973:Glen Barber2014-06-271-4/+7
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-7/+4
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-301-5/+5
* Improve error handling in the old initiator, preventing panic on attemptEdward Tomasz Napierala2013-09-241-9/+14
* Prevent "lock (iscsi) sx does not match earlier (sleep mutex) lock" panicEdward Tomasz Napierala2013-09-231-1/+1
* Bring in the new iSCSI target and initiator.Edward Tomasz Napierala2013-09-141-3/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-2/+5
* Give (*ext_free) an int return value allowing for very sophisticatedAndre Oppermann2013-08-251-1/+2
* Add an mbuf pointer parameter to (*ext_free) to give the externalAndre Oppermann2013-08-241-1/+1
* Move the old iSCSI initiator source to a more appropriate placeEdward Tomasz Napierala2013-08-228-0/+4726