aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iscsi_initiator
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-2/+2
* iscsi: clean up empty lines in .c and .h filesMateusz Guzik2020-09-013-5/+3
* Don't run strcmp() against strings stored in user memory.John Baldwin2020-04-271-4/+13
* Fix build.Xin LI2020-03-012-4/+4
* Remove support for FreeBSD 4-7 from the iscsi initiator.Warner Losh2020-03-016-210/+6
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-5/+5
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-0/+1
* Include eventhandler.h in more compilation unitsConrad Meyer2019-05-211-0/+3
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-278-0/+16
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-091-8/+6
* Use getsock_cap() instead of deprecated fgetsock().Gleb Smirnoff2017-01-132-12/+5
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* iscsi_initiator: make logout_req::reason unsigned charEd Maste2016-08-301-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-033-3/+3
* iscsi_initiator(4): Fix use-after-free, double-freeConrad Meyer2016-04-261-2/+0
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-015-0/+5
* Use sysctl_handle_string() and the sbuf printf routines instead of largeIan Lepore2015-03-141-46/+21
* 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