aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/infiniband/linda.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-16[libc] Replace linker_assert() with build_assert()Michael Brown1-2/+2
2021-01-27[infiniband] Require drivers to specify the number of portsChristian Iversen1-0/+1
2020-11-05[malloc] Rename malloc_dma() to malloc_phys()Michael Brown1-8/+8
2020-09-25[pci] Update drivers to use pci_ioremap()Michael Brown1-1/+1
2017-03-21[linda] Use correct length for memset()Michael Brown1-1/+1
2016-03-30[linda] Validate payload lengthMichael Brown1-3/+10
2016-03-20[linda] Add missing iounmap()Michael Brown1-1/+3
2016-03-12[linda] Use standard readq() and writeq() implementationsMichael Brown1-26/+8
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2012-08-31[infiniband] Include destination address vector in ib_complete_recv()Michael Brown1-3/+4
2012-08-31[infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown1-7/+9
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-02-17[pci] Make driver PCI ID a property of the PCI deviceMichael Brown1-2/+1
2010-09-16[infiniband] Add node GUID as distinct from the first port GUIDMichael Brown1-1/+3
2010-09-15[infiniband] Match GID/GUID terminology as used in the IBAMichael Brown1-10/+7
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-7/+7
2009-11-16[linda] Wait up to 20us for link state to updateMichael Brown1-0/+32
2009-08-08[infiniband] Update subnet management agent to use a management interfaceMichael Brown1-4/+4
2009-07-17[infiniband] Add infrastructure for RC queue pairsMichael Brown1-3/+14
2009-07-17[infiniband] Pass a generic MAD to ib_set_port_info()Michael Brown1-3/+3
2009-07-17[infiniband] Expose supported and enabled link speeds and widthsMichael Brown1-3/+11
2009-07-17[infiniband] Always create an SMA and a GMAMichael Brown1-13/+0
2009-07-17[infiniband] Implement SMA as an instance of a GMAMichael Brown1-8/+3
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-03-26[pci] Add driver_data field to struct pci_device_idThomas Miletich1-1/+1
2008-11-19[x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown1-1/+2
2008-11-19[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown1-2/+2
2008-11-17[linda] Purge references to 8051Michael Brown1-9/+9
2008-11-11[linda] Add support for QLogic 7220-based Infiniband HCAsMichael Brown1-0/+2396