aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2021-01-31[hermon] Limit link poll frequency in DOWN statehermon_link_pollMichael Brown2-1/+17
2021-01-29[hermon] Perform clean MPT unmap on device shutdownChristian Iversen2-0/+29
2021-01-29[hermon] Use Ethernet MAC as eIPoIB local EMACChristian Iversen2-17/+20
2021-01-28[hermon] Increase polling rate for command completionsChristian Iversen1-2/+2
2021-01-28[hermon] Add event queue debug functionsMichael Brown1-2/+76
2021-01-28[hermon] Increase command timeout from 2 to 10 secondsChristian Iversen1-1/+1
2021-01-28[hermon] Add assorted debug error messagesMichael Brown1-6/+33
2021-01-28[hermon] Show "issuing command" messages only at DBGLVL_EXTRAMichael Brown1-7/+5
2021-01-28[hermon] Reorganize PCI ROM list and document well-known product namesChristian Iversen1-2/+9
2021-01-28[golan] Backport typo fix in nodnic_prm.h: s/HERMON/NODNIC/Christian Iversen1-2/+2
2021-01-28[arbel] Clean up whitespace in MT25218_PRM.h headerChristian Iversen1-88/+88
2021-01-28[hermon] Clean up whitespace in MT25408_PRM.h headerChristian Iversen1-132/+132
2021-01-27[infiniband] Require drivers to specify the number of portsChristian Iversen6-0/+6
2020-12-28[golan] Add new PCI IDsMohammed Taha1-0/+3
2020-11-05[malloc] Rename malloc_dma() to malloc_phys()Michael Brown6-108/+108
2020-09-25[pci] Update drivers to use pci_ioremap()Michael Brown7-19/+28
2020-06-27[golan] Add explicit type casts for nodnic_queue_pair_typeMichael Brown1-2/+4
2019-08-17[golan] Fix address-of-pointer bug for multicast attach/detachMichael Brown1-2/+2
2019-05-02[golan] Add various new PCI device IDsMohammed1-0/+3
2019-04-27[vlan] Provide vlan_netdev_rx() and vlan_netdev_rx_err()Michael Brown1-12/+6
2018-03-20[golan] Set log_max_qp to 1Ameer Mahagneh2-4/+3
2018-03-18[golan] Do not assume all devices are identicalMichael Brown1-5/+2
2017-03-29[build] Avoid implicit-fallthrough warnings on GCC 7Michael Brown1-0/+1
2017-03-23[golan] Bug fixes and improved paging allocation methodRaed Salem17-555/+199
2017-03-22[hermon] Assert that mapping length is non-zeroMichael Brown1-0/+1
2017-03-22[arbel] Assert that mapping length is non-zeroMichael Brown1-0/+1
2017-03-22[infiniband] Return status code from ib_create_cq() and ib_create_qp()Michael Brown2-20/+16
2017-03-21[qib7322] Use correct length for memset()Michael Brown1-1/+1
2017-03-21[linda] Use correct length for memset()Michael Brown1-1/+1
2017-03-21[arbel] Avoid potential integer overflow when calculating memory mappingsMichael Brown1-1/+1
2017-03-21[hermon] Avoid potential integer overflow when calculating memory mappingsMichael Brown1-1/+1
2016-12-08[golan] Update Connect-IB, ConnectX-4 and ConnectX-4 Lx (Infiniband) supportRaed Salem23-152/+901
2016-05-04[golan] Fix building with GCC 6Michael Brown2-6/+21
2016-04-12[golan] Add missing iounmap()Wissam Shoukair1-1/+2
2016-04-12[mlx_icmd] Fix compilation error in GCC versions newer than 4.6.4Wissam Shoukair1-1/+1
2016-03-30[qib7322] Validate payload lengthMichael Brown1-3/+10
2016-03-30[linda] Validate payload lengthMichael Brown1-3/+10
2016-03-23[golan] Fix build error on some versions of gccChristian Hesse1-1/+1
2016-03-22[golan] Add Connect-IB, ConnectX-4 and ConnectX-4 Lx (Infiniband) supportWissam Shoukair55-0/+13087
2016-03-22[arbel] Fix received packet lengthMichael Brown1-2/+3
2016-03-22[hermon] Fix received packet lengthMichael Brown1-2/+3
2016-03-21[arbel] Allocate space for GRH on UD queue pairsMichael Brown2-16/+55
2016-03-21[hermon] Allocate space for GRH on UD queue pairsMichael Brown2-12/+47
2016-03-20[qib7322] Add missing iounmap()Michael Brown1-1/+3
2016-03-20[linda] Add missing iounmap()Michael Brown1-1/+3
2016-03-20[arbel] Add missing iounmap()Michael Brown1-10/+14
2016-03-20[hermon] Add missing iounmap()Michael Brown1-22/+20
2016-03-16[pseudobit] Rename bitops.h to pseudobit.hMichael Brown2-4/+4
2016-03-12[qib7322] Use standard readq() and writeq() implementationsMichael Brown1-26/+8
2016-03-12[linda] Use standard readq() and writeq() implementationsMichael Brown1-26/+8