summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* iscsi mod: sync up kernel modules with 2.6.29Mike Christie2009-01-211-2/+5
* iscsi modules: fix compilationMike Christie2008-11-271-0/+2
* fwparam: rm unused filepath argumentMike Christie2008-11-261-1/+1
* ibft: add support to use iscsi_ibft module and log into all portals found in ...Mike Christie2008-11-263-9/+121
* iscsi_tcp: return a descriptive error value during connection errorsMike Christie2008-09-251-0/+1
* handle ISCSI_ERR_INVALID_HOSTMike Christie2008-09-251-0/+1
* Sync kernel modules to scsi-misc for 2.6.27.Mike Christie2008-06-132-9/+6
* pass ep to session creationMike Christie2008-05-191-0/+7
* Revert Release-transport-entry-when-the-transport-is-unload.patchMike Christie2008-05-191-1/+0
* Release transport entry when the transport is unloadedMike Christie2008-04-261-0/+1
* iscsi class/if kernel: add ifacename attrMike Christie2008-04-201-36/+41
* The session age mask is only 4 bits, but session->age is 32. WhenMike Christie2008-02-211-2/+2
* sync with upstreamMike Christie2007-09-292-2/+13
* mv nop handling to kernelMike Christie2007-08-271-0/+11
* fix shutdownMike Christie2007-08-271-0/+7
* add device reset support and fix some scsi eh bugs.Mike Christie2007-08-141-0/+2
* fix DefaultTime2Wait handling and fix libiscsi null ptr ref.Mike Christie2007-08-131-0/+2
* Finish hooking into toolMike Christie2007-07-251-6/+6
* hook fw programs into iscsi toolsMike Christie2007-07-251-0/+46
* Support bind by hw address or netdev (ip address is temp disabled because tar...mnc2007-05-301-0/+3
* print local addressmnc2007-05-051-0/+2
* Rename iface.name to iface.hwaddress and make transport name part of the ifac...mnc2007-04-241-0/+2
* make can_queue and cmd_per_lun settable in node dbmnc2007-04-241-0/+2
* again with the root boot stuff :) For root boot, the user may not be using a ...mnc2007-04-241-0/+9
* For now we are not going to be able to settle on a way to force each iscsi st...mnc2007-04-241-0/+2
* export session's or hba's hw address from kernelmnc2007-04-241-0/+14
* check some iscsi and initiator settings before use and drop down to defaults ...mnc2007-02-211-1/+11
* compile fix ups from endien patchmnc2007-02-201-0/+15
* from al viro: use endien valuesmnc2007-02-191-19/+27
* used tool from patman to strip trailing white spacesmnc2006-11-281-1/+1
* revert use aligned_u64 patch. upstream wants a compat layer to go with itmnc2006-10-051-7/+7
* fix 32 bit up and 64 bit kern by using alinged_u64mnc2006-09-191-7/+7
* This patch adds or modifies the transport class functions used to notify user...mnc2006-07-101-18/+5
* Add target discovery event. We may have a setup where the iscsi traffic is on...mnc2006-07-101-0/+37
* fix term state. when closing the session we do not want to queue any more com...mnc2006-05-201-1/+0
* update version numbersmnc2006-05-191-2/+0
* debugged by Ming and Rohan: for normal session logins we should be incrementi...mnc2006-04-271-0/+2
* from ogerlitz@voltaire.com: add ep callbacksmnc2006-04-131-1/+18
* add libiscsi: move duplicated code in iscsi_iser and iscsi_tcp to new lib fun...mnc2006-04-021-1/+2
* add basic iscsi block functionality. The open-iscsi replacement_timeout is th...mnc2006-03-031-0/+2
* add sysfs attrs need so iscsid can sync up after a restartmnc2006-03-031-16/+48
* from hare@suse.de: This patch removes the handles for kernel-userspace commun...mnc2006-02-131-14/+23
* pass iscsi_cls struct between class and LLD or iscsi_transportmnc2006-01-171-3/+0
* sync upstream with svnmnc2006-01-171-0/+2
* rm rdma code and sync upstream driver with svn and update usrspace to work wi...mnc2006-01-101-2/+1
* seperate netlink from session and connection creation functions and fix sysfs...mnc2006-01-101-0/+4
* Alex Nezhinsky: login extensions for RDMA transportsdmitry_yus2005-09-231-1/+2
* Hannes Reinecke: fix iscsi_proto.h so that iscsitarget could use itaaizman2005-08-221-13/+15
* Mike: This is just some iscsi_proto.h cleanups andaaizman2005-08-171-12/+33
* Mike: remove the ISCSI_TRANSPORT_MAX limitation from the kernel using sysfsdmitry_yus2005-05-261-13/+2