summaryrefslogtreecommitdiffstats
path: root/sys/dev/iscsi
Commit message (Expand)AuthorAgeFilesLines
* MFC r264544:trasz2014-05-071-63/+65
* MFC r264538:trasz2014-05-071-1/+0
* MFC r264537:trasz2014-05-071-1/+4
* MFC r264536:trasz2014-05-072-31/+0
* MFC r264530:trasz2014-05-072-4/+7
* MFC r264526:trasz2014-05-072-16/+21
* MFC r264525:trasz2014-05-071-0/+4
* MFC r263740:trasz2014-05-072-24/+34
* MFC r264163:trasz2014-05-071-3/+4
* MFC r264122:trasz2014-05-072-37/+169
* MFC r264110:trasz2014-05-072-9/+9
* MFC r264109:trasz2014-05-074-27/+27
* MFC r264026:trasz2014-05-071-4/+1
* MFC r264025:trasz2014-05-071-11/+29
* MFC r264023:trasz2014-05-073-5/+9
* MFC r264022:trasz2014-05-073-13/+20
* MFC r263743:trasz2014-05-072-0/+10
* MFC r263742:trasz2014-05-071-2/+2
* MFC r260389:trasz2014-02-111-2/+2
* MFC r260083:trasz2014-02-111-2/+2
* MFC r259183:trasz2013-12-131-0/+12
* MFC r258790:trasz2013-12-041-3/+5
* 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
OpenPOWER on IntegriCloud