summaryrefslogtreecommitdiff
path: root/usr/io.c
Commit message (Expand)AuthorAgeFilesLines
* Change include of <sys/poll.h> to <poll.h>Lee Duncan2020-04-021-1/+1
* Enabled compiler checking options, fixed issues.Lee Duncan2020-01-281-6/+14
* Fix undefined call to writev(): include <sys/uio.h>Lee Duncan2017-12-021-0/+1
* iscsi_tcp set SO_LINGER to abort connection for error handlingChris Leech2016-04-121-0/+15
* Remove duplicate newlines in log messages.Lee Duncan2015-04-031-5/+5
* iscsid: remove DCB supportMike Christie2012-03-221-120/+2
* iscsi tools: manage qla4xxx iscsi sessions with iscsiadmLalit Chandivade2011-08-141-4/+2
* Revise bind_conn_to_iface logicJim Ramsay2011-08-021-7/+9
* iscsid: Add IEEE DCB supportMark Rustad2011-06-271-1/+1
* Remove redundant initializationMark Rustad2011-04-071-1/+1
* iscsi tools: Don't try to bind offload EPs to socketsMike Christie2011-04-021-0/+3
* iscsid: Fix netdev checkMark Rustad2011-03-311-1/+1
* Add initial DCB supportMark Rustad2011-02-151-2/+121
* iscsi tools: fix iscsiadm exit codesMike Christie2011-01-311-7/+5
* Use pass through interface for sendtargets (take4) Currenly offload cards lik...Mike Christie2011-01-311-22/+25
* iscsi tools: nic setup cleanupMike Christie2010-01-151-1/+1
* iscsi tools: merge functions to get net iface name from mac addressMike Christie2010-01-151-63/+1
* iscsid: disable bind by ipaddress support for iscsi_tcpMike Christie2009-05-201-5/+20
* iscsid: Fix up connection failed messagesMike Christie2009-02-071-3/+9
* iscsi tools: convert from strncpy to strlcpyMike Christie2009-02-071-3/+4
* break up iface code and add default iser, tcp/default and bnx2i ifacesMike Christie2008-04-201-0/+1
* Fix handling of data ending on segment boundariesMike Christie2008-03-141-1/+1
* uclibc supportMike Christie2008-02-201-36/+16
* fix PAD_WORD_LEN compile errorsMike Christie2007-09-291-5/+5
* rm extra includesMike Christie2007-06-231-7/+0
* rm conn fn pointers to ipc fnsMike Christie2007-06-221-18/+18
* rm queue.c usageMike Christie2007-06-221-11/+3
* Support bind by hw address or netdev (ip address is temp disabled because tar...mnc2007-05-301-22/+241
* Rename iface.name to iface.hwaddress and make transport name part of the ifac...mnc2007-04-241-3/+6
* use kernel list functions in almost all places (not queue.c yet), and fix som...mnc2007-04-241-2/+2
* add the ability to control which hw resources a session or iscsiadm op is bou...mnc2007-04-241-0/+23
* used tool from patman to strip trailing white spacesmnc2006-11-281-1/+1
* we need to to a getsockopt after successull polls to see the network return v...mnc2006-05-201-19/+31
* debugged by Ming and Rohan: for normal session logins we should be incrementi...mnc2006-04-271-84/+64
* from ogerlitz@voltaire.com: iscsi_io_tcp_poll was silently closing the socket...mnc2006-04-271-2/+0
* from ogerlitz@voltaire.com: add ep callbacksmnc2006-04-131-8/+18
* cleanup timers on destroy/cleanup also remove pdu timer when pdu send failsmnc2006-03-091-1/+2
* from hannes and cleaned up and ported by mike - add iscsid sync up code. (Als...mnc2006-03-031-21/+19
* from hare@suse.de: This patch removes the handles for kernel-userspace commun...mnc2006-02-131-5/+6
* Tomof: nodelay + msg_more performance fix on small number of threadsdmitry_yus2005-08-081-1/+1
* FUJITA Tomonori: added IPv6 support (user land)aaizman2005-07-261-32/+73
* removing __KERNEL__ from iscsi_proto.hdmitry_yus2005-05-051-0/+1
* initial freebsd user-space supportdmitry_yus2005-05-021-0/+1
* Christoph:dmitry_yus2005-04-191-2/+2
* kernel ipc cleanup. added and implemented iscsi_ipc callback structuredmitry_yus2005-04-091-17/+32
* enable Nagle algo.dmitry_yus2005-04-051-1/+1
* initial scsi_transport_iscsi implementation,dmitry_yus2005-03-231-5/+2
* more cleanups all over...open-iscsi2005-02-181-3/+3
* pdu send timer, serialize netlinkopen-iscsi2005-02-171-0/+2
* Linux AF_NETLINK implementedopen-iscsi2005-02-161-15/+13