summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use system-wide open-isns, not internal version.Lee Duncan2015-08-245-20/+13
* Merge pull request #9 from xypron/kernel_source_pathmikechristie2015-08-041-1/+1
|\
| * Kernel include pathHeinrich Schuchardt2015-01-191-1/+1
* | Merge pull request #8 from dscunkel/mastermikechristie2015-08-041-1/+1
|\ \
| * | Fix typo in man page.Christopher Unkel2014-10-031-1/+1
* | | Merge pull request #11 from deepankar/mastermikechristie2015-08-041-1/+1
|\ \ \
| * | | fix typoKamalneet Singh2015-08-041-1/+1
|/ / /
* | | iscsiuio: Correct the handling of Multi Function modeAdheer Chandravanshi2015-06-161-7/+16
* | | Reformat man page synopsis sectionsChristian Seiler2015-06-052-18/+166
* | | Spelling and escaping error fixes.Ritesh Raj Sarraf2015-06-054-10/+10
* | | Remove outdated Debian packaging code.Christian Seiler2015-06-0511-319/+0
* | | buildsys: respect CFLAGS and LDFLAGS from the outsideChristian Seiler2015-06-056-12/+26
* | | buildsys: make 'make clean' idempotentChristian Seiler2015-06-051-3/+4
* | | Fix small typo in iscsid.confSalvatore Bonaccorso2015-05-261-1/+1
* | | Fix iBFT target flags check.Lee Duncan2015-04-031-1/+1
* | | Remove duplicate newlines in log messages.Lee Duncan2015-04-0323-251/+252
* | | iscsid: don't re-read config file for every session logoutChris Leech2015-03-023-5/+8
* | | iscsid safe session logoutChris Leech2015-03-025-2/+248
* | | Add some more debug logging to actor.cAndy Grover2015-03-021-5/+19
* | | Prevent spinning over poll() when reconnecting to an inaccessible targetAndy Grover2015-03-021-5/+4
* | | Fix incorrect list operation leading to out-of-order items on pend_listAndy Grover2015-03-021-1/+2
| |/ |/|
* | iscsiuio systemd socket activation supportChris Leech2015-01-161-0/+28
* | iscsiuio CFLAGS fixesChris Leech2015-01-161-1/+1
* | iscsid: fix order of setting uid/gid and drop supplementary groupsChris Leech2015-01-161-4/+19
* | add discovery as a valid mode in iscsiadm.8Chris Leech2015-01-161-6/+6
* | guard against NULL ptr during discovery from unexpected eventChris Leech2015-01-161-0/+4
* | Allow setting host params to return EAGAIN errors.Lee Duncan2015-01-121-2/+3
* | Supply strings for newly-added error numbersLee Duncan2015-01-121-0/+2
* | fix regression in iscsi_tcp iface bindingChris Leech2015-01-123-14/+23
* | Wake up to reap childrenAndy Grover2015-01-121-3/+5
* | Make running actors event-drivenAndy Grover2015-01-126-156/+190
* | Remove actor_init and rename actor_new to actor_initAndy Grover2015-01-125-17/+9
* | actor: Simplify actor_poll a littleAdam Jackson2015-01-121-18/+2
* | actor: Unobfuscate ACTOR_MAX_LOOPSAdam Jackson2015-01-122-2/+1
* | actor: Remove ACTOR_TICKS_10MS()Adam Jackson2015-01-121-3/+1
* | actor: s/ACTOR_TICKS/actor_jiffies/Adam Jackson2015-01-121-4/+3
* | actor: simplify actor_checkAdam Jackson2015-01-121-11/+4
* | actor: Mark actor_check staticAdam Jackson2015-01-121-1/+1
* | Allow modifications for iface.gateway and iface.subnet_maskHannes Reinecke2014-11-141-4/+2
* | fwparam_ibft: Check iBFT target and NIC flagsHannes Reinecke2014-11-142-0/+26
* | Represent DHCP "origin" as an enum, not a string.Hannes Reinecke2014-11-143-5/+14
* | Code cleanup: no functional changesHannes Reinecke2014-11-143-7/+8
* | iscsiuio: Check return value from nic_queue_tx_packetAndy Grover2014-11-111-1/+5
* | iscsiuio: Remove set but unused variablesAndy Grover2014-11-114-15/+2
* | iscsiuio: Change nic_disable to return voidAndy Grover2014-11-112-5/+13
* | iscsiuio: Use attribute(unused) for *icmpv6_hdrAndy Grover2014-11-111-1/+1
* | iscsiuio: Use attribute(unused) for variables that are unused but neededAndy Grover2014-11-112-2/+2
* | iscsiuio: Fix aliasing issue with IPV6_IS_ADDR_UNSPECIFIEDAndy Grover2014-11-111-26/+5
* | iscsiuio: Resolve strict aliasing issue in iscsiuio/src/unix/nic.cAndy Grover2014-11-111-2/+4
* | iscsiuio: Fix strict-aliasing warning with struct mac_addressAndy Grover2014-11-113-6/+10