summaryrefslogtreecommitdiff
path: root/iscsiuio
Commit message (Expand)AuthorAgeFilesLines
...
* iscsiuio: Release xmit_mutex in error code path.Manish Rangankar2018-08-141-0/+1
* iscsiuio: Add inter-host mutex while doing xmitManish Rangankar2018-06-294-8/+51
* Fix iscsiuio segfault when shutting down.Lee Duncan2018-05-311-1/+2
* Merge pull request #94 from gonzoleeman/gcc-8-fixesLee Duncan2018-03-221-1/+1
|\
| * Use correct size when copying nic name.Lee Duncan2018-03-211-1/+1
* | Merge pull request #89 from kraj/kraj/musl-fixesLee Duncan2018-03-222-2/+5
|\ \ | |/ |/|
| * bnx2x.c: Reorder the includes to avoid duplicate defines with muslKhem Raj2018-03-211-1/+5
| * qedi.c: Removed unused linux/ethtool.hKhem Raj2018-02-021-1/+0
* | Merge pull request #91 from njavali/iscsiuio-bug-fixesLee Duncan2018-02-224-9/+43
|\ \ | |/ |/|
| * iscsiuio: v0.7.8.4Nilesh Javali2018-02-223-6/+41
| * iscsiuio: allow ARP for non-matching src and dst addressesNilesh Javali2018-02-221-3/+2
* | Cleanup iscsiuio master Makefile template.Lee Duncan2018-01-171-4/+8
* | tell git to ignore the iscsiuio binaryLee Duncan2017-12-151-0/+1
* | Check iscsiuio ping data length for validityLee Duncan2017-12-153-1/+8
* | Skip useless strcopy, and validate CIDR lengthLee Duncan2017-12-151-3/+2
* | Ensure strings from peer are copied correctly.Lee Duncan2017-12-151-18/+6
* | Do not double-close IPC file stream to iscsidLee Duncan2017-12-151-2/+7
* | Ensure all fields in iscsiuio IPC response are setLee Duncan2017-12-151-0/+2
* | iscsiuio should ignore bogus iscsid broadcast packetsLee Duncan2017-12-151-0/+6
* | Check for root peer user for iscsiuio IPCLee Duncan2017-12-152-1/+49
* | Declare inline best_match_bufcmp() as static.Lee Duncan2017-12-021-1/+1
* | Include <sys/sysmacros.h> to properly define minor()Lee Duncan2017-12-021-0/+1
* | Remove unused variables. No functional change.Lee Duncan2017-12-025-14/+0
* | Ignore library file for iscsiuio/srcLee Duncan2017-12-021-0/+1
* | Merge pull request #55 from apatters/bnx2-software-ibft-supportLee Duncan2017-08-302-10/+12
|\ \
| * | iscsiuio: fix long optionsAndrew Patterson2017-06-022-10/+12
| |/
* | Update bnx2x.cEdward Kigwana2017-08-111-0/+1
* | Update bnx2.cEdward Kigwana2017-08-111-0/+1
|/
* iscsiuio: serialize xmit_mutex lock to prevent iscsiuio seg faultNilesh Javali2017-05-243-27/+25
* iscsiuio: fix dhcpv6 transaction-id mismatch errorNilesh Javali2017-05-151-2/+7
* iscsiuio: v0.7.8.3Nilesh Javali2017-02-143-16/+12
* iscsiuio: Add support for the new qedi transportNilesh Javali2017-02-1410-6/+1475
* iscsiuio/Makefile.am: fix typo introduced by reproducibility patchChristian Seiler2016-09-181-1/+1
* Additional spelling fixesChristian Seiler2016-09-183-3/+3
* iscsiuio: Make builds reproducible if SOURCE_DATE_EPOCH is setChristian Seiler2016-09-182-2/+13
* Merge pull request #25 from cleech/masterChris Leech2016-08-112-2/+2
|\
| * ARP table too small when switches involved.Lee Duncan2016-04-122-2/+2
* | iscsiuio: ensure unlock of mutex in case of an error.Frank Fegert2016-07-311-0/+1
* | Prevent iscsiuio from segfaulting due to un-lock of a not locked mutex.Frank Fegert2016-07-281-0/+1
|/
* iscsiuio: fixup race conditionHannes Reinecke2016-02-011-2/+2
* iscsiuio: Clear memory after allocationHannes Reinecke2016-02-012-1/+4
* iscsiuio: Do not memcpy identical locationsHannes Reinecke2016-02-012-13/+15
* iscsiuio: Get the library to use based on uio sysfs nameAdheer Chandravanshi2015-12-284-29/+66
* iscsiuio: Wait for iface to be ready before issuing the pingAdheer Chandravanshi2015-12-281-15/+34
* iscsiuio: Add ping support through iscsiuioAdheer Chandravanshi2015-12-2810-24/+779
* iscsiuio: Add QLogic Vendor ID to support newer NX2 HBAsAdheer Chandravanshi2015-11-131-0/+9
* iscsiuio: Correct the handling of Multi Function modeAdheer Chandravanshi2015-06-161-7/+16
* buildsys: respect CFLAGS and LDFLAGS from the outsideChristian Seiler2015-06-051-1/+2
* iscsiuio systemd socket activation supportChris Leech2015-01-161-0/+28
* iscsiuio CFLAGS fixesChris Leech2015-01-161-1/+1