summaryrefslogtreecommitdiff
path: root/usr/netlink.c
Commit message (Expand)AuthorAgeFilesLines
* Change include of <sys/poll.h> to <poll.h>Lee Duncan2020-04-021-1/+1
* Fix 586 compiler issues.Lee Duncan2020-01-291-1/+1
* Enabled compiler checking options, fixed issues.Lee Duncan2020-01-281-4/+4
* Better error message and failure if netlink socket fails.Scott Moser2018-09-191-2/+4
* Additional spelling fixesChristian Seiler2016-09-181-2/+2
* Spelling and escaping error fixes.Ritesh Raj Sarraf2015-06-051-1/+1
* Remove duplicate newlines in log messages.Lee Duncan2015-04-031-11/+11
* guard against NULL ptr during discovery from unexpected eventChris Leech2015-01-161-0/+4
* Fix build warnings for unused variablesAndy Grover2014-11-111-2/+1
* Fix StatSN in Open-iSCSI Stack.John Soni Jose2014-03-291-0/+3
* iscsid: Fix handling of iscsi async events.Mike Christie2014-03-141-1/+1
* iscsi_tool: Add offload host statistics support.Lalit Chandivade2013-12-221-0/+47
* iscsiadm: Add support to set CHAP entry using host chap modeAdheer Chandravanshi2013-12-221-0/+25
* From: Adheer Chandravanshi <adheer.chandravanshi@qlogic.com>Mike Christie2013-05-281-1/+170
* iscsiadm: print ping status stringMike Christie2012-03-061-5/+5
* iscsi tools: fix conn state compilation warningsMike Christie2012-03-061-3/+2
* iscsi tools: Add support to display a host's CHAP list and deleteMike Christie2012-03-061-0/+80
* iscsi tools: added ping supportMike Christie2012-03-061-0/+165
* iscsi tools: update iscsi_if.h for host eventMike Christie2012-03-061-0/+18
* iscsi tools: fix netlink msg setupMike Christie2011-10-061-1/+15
* iscsi tools: manage qla4xxx iscsi sessions with iscsiadmLalit Chandivade2011-08-141-1/+35
* iscsiadm: add netconfig supportLalit Chandivade2011-08-141-49/+119
* iscsi tools: fix netlink bug allocationMike Christie2011-04-011-8/+20
* iscsid: modify data dropMike Christie2011-01-311-18/+6
* Use pass through interface for sendtargets (take4) Currenly offload cards lik...Mike Christie2011-01-311-33/+87
* fix some spelling errors reported by lintianRitesh Raj Sarraf2010-02-251-1/+1
* iscsid: fix iferror log messageMike Christie2009-11-101-11/+15
* iscsid: fix unknown kernel event handlingMike Christie2009-05-181-1/+5
* bind offloaded connection to portMike Christie2009-05-101-2/+9
* iscsid: don't print enosys errors.Mike Christie2008-06-131-1/+12
* pass ep to session creationMike Christie2008-05-191-9/+18
* Revert Release-transport-entry-when-the-transport-is-unload.patchMike Christie2008-05-191-10/+0
* Fix ep_disconnect handling of invalid epMike Christie2008-04-261-3/+5
* Release transport entry when the transport is unloadedMike Christie2008-04-261-0/+10
* add SIGTERM iscsid handler and iscsiadm command to stop iscsidMike Christie2007-10-291-2/+2
* fast logout in userspace.Mike Christie2007-09-111-1/+1
* mv nop handling to kernelMike Christie2007-08-271-1/+0
* fix shutdownMike Christie2007-08-271-26/+46
* rm queue.c usageMike Christie2007-06-221-26/+24
* fix lots of leaksmnc2007-05-051-4/+6
* Rename iface.name to iface.hwaddress and make transport name part of the ifac...mnc2007-04-241-8/+74
* use kernel list functions in almost all places (not queue.c yet), and fix som...mnc2007-04-241-14/+7
* make can_queue and cmd_per_lun settable in node dbmnc2007-04-241-0/+3
* again with the root boot stuff :) For root boot, the user may not be using a ...mnc2007-04-241-0/+4
* add the ability to control which hw resources a session or iscsiadm op is bou...mnc2007-04-241-0/+39
* check some iscsi and initiator settings before use and drop down to defaults ...mnc2007-02-211-2/+2
* used tool from patman to strip trailing white spacesmnc2006-11-281-3/+3
* add -m session --info commandmnc2006-11-221-1/+2
* if multiple transports are loaded we try to sync sessions multple times due t...mnc2006-09-061-96/+10
* add support for broadcast eventsmnc2006-07-101-1/+1