summaryrefslogtreecommitdiffstats
path: root/src/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* [golan] Set log_max_qp to 1Ameer Mahagneh2018-03-202-4/+3Star
* [golan] Do not assume all devices are identicalMichael Brown2018-03-181-5/+2Star
* [build] Avoid implicit-fallthrough warnings on GCC 7Michael Brown2017-03-291-0/+1
* [golan] Bug fixes and improved paging allocation methodRaed Salem2017-03-2317-555/+199Star
* [hermon] Assert that mapping length is non-zeroMichael Brown2017-03-221-0/+1
* [arbel] Assert that mapping length is non-zeroMichael Brown2017-03-221-0/+1
* [infiniband] Return status code from ib_create_cq() and ib_create_qp()Michael Brown2017-03-222-20/+16Star
* [qib7322] Use correct length for memset()Michael Brown2017-03-211-1/+1
* [linda] Use correct length for memset()Michael Brown2017-03-211-1/+1
* [arbel] Avoid potential integer overflow when calculating memory mappingsMichael Brown2017-03-211-1/+1
* [hermon] Avoid potential integer overflow when calculating memory mappingsMichael Brown2017-03-211-1/+1
* [golan] Update Connect-IB, ConnectX-4 and ConnectX-4 Lx (Infiniband) supportRaed Salem2016-12-0823-152/+901
* [golan] Fix building with GCC 6Michael Brown2016-05-042-6/+21
* [golan] Add missing iounmap()Wissam Shoukair2016-04-121-1/+2
* [mlx_icmd] Fix compilation error in GCC versions newer than 4.6.4Wissam Shoukair2016-04-121-1/+1
* [qib7322] Validate payload lengthMichael Brown2016-03-301-3/+10
* [linda] Validate payload lengthMichael Brown2016-03-301-3/+10
* [golan] Fix build error on some versions of gccChristian Hesse2016-03-231-1/+1
* [golan] Add Connect-IB, ConnectX-4 and ConnectX-4 Lx (Infiniband) supportWissam Shoukair2016-03-2255-0/+13087
* [arbel] Fix received packet lengthMichael Brown2016-03-221-2/+3
* [hermon] Fix received packet lengthMichael Brown2016-03-221-2/+3
* [arbel] Allocate space for GRH on UD queue pairsMichael Brown2016-03-212-16/+55
* [hermon] Allocate space for GRH on UD queue pairsMichael Brown2016-03-212-12/+47
* [qib7322] Add missing iounmap()Michael Brown2016-03-201-1/+3
* [linda] Add missing iounmap()Michael Brown2016-03-201-1/+3
* [arbel] Add missing iounmap()Michael Brown2016-03-201-10/+14
* [hermon] Add missing iounmap()Michael Brown2016-03-201-22/+20Star
* [pseudobit] Rename bitops.h to pseudobit.hMichael Brown2016-03-162-4/+4
* [qib7322] Use standard readq() and writeq() implementationsMichael Brown2016-03-121-26/+8Star
* [linda] Use standard readq() and writeq() implementationsMichael Brown2016-03-121-26/+8Star
* [infiniband] Assign names to queue pairsMichael Brown2016-03-081-1/+1
* [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-162-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/+15Star
* [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/+0Star
* [hermon] Stop firmware only once on shutdownMichael Brown2011-04-081-1/+0Star
* [qib7322] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-4/+0Star
* [hermon] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+0Star