summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* version advanced to 0.3, minor macros cleanupdmitry_yus2005-04-221-2/+2
* Christoph:dmitry_yus2005-04-141-112/+118
* kernel ipc cleanup. added and implemented iscsi_ipc callback structuredmitry_yus2005-04-091-6/+10
* IPC via netlink + mempool_zones initial implementationdmitry_yus2005-03-312-3/+2
* transport register/unregister path cleanup,dmitry_yus2005-03-263-59/+91
* new api get_param(). used in iscsi transport classdmitry_yus2005-03-241-7/+10
* >2TB supportdmitry_yus2005-03-231-0/+1
* initial scsi_transport_iscsi implementation,dmitry_yus2005-03-232-4/+16
* Mike's finding of protocol cmd_rsp structure violation fix.dmitry_yus2005-03-181-1/+1
* cleanup comments of Matt Mackall implementeddmitry_yus2005-03-162-21/+21
* version changed to 0.2dmitry_yus2005-03-151-2/+2
* do not close session on bad cmd_rsp() from target.dmitry_yus2005-03-111-17/+16
* ERL=0 initial supportdmitry_yus2005-03-102-1/+9
* more accurate error reportingopen-iscsi2005-03-051-0/+1
* more fixes for ERL=0open-iscsi2005-03-011-1/+2
* sleep for recover in eh_abortopen-iscsi2005-03-011-9/+9
* Mike's patches:open-iscsi2005-02-261-49/+49
* ERL=0 in kernel supportopen-iscsi2005-02-262-6/+10
* using uint32_t in transport interface,open-iscsi2005-02-232-17/+18
* 32bit/64bit interoperability interface fixopen-iscsi2005-02-222-22/+21