| Age | Commit message (Expand) | Author |
| 2016-06-15 | Work around an issue with MSG_WAITALL that would block for too long by | mlelstv |
| 2016-06-15 | Remove throttling code, instead signal scsipi layer to reduce the openings | mlelstv |
| 2016-06-15 | drop unused debug helper routine | mlelstv |
| 2016-06-15 | Fix field name in response pdu. | mlelstv |
| 2016-06-05 | use correct comparison of serial numbers | mlelstv |
| 2016-06-05 | Don't resume throttled CCBs when connection is terminating, except for | mlelstv |
| 2016-06-05 | Handle freeing of PDU when referencing CCB is freed. | mlelstv |
| 2016-06-05 | More debug output. Dump pending CCBs when cleaning up. | mlelstv |
| 2016-06-05 | more debug output | mlelstv |
| 2016-06-05 | acquire session lock when changing throttling queue | mlelstv |
| 2016-06-05 | wrong assertion. | mlelstv |
| 2016-06-05 | Need session mutex to read serial number. | mlelstv |
| 2016-06-05 | initialize before check. | mlelstv |
| 2016-06-05 | appease compiler | mlelstv |
| 2016-06-05 | Add missing mutex_exit(). | mlelstv |
| 2016-06-05 | ensure that timeout counter is cleared when ccb is (re-)used. | mlelstv |
| 2016-06-05 | Whitespace, braces. | mlelstv |
| 2016-06-05 | Replace the simple tag counter with the command tag coming down from scsipi. | mlelstv |
| 2016-06-05 | No need to acquire KERNEL_LOCK when entering network code. | mlelstv |
| 2016-06-05 | Keep 1 CCB free for private use. This avoids frequent recovery in scsipi when | mlelstv |
| 2016-06-05 | Make PDU init routines record serial number in CCB too. | mlelstv |
| 2016-06-05 | Fix locking for pdu flags here, in particular PDUF_INQUEUE. | mlelstv |
| 2016-06-05 | Handle ExpCmdSN and MaxCmdSN updates as specified. Don't compare | mlelstv |
| 2016-06-05 | Fix serial number check and account for commands in flight to avoid | mlelstv |
| 2016-06-05 | Tear down sysctls only after detaching children. This lets you enable | mlelstv |
| 2016-06-05 | ignore invalid ITT | mlelstv |
| 2016-06-05 | Whitespace | mlelstv |
| 2016-06-05 | When stopping a callout, wait until the cleanup thread has processed them. | mlelstv |
| 2016-06-05 | More debugging output, changed debug levels for some. | mlelstv |
| 2016-06-03 | use sernum handling function | mlelstv |
| 2016-06-03 | fix debug message | mlelstv |
| 2016-06-01 | don't sleep in run_xfer path. | mlelstv |
| 2016-06-01 | refactor callouts | mlelstv |
| 2016-06-01 | factor out sernum handling. | mlelstv |
| 2016-06-01 | close session when last connection is removed. | mlelstv |
| 2016-05-29 | Several improvements to the ISCSI driver. | mlelstv |
| 2015-12-24 | fix amd64/conf/ALL build failure | knakahara |
| 2015-09-19 | Use value *before* freeing it. Found by brainy, reported by maxv. | dholland |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-05-30 | Create a per-device state for iscsi(4), effectively making it a cloning | joerg |
| 2015-05-30 | Save space by making ack flag booleans. | joerg |
| 2015-05-30 | Inline SET_CCB_TIMEOUT and SET_CONN_TIMEOUT | joerg |
| 2015-05-30 | Remove ISCSI_PERFTEST. | joerg |
| 2015-05-30 | Remove ISCSI_TEST_MODE and corresponding dev/iscsi_test.h header. | joerg |
| 2015-05-15 | Don't pre-compute string sizes in a relatively cold function. | joerg |
| 2015-05-15 | Drop conditional support for writing large numbers as hex. | joerg |
| 2015-05-15 | Remove conditionals for NetBSD before 4.0. | joerg |
| 2015-05-03 | Make sure callout is halted, not just stopped, before freeing memory. | joerg |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2015-04-12 | ISCSI_DEBUG needs a value, so make it a param. | joerg |