aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iscsi/icl.c
Commit message (Expand)AuthorAgeFilesLines
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-5/+0
* Close the race in older code, that caused connection stuck after r264348.Alexander Motin2014-04-161-7/+11
* Fix typo.Edward Tomasz Napierala2014-04-161-1/+1
* Remove unused val argument value from SYSCTL_INT() calls.Alexander Motin2014-04-111-5/+5
* Improve use of socket buffer upcalls.Alexander Motin2014-04-111-6/+21
* Remove hack to pass STAILQ to a function and do it properly instead.Edward Tomasz Napierala2014-04-051-3/+4
* Rework the iSCSI PDU transmit code to avoid lock contention and coalesceEdward Tomasz Napierala2014-04-041-37/+168
* All the iSCSI sysctls are also tunables; advertise that.Edward Tomasz Napierala2014-04-041-4/+4
* We don't need TAILQ for iSCSI PDUs; STAILQ is enough.Edward Tomasz Napierala2014-04-041-9/+9
* Fix build, broken by r264025.Edward Tomasz Napierala2014-04-021-2/+2
* Enable a KASSERT.Edward Tomasz Napierala2014-04-011-4/+1
* Get rid of the "autoscaling", instead just set socket buffer sizesEdward Tomasz Napierala2014-04-011-11/+29
* Instead of "icltx" and "iclrx", use thread names with prefix from upperEdward Tomasz Napierala2014-04-011-3/+6
* Get rid of ICL lock; use upper-layer (initiator or target) lock instead.Edward Tomasz Napierala2014-04-011-10/+17
* Move the ic_outstanding_count under #ifdef DIAGNOSTIC.Edward Tomasz Napierala2014-03-251-0/+8
* Use a less unusual syntax in debug printfs.Edward Tomasz Napierala2014-03-251-7/+10
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Fix a rare "truncated checksums" problem, which manifested like this:Edward Tomasz Napierala2014-01-071-2/+2
* Fix extremely slow operation with data digests enabled. This was causedEdward Tomasz Napierala2013-12-301-2/+2
* Don't spin with mutex hold when there is not enough room in the send socketEdward Tomasz Napierala2013-10-241-14/+12
* Fail connection upon receiving too large data segment.Edward Tomasz Napierala2013-10-091-0/+1
* Don't leak memory when removing an unconnected session, and remove uselessEdward Tomasz Napierala2013-10-041-2/+3
* Bring in the new iSCSI target and initiator.Edward Tomasz Napierala2013-09-141-0/+1292