summaryrefslogtreecommitdiffstats
path: root/src/drivers/infiniband/linda.c
Commit message (Expand)AuthorAgeFilesLines
* [libc] Replace linker_assert() with build_assert()Michael Brown2024-01-161-2/+2
* [infiniband] Require drivers to specify the number of portsChristian Iversen2021-01-271-0/+1
* [malloc] Rename malloc_dma() to malloc_phys()Michael Brown2020-11-051-8/+8
* [pci] Update drivers to use pci_ioremap()Michael Brown2020-09-251-1/+1
* [linda] Use correct length for memset()Michael Brown2017-03-211-1/+1
* [linda] Validate payload lengthMichael Brown2016-03-301-3/+10
* [linda] Add missing iounmap()Michael Brown2016-03-201-1/+3
* [linda] Use standard readq() and writeq() implementationsMichael Brown2016-03-121-26/+8Star
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [infiniband] Include destination address vector in ib_complete_recv()Michael Brown2012-08-311-3/+4
* [infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown2012-08-311-7/+9
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-171-2/+1Star
* [infiniband] Add node GUID as distinct from the first port GUIDMichael Brown2010-09-161-1/+3
* [infiniband] Match GID/GUID terminology as used in the IBAMichael Brown2010-09-151-10/+7Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-7/+7
* [linda] Wait up to 20us for link state to updateMichael Brown2009-11-161-0/+32
* [infiniband] Update subnet management agent to use a management interfaceMichael Brown2009-08-091-4/+4
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-181-3/+14
* [infiniband] Pass a generic MAD to ib_set_port_info()Michael Brown2009-07-181-3/+3
* [infiniband] Expose supported and enabled link speeds and widthsMichael Brown2009-07-181-3/+11
* [infiniband] Always create an SMA and a GMAMichael Brown2009-07-181-13/+0Star
* [infiniband] Implement SMA as an instance of a GMAMichael Brown2009-07-181-8/+3Star
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [pci] Add driver_data field to struct pci_device_idThomas Miletich2009-03-261-1/+1
* [x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown2008-11-191-1/+2
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-191-2/+2
* [linda] Purge references to 8051Michael Brown2008-11-181-9/+9
* [linda] Add support for QLogic 7220-based Infiniband HCAsMichael Brown2008-11-111-0/+2396