aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/infiniband/qib7322.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-16[libc] Replace linker_assert() with build_assert()Michael Brown1-2/+2
2022-11-13[pci] Allow PCI config space backup to be limited by maximum offsetMichael 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[qib7322] Use correct length for memset()Michael Brown1-1/+1
2016-03-30[qib7322] Validate payload lengthMichael Brown1-3/+10
2016-03-20[qib7322] Add missing iounmap()Michael Brown1-1/+3
2016-03-12[qib7322] 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
2012-07-20[qib7322] Fix compiler warning on gcc 4.7Michael Brown1-0/+3
2011-03-16[qib7322] Avoid unused variable warning in gcc 4.6Michael Brown1-4/+0
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-0/+2
2010-09-15[infiniband] Match GID/GUID terminology as used in the IBAMichael Brown1-13/+11
2010-06-01[qib7322] Fix whitespace errorsMichael Brown1-107/+108
2010-06-01[qib7322] Fix uninitialized variables warningShao Miller1-3/+10
2010-05-25[qib7322] Add support for QLogic 7322 HCAMichael Brown1-0/+2425