summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2017-08-16iw_cxgb4: fix misuse of integer variableSteve Wise1-1/+1
2017-08-16IB/hns: fix memory leak on ah on error return pathColin Ian King1-1/+3
2017-08-16i40iw: Fix potential fcn_id_array out of boundsChristopher N Bednarz1-1/+1
2017-08-16i40iw: Use correct alignment for CQ0 memoryChristopher N Bednarz1-1/+1
2017-08-16i40iw: Fix typecast of tcp_seq_numMustafa Ismail1-1/+1
2017-08-16i40iw: Correct variable namesMustafa Ismail2-4/+4
2017-08-16i40iw: Fix parsing of query/commit FPM buffersChien Tin Tung2-42/+83
2017-08-16RDMA/vmw_pvrdma: Report CQ missed eventsBryan Tan1-1/+16
2017-08-14IB/hns: Avoid compile test under non 64bit environmentsMatan Barak1-1/+1
2017-08-14Revert "RDMA/hns: fix build regression"Doug Ledford1-1/+0
2017-08-10Merge branch 'rdma-netlink' into k.o/merge-testDoug Ledford12-39/+27
2017-08-10Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-testDoug Ledford7-11/+20
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky12-39/+27
2017-08-08mlx5: support ->get_vector_affinitySagi Grimberg1-0/+9
2017-08-08IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don5-8/+8
2017-08-08IB/core: Change port_attr.lid size from 16 to 32 bitsDasaratharaman Chandramouli3-3/+3
2017-08-04IB/hns: checking for IS_ERR() instead of NULLDan Carpenter1-1/+1
2017-08-04RDMA/mlx5: Fix existence check for extended address vectorLeon Romanovsky1-1/+1
2017-07-31IB/hfi1: Always perform offline transitionSebastian Sanchez3-33/+46
2017-07-31IB/hfi1: Prevent link down request double queuingSebastian Sanchez2-1/+4
2017-07-31IB/hfi1: Create workqueue for link eventsSebastian Sanchez6-13/+40
2017-07-31IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compressionMike Marciniszyn2-4/+8
2017-07-31IB/hfi1: Disambiguate corruption and uninitialized error casesJan Sokolowski1-6/+8
2017-07-31IB/hfi1: Only set fd pointer when base context is completely initializedMichael J. Ruhl5-29/+40
2017-07-31IB/hfi1: Do not enable disabled port on cable insertJan Sokolowski1-6/+7
2017-07-31IB/hfi1: Harden state transition to Armed and ActiveAlex Estrin1-6/+3
2017-07-31IB/hfi1: Split copy_to_user data copy for better securityMichael J. Ruhl1-3/+5
2017-07-31IB/hfi1: Verify port data VLs credits on transition to ArmedAlex Estrin2-1/+16
2017-07-31IB/hfi1: Move saving PCI values to a separate functionBartlomiej Dudek3-52/+64
2017-07-31IB/hfi1: Fix initialization failure for debug firmwareByczkowski, Jakub1-0/+8
2017-07-31IB/hfi1: Fix code consistency for if/else blocks in chip.cJan Sokolowski1-10/+11
2017-07-31IB/hfi1: Send MAD traps until repressedMichael J. Ruhl3-88/+293
2017-07-31IB/hfi1: Pass the context pointer rather than the indexMichael J. Ruhl6-23/+25
2017-07-31IB/hfi1: Use context pointer rather than context indexMichael J. Ruhl3-59/+45
2017-07-31IB/hfi1: Size rcd array index correctly and consistentlyMichael J. Ruhl10-31/+33
2017-07-31IB/hfi1: Remove unused user context data membersMichael J. Ruhl4-42/+0
2017-07-31IB/hfi1: Assign context does not clean up file descriptor correctly on errorMichael J. Ruhl1-11/+26
2017-07-31IB/hfi1: Serve the most starved iowait entry firstKaike Wan11-28/+136
2017-07-31IB/hfi1: Fix bar0 mapping to use write combiningMike Marciniszyn8-49/+126
2017-07-31IB/hfi1: Check return values from PCI config API callsBartlomiej Dudek3-47/+215
2017-07-31IB/hns: include linux/interrupt.hArnd Bergmann1-0/+1
2017-07-28RDMA/hns: fix build regressionDoug Ledford1-0/+1
2017-07-28IB/hns: fix semicolon.cocci warningskbuild test robot1-1/+1
2017-07-28IB/hns: fix returnvar.cocci warningskbuild test robot1-2/+1
2017-07-28IB/hns: fix boolreturn.cocci warningskbuild test robot1-1/+1
2017-07-28IB/hns: Support compile test for hns RoCE driverMatan Barak3-1/+3
2017-07-27Merge branch 'misc' into k.o/for-nextDoug Ledford31-224/+619
2017-07-27RDMA/qedr: notify user application of supported WIDsAmrani, Ram1-0/+2
2017-07-27RDMA/qedr: notify user application if DPM is supportedAmrani, Ram3-0/+4
2017-07-27Merge branches 'rxe' and 'mlx' into k.o/for-nextDoug Ledford14-122/+2003