aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-05-021-0/+1
|\
| * [SCSI] cxgb3i, iser, iscsi_tcp: set target can queueMike Christie2009-04-271-0/+1
* | IPoIB: Disable NAPI while CQ is being drainedYossi Etigin2009-04-202-6/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-04-091-10/+15
|\
| * IPoIB: Avoid free_netdev() BUG when destroying a child interfaceRoland Dreier2009-03-311-10/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-03-283-11/+10
|\ \ | |/ |/|
| * [SCSI] iscsi class: remove host no argument from session creation calloutMike Christie2009-03-131-2/+1
| * [SCSI] iscsi lib: remove qdepth param from iscsi host allocationMike Christie2009-03-131-1/+1
| * [SCSI] iscsi lib: have lib create work queue for transmitting IOMike Christie2009-03-132-2/+2
| * [SCSI] libiscsi: don't cap queue depth in iscsi modulesMike Christie2009-03-132-3/+3
| * [SCSI] iser: have iser use its own loggingMike Christie2009-03-131-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-03-262-10/+14
|\ \
| * | infiniband: convert ipoib to net_device_opsStephen Hemminger2009-03-211-7/+11
| * | net: Remove redundant NAPI functionsBen Hutchings2009-01-211-3/+3
| |/
| |
| \
*-. \ Merge branches 'cxgb3', 'endian', 'ipath', 'ipoib', 'iser', 'mad', 'misc', 'm...Roland Dreier2009-03-242-9/+7
|\ \ \ | |_|/ |/| |
| | * IB/iser: Remove hard setting of path MTUOr Gerlitz2009-02-271-7/+0
| |/ |/|
| * IPoIB: In unicast_arp_send(), only free newly-created pathsJack Morgenstein2009-02-171-2/+7
|/
* IPoIB: Do not print error messages for multicast join retriesYossi Etigin2009-01-161-1/+1
* IPoIB: Fix deadlock between ipoib_open() and child interface createRoland Dreier2009-01-141-3/+8
* IPoIB: Fix hang in napi_disable() if P_Key is never foundRoland Dreier2009-01-141-12/+15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-01-133-20/+23
|\
| *-. Merge branches 'ehca', 'ipoib', 'iser', 'mlx4' and 'nes' into for-nextRoland Dreier2009-01-123-20/+23
| |\ \
| | | * IB/iser: Add dependency on INFINIBAND_ADDR_TRANSRandy Dunlap2009-01-121-1/+1
| | |/ | |/|
| | * IPoIB: Do not join broadcast group if interface is brought downYossi Etigin2009-01-121-0/+3
| | * IPoIB: Fix loss of connectivity after bonding failover on both sidesYossi Etigin2009-01-091-19/+19
| |/
* | infiniband: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-2/+1
|/
* [SCSI] libiscsi: pass opcode into alloc_pdu calloutMike Christie2008-12-291-1/+1
* [SCSI] iser: convert iser to new alloc_pdu apiMike Christie2008-12-292-26/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-287-115/+56
|\
| * net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-3/+3
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-181-2/+4
| |\
| * | drivers: replace NIPQUAD()Harvey Harrison2008-10-311-4/+4
| * | net: replace %p6 with %pI6Harvey Harrison2008-10-294-26/+26
| * | infiniband: remove IPOIB_GID_RAW_ARG, IPOIB_GID_ARG, IPOIB_GID_FMTHarvey Harrison2008-10-281-23/+0
| * | infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison2008-10-283-58/+45
| * | infiniband: use %p6 for printing message idsHarvey Harrison2008-10-281-27/+4
* | | IB/iser: Avoid recv buffer exhaustion caused by unexpected PDUsDavid Disseldorp2008-12-213-41/+95
| |/ |/|
* | IPoIB: Fix crash in path_rec_completion()Yossi Etigin2008-11-121-1/+1
* | IPoIB: Fix hang in ipoib_flush_paths()Yossi Etigin2008-11-121-0/+1
* | IPoIB: Don't enable NAPI when it's already enabledYossi Etigin2008-11-121-1/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-10-235-33/+55
|\
| * IPoIB: Set netdev offload features properly for child (VLAN) interfacesOr Gerlitz2008-10-223-28/+44
| * IPoIB: Clean up ethtool supportOr Gerlitz2008-10-221-1/+8
| * IPoIB: Always initialize poll_timer to avoid crash on unloadRoland Dreier2008-10-101-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-171-1/+2
|\ \
| * | [SCSI] libiscsi: rename host reset to target resetMike Christie2008-10-131-1/+1
| * | [SCSI] libiscsi: Support drivers initiating session removalMike Christie2008-10-131-0/+1
| |/
* | vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
|/
* IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier2008-09-305-107/+118
* IPoIB: Fix crash when path record fails after path flushRoland Dreier2008-09-251-4/+4