summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* comments in the iscsi_tcp.haaizman2005-05-261-1/+1
* trans_list() event brings per-transport caps_mask. daemon respects those bits.dmitry_yus2005-05-251-0/+2
* Mike: rm iscsi_iftrans.h and move include of scsi_transport_iscsi.hdmitry_yus2005-05-231-84/+0
* Mike: merge iscsi_ifev.h and iscsi_if.hdmitry_yus2005-05-222-122/+98
* Mike: do copyright per linedmitry_yus2005-05-224-4/+8
* fixed limitation on number of scattered PDUs across SKBs. Discovered by Harald.dmitry_yus2005-05-211-2/+1
* disable markers in capabilitiesdmitry_yus2005-05-071-0/+1
* Mike: big snx to session, cnx to conn renaming!dmitry_yus2005-05-063-50/+50
* fix unsigned long to uint64_t alignment for shared .h filesdmitry_yus2005-05-062-2/+2
* removing __KERNEL__ from iscsi_proto.hdmitry_yus2005-05-051-6/+0
* SNMP and Extended statistics implementeddmitry_yus2005-05-043-1/+59
* get rid of control plane's handles.dmitry_yus2005-04-272-19/+16