aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08iw_cxgb4: fix srqidx leak during connection abortRaju Rangoju1-2/+3
2019-02-08iw_cxgb4: complete the cached SRQ buffersRaju Rangoju3-8/+157
2019-02-08RDMA/devices: Re-organize device.c lockingJason Gunthorpe1-140/+221
2019-02-08RDMA/devices: Use xarray to store the client_dataJason Gunthorpe1-178/+170
2019-02-08RDMA/devices: Use xarray to store the clientsJason Gunthorpe1-5/+45
2019-02-08RDMA/device: Use an ida instead of a free page in alloc_nameJason Gunthorpe1-11/+17
2019-02-08RDMA/device: Get rid of reg_stateJason Gunthorpe1-6/+2
2019-02-08RDMA/device: Call ib_cache_release_one() only from ib_device_release()Jason Gunthorpe2-29/+15
2019-02-08RDMA/device: Ensure that security memory is always freedJason Gunthorpe3-12/+6
2019-02-08RDMA/device: Check that the rename is nop under the lockJason Gunthorpe1-4/+6
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky38-405/+320
2019-02-08RDMA/core: Share driver structure size with coreLeon Romanovsky1-0/+2
2019-02-08IB/core: Don't register each MAD agent for LSM notifierDaniel Jurgens3-22/+34
2019-02-08IB/core: Fix potential memory leak while creating MAD agentsDaniel Jurgens1-2/+6
2019-02-08IB/core: Unregister notifier before freeing MAD securityDaniel Jurgens1-1/+2
2019-02-08IB/usnic: Fix locking when unregisteringParvi Kaustubhi1-2/+4
2019-02-08iw_cxgb4: use tos when finding ipv6 routesSteve Wise1-2/+3
2019-02-08iw_cxgb4: use tos when importing the endpointSteve Wise1-1/+1
2019-02-08iw_cxgb4: use listening ep tos when accepting new connectionsSteve Wise1-2/+7
2019-02-08RDMA/iwcm: add tos_set bool to iw_cm structSteve Wise1-0/+2
2019-02-08RDMA/cma: listening device cm_ids should inherit tosSteve Wise1-0/+2
2019-02-08IB/cma: Define option to set ack timeout and pack tos_setDanit Goldberg3-1/+42
2019-02-07RDMA/bnxt_re: Update kernel user abi to pass chip contextDevesh Sharma1-3/+14
2019-02-07RDMA/bnxt_re: Add extended psn structure for 57500 adaptersDevesh Sharma5-18/+70
2019-02-07RDMA/bnxt_re: Enable GSI QP support for 57500 seriesDevesh Sharma4-55/+99
2019-02-07RDMA/bnxt_re: Skip backing store allocation for 57500 seriesDevesh Sharma4-7/+14
2019-02-07RDMA/bnxt_re: Add 64bit doorbells for 57500 seriesDevesh Sharma9-153/+276
2019-02-07RDMA/bnxt_re: Add chip context to identify 57500 seriesDevesh Sharma5-1/+51
2019-02-07IB/mlx5: Simplify WQE count power of two checkGal Pressman1-3/+3
2019-02-07drivers/IB,core: reduce scope of mmap_semDavidlohr Bueso1-39/+2
2019-02-07drivers/IB,usnic: reduce scope of mmap_semDavidlohr Bueso3-55/+6
2019-02-07drivers/IB,hfi1: do not se mmap_semDavidlohr Bueso1-6/+0
2019-02-07drivers/IB,qib: optimize mmap_sem usageDavidlohr Bueso1-46/+27
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso4-15/+15
2019-02-05IB/hfi1: Prioritize the sending of ACK packetsKaike Wan12-51/+144
2019-02-05IB/hfi1: Add static trace for TID RDMA WRITE protocolKaike Wan6-3/+692
2019-02-05IB/hfi1: Enable TID RDMA WRITE protocolKaike Wan2-1/+24
2019-02-05IB/hfi1: Add interlock between TID RDMA WRITE and other requestsKaike Wan3-2/+59
2019-02-05IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbsKaike Wan6-49/+480
2019-02-05IB/hfi1: Add the dual leg codeKaike Wan7-10/+217
2019-02-05IB/hfi1: Add the TID second leg ACK packet builderKaike Wan1-0/+141
2019-02-05IB/hfi1: Add the TID second leg send packet builderKaike Wan3-0/+220
2019-02-05IB/hfi1: Resend the TID RDMA WRITE DATA packetsKaike Wan2-6/+58
2019-02-05IB/hfi1: Add a function to receive TID RDMA RESYNC packetKaike Wan2-0/+105
2019-02-05IB/hfi1: Add a function to build TID RDMA RESYNC packetKaike Wan2-0/+30
2019-02-05IB/hfi1: Add TID RDMA retry timerKaike Wan4-0/+101
2019-02-05IB/hfi1: Add a function to receive TID RDMA ACK packetKaike Wan6-1/+228
2019-02-05IB/hfi1: Add a function to build TID RDMA ACK packetKaike Wan3-0/+83
2019-02-05IB/hfi1: Add a function to receive TID RDMA WRITE DATA packetKaike Wan3-0/+241
2019-02-05IB/hfi1: Add a function to build TID RDMA WRITE DATA packetKaike Wan2-0/+66