summaryrefslogtreecommitdiffstats
path: root/src/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* [drivers] Sort PCI_ROM() entries numericallyGeert Stappers2024-02-222-6/+5Star
* [libc] Replace linker_assert() with build_assert()Michael Brown2024-01-162-4/+4
* [libc] Make static_assert() available via assert.hMichael Brown2024-01-162-4/+4
* [golan] Add new PCI ID for NVIDIA BlueField-3 network deviceMohammed Taha2023-01-231-0/+1
* [pci] Allow PCI config space backup to be limited by maximum offsetMichael Brown2022-11-133-6/+7
* [hermon] Add support for ConnectX-3 based cardsChristian Iversen2021-02-021-0/+4
* [hermon] Avoid parsing length field on completion errorsMichael Brown2021-02-021-2/+16
* [hermon] Make hermon_dump_xxx() functions no-ops on non-debug buildsMichael Brown2021-02-021-0/+20
* [hermon] Minimise reset timeMichael Brown2021-02-012-7/+32
* [hermon] Throttle debug output when sensing port typeChristian Iversen2021-02-011-0/+3
* [hermon] Add a debug notice when initialization is completeChristian Iversen2021-02-011-0/+1
* [hermon] Add support for port management eventChristian Iversen2021-02-012-0/+39
* [hermon] Adjust Ethernet work queue sizeChristian Iversen2021-02-011-3/+3
* [hermon] Use reset value suitable for ConnectX-3Michael Brown2021-02-011-1/+1
* [hermon] Clean up whitespace in hermon.cChristian Iversen2021-02-011-1/+1
* [hermon] Limit link poll frequency in DOWN stateMichael Brown2021-02-012-1/+17
* [hermon] Perform clean MPT unmap on device shutdownChristian Iversen2021-01-292-0/+29
* [hermon] Use Ethernet MAC as eIPoIB local EMACChristian Iversen2021-01-292-17/+20
* [hermon] Increase polling rate for command completionsChristian Iversen2021-01-291-2/+2
* [hermon] Add event queue debug functionsMichael Brown2021-01-281-2/+76
* [hermon] Increase command timeout from 2 to 10 secondsChristian Iversen2021-01-281-1/+1
* [hermon] Add assorted debug error messagesMichael Brown2021-01-281-6/+33
* [hermon] Show "issuing command" messages only at DBGLVL_EXTRAMichael Brown2021-01-281-7/+5Star
* [hermon] Reorganize PCI ROM list and document well-known product namesChristian Iversen2021-01-281-2/+9
* [golan] Backport typo fix in nodnic_prm.h: s/HERMON/NODNIC/Christian Iversen2021-01-281-2/+2
* [arbel] Clean up whitespace in MT25218_PRM.h headerChristian Iversen2021-01-281-88/+88
* [hermon] Clean up whitespace in MT25408_PRM.h headerChristian Iversen2021-01-281-132/+132
* [infiniband] Require drivers to specify the number of portsChristian Iversen2021-01-276-0/+6
* [golan] Add new PCI IDsMohammed Taha2020-12-281-0/+3
* [malloc] Rename malloc_dma() to malloc_phys()Michael Brown2020-11-056-108/+108
* [pci] Update drivers to use pci_ioremap()Michael Brown2020-09-257-19/+28
* [golan] Add explicit type casts for nodnic_queue_pair_typeMichael Brown2020-06-271-2/+4
* [golan] Fix address-of-pointer bug for multicast attach/detachMichael Brown2019-08-171-2/+2
* [golan] Add various new PCI device IDsMohammed2019-05-021-0/+3
* [vlan] Provide vlan_netdev_rx() and vlan_netdev_rx_err()Michael Brown2019-04-271-12/+6Star
* [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