aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2024-03-17[golan] Use ETH_HLEN for inline header sizeRabia Manaa1-1/+1
2024-02-22[drivers] Sort PCI_ROM() entries numericallyGeert Stappers2-6/+5
2024-01-16[libc] Replace linker_assert() with build_assert()Michael Brown2-4/+4
2024-01-16[libc] Make static_assert() available via assert.hMichael Brown2-4/+4
2023-01-23[golan] Add new PCI ID for NVIDIA BlueField-3 network deviceMohammed Taha1-0/+1
2022-11-13[pci] Allow PCI config space backup to be limited by maximum offsetMichael Brown3-6/+7
2021-02-02[hermon] Add support for ConnectX-3 based cardsChristian Iversen1-0/+4
2021-02-01[hermon] Avoid parsing length field on completion errorsMichael Brown1-2/+16
2021-02-01[hermon] Make hermon_dump_xxx() functions no-ops on non-debug buildsMichael Brown1-0/+20
2021-02-01[hermon] Minimise reset timehermon_resetMichael Brown2-7/+32
2021-02-01[hermon] Throttle debug output when sensing port typeChristian Iversen1-0/+3
2021-02-01[hermon] Add a debug notice when initialization is completeChristian Iversen1-0/+1
2021-02-01[hermon] Add support for port management eventChristian Iversen2-0/+39
2021-02-01[hermon] Adjust Ethernet work queue sizeChristian Iversen1-3/+3
2021-02-01[hermon] Use reset value suitable for ConnectX-3Michael Brown1-1/+1
2021-02-01[hermon] Clean up whitespace in hermon.cChristian Iversen1-1/+1
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