aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-025-5/+21
* [hermon] Use PCI VPD for non-volatile option storageMichael Brown2012-10-252-2/+40
* [infiniband] Include destination address vector in ib_complete_recv()Michael Brown2012-08-314-10/+26
* [infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown2012-08-314-89/+93
* [infiniband] Allow queue pairs to have a custom allocator for receive iobufsMichael Brown2012-08-311-1/+7
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-208-8/+16
* [qib7322] Fix compiler warning on gcc 4.7Michael Brown2012-07-201-0/+3
* [arbel] Ensure hardware is quiescent when no interfaces are openMichael Brown2011-11-152-92/+271
* [arbel] Reorder code in preparation for quiescing patchMichael Brown2011-11-151-190/+197
* [hermon] Ensure hardware is quiescent when no interfaces are openMichael Brown2011-11-152-81/+217
* [hermon] Reorder code in preparation for quiescing patchMichael Brown2011-11-151-641/+648
* [arbel] Add (not-yet-functional) support for RC queue pairsMichael Brown2011-10-242-8/+111
* [hermon] Remove temporary workaround for missing BOFM mport supportMichael Brown2011-05-041-39/+15
* [hermon] Work around missing mport support in current BOFM implementationsMichael Brown2011-04-081-15/+39
* [arbel] Stop firmware only once on shutdownMichael Brown2011-04-081-1/+0
* [hermon] Stop firmware only once on shutdownMichael Brown2011-04-081-1/+0
* [qib7322] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-4/+0
* [hermon] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+0
* [arbel] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-1/+1
* [arbel] Make driver 64-bit safeMichael Brown2011-03-041-2/+37
* [hermon] Make driver 64-bit safeMichael Brown2011-03-042-0/+37
* [hermon] Add BOFM supportMichael Brown2011-03-033-58/+415
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-174-8/+4
* [hermon] Add missing __attribute__ (( packed ))Michael Brown2011-02-171-2/+2
* [hermon] Force link speed to SDRItay Gazit2011-02-173-5/+62
* [hermon] Use circular event queueItay Gazit2011-02-172-4/+10
* [hermon] Update PRM file with latest changesItay Gazit2011-02-171-20/+18
* [hermon] Fix hermon_cmd_sense_port() to use inline outputItay Gazit2011-02-171-3/+3
* [hermon] Indicate that device does not support interruptsMichael Brown2011-01-251-12/+0
* [hermon] Fix incorrectly-padded sense_port structureMichael Brown2010-12-241-1/+1
* [hermon] Work around hardware stripping of VLAN tagsMichael Brown2010-12-011-3/+17
* [hermon] Fix inconsistent information in HERMON_SET_PORT_GENERAL_PARAMMichael Brown2010-11-291-6/+4
* [hermon] Enable priority flow control on the FCoE priorityMichael Brown2010-11-271-2/+7
* [hermon] Add support for dual-protocol devicesMichael Brown2010-09-212-81/+712
* [hermon] Add infrastructure for Ethernet devicesItay Gazit2010-09-212-8/+156
* [hermon] Use SET_PORT to set port parametersMichael Brown2010-09-212-23/+89
* [hermon] Tidy up ICM allocationsMichael Brown2010-09-192-91/+86
* [hermon] Minimise the number of VPM mapping operationsMichael Brown2010-09-181-7/+39
* [arbel] Minimise the number of VPM mapping operationsMichael Brown2010-09-182-50/+129
* [arbel] Allocate only as much memory as is needed for firmware and ICMMichael Brown2010-09-181-26/+66
* [arbel] Synchronise changes with the Hermon driverMichael Brown2010-09-172-38/+70
* [arbel] Optimise ICM layout to reduce overall memory usageMichael Brown2010-09-172-75/+136
* [arbel] Perform ICM allocations according to the specificationMichael Brown2010-09-172-44/+87
* [arbel] Allow for multiple calls to ib_modify_qp()Michael Brown2010-09-172-22/+44
* [arbel] Inform embedded SMA of partition key changesMichael Brown2010-09-171-5/+5
* [arbel] Improve debugging output and facilitiesMichael Brown2010-09-172-71/+164
* [arbel] Randomise the high-order bits of queue pair numbersMichael Brown2010-09-172-6/+10
* [arbel] Allow software GMA to receive packets destined for QP1Michael Brown2010-09-173-96/+336
* [arbel] Map all event types to our event queueMichael Brown2010-09-172-5/+21