summaryrefslogtreecommitdiffstats
path: root/sys/dev/iscsi
Commit message (Expand)AuthorAgeFilesLines
...
* MFC r257061:trasz2013-10-291-14/+12
* Properly handle residual count in Data-In PDUs with S bit set.trasz2013-10-091-12/+33
* Be extra paranoid with values obtained from the target.trasz2013-10-091-8/+26
* Fail connection upon receiving too large data segment.trasz2013-10-091-0/+1
* Fix NOP-In/NOP-Out payload handling. Previous way didn't work at all; fortun...trasz2013-10-091-6/+36
* Don't leak memory when removing an unconnected session, and remove uselesstrasz2013-10-042-3/+4
* As it turns out, when MOD_LOAD handler returns error, kernel calls MOD_UNLOADtrasz2013-09-241-11/+7
* Don't use M_WAITOK when running from context where sleeping is prohibited,trasz2013-09-231-1/+5
* Add some spare fields to structs used by the new iSCSI stack - some justtrasz2013-09-201-0/+14
* Fix several problems in the new iSCSI stack; this includes interoperabilitytrasz2013-09-182-11/+27
* Bring in the new iSCSI target and initiator.trasz2013-09-147-0/+4724
* Move the old iSCSI initiator source to a more appropriate placetrasz2013-08-228-4726/+0
* MFprojects/camlock r248982:mav2013-04-141-1/+1
* Finish r243882: mechanically substitute flags from historic mbufglebius2013-03-121-3/+3
* Merge Capsicum overhaul:pjd2013-03-021-2/+2
* Revert previous commit...kevlo2012-10-101-3/+3
* Prefer NULL over 0 for pointerskevlo2012-10-091-3/+3
* Update to version 2.3.1.0jpaetzel2012-04-134-13/+128
* Remove direct access to si_name.ed2012-02-101-2/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-072-2/+2
* Remove MALLOC_DECLAREs of nonexisting malloc-pools.ed2011-11-061-1/+0
* Do not ignore block offsets.kib2011-10-101-0/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-1/+6
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-2/+3
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-3/+3
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-6/+3
* Remove the freelist, which simply duplicates some of the zone allocator'sdes2010-09-022-31/+2
* Do not use %z to print a time_t. Fixes build on architectures where time_tjhb2010-08-111-2/+2
* - Add full support for header / data digests.des2010-08-098-780/+767
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Fix iSCSI initiator and vpo driver operation, broken by CAM changes.mav2009-08-181-0/+2
* Change the type of uio_resid member of struct uio from int to ssize_t.kib2009-06-251-3/+3
* This commit fixes the issue with alias_sctp.c. Norrs2009-02-141-91/+1
* Big update to the iSCSI initiator code. Highlights include IPv6 support,scottl2008-11-258-231/+584
* Replace all calls to minor() with dev2unit().ed2008-09-272-9/+9
* Record the dependency of the iscsi initiator on cam.antoine2008-04-201-0/+1
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-3/+3
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-202-4/+4
* Introduce Danny Braniss' iSCSI initiator, version 2.0.99. Please read thescottl2007-07-248-0/+4384
OpenPOWER on IntegriCloud