aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-09RDMA/core: Remove ib_find_cached_gid() and ib_find_cached_gid_by_port()Bart Van Assche1-38/+0
2018-07-09RDMA/ipoib: Fix use of sizeof()Kamal Heib7-23/+23
2018-07-09RDMA/ipoib: Prefer unsigned int to bare use of unsignedKamal Heib4-14/+16
2018-07-09RDMA/ipoib: Use min_t() macro instead of min()Kamal Heib1-3/+4
2018-07-09IB/cm: Remove unused and erroneous msg sequence encodingHÃ¥kon Bugge2-15/+6
2018-07-09IB/uverbs: Replace ib_ucq_object uverbs_file with the one in ib_uobjectJason Gunthorpe4-4/+1
2018-07-09IB/uverbs: Remove ib_uobject_fileJason Gunthorpe8-49/+35
2018-07-09IB/uverbs: Tidy up remaining references to ucontextJason Gunthorpe4-18/+13
2018-07-09IB/uverbs: Replace file->ucontext with file in uverbs_cmd.cJason Gunthorpe2-98/+90
2018-07-09IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsJason Gunthorpe6-68/+62
2018-07-09IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufileJason Gunthorpe6-46/+49
2018-07-09IB/uverbs: Add a uobj_perform_destroy helperJason Gunthorpe3-62/+41
2018-07-04RDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCTJason Gunthorpe4-24/+34
2018-07-04RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformlyJason Gunthorpe3-22/+14
2018-07-04RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe10-101/+115
2018-07-04RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe10-306/+377
2018-07-04RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macrosJason Gunthorpe6-70/+70
2018-07-04RDMA/uverbs: Simplify method definition macrosJason Gunthorpe8-74/+60
2018-07-04RDMA/uverbs: Simplify UVERBS_ATTR family of macrosJason Gunthorpe6-165/+135
2018-07-04RDMA/uverbs: Split UVERBS_ATTR_FLOW_ACTION_ESP_HANDLEJason Gunthorpe2-5/+14
2018-07-04RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe6-28/+28
2018-07-04IB/mlx5: Expose dump and fill memory keyYonatan Cohen2-1/+18
2018-07-04net/mlx5: Add hardware definitions for dump_fill_mkeyLeon Romanovsky1-1/+3
2018-07-04net/mlx5: Limit scope of dump_fill_mkey functionYonatan Cohen4-19/+16
2018-07-04RDMA/bnxt_re: Fix a bunch of off by one bugs in qplib_fp.cDan Carpenter1-6/+6
2018-07-04RDMA/bnxt_re: Fix a couple off by one bugsDan Carpenter1-2/+2
2018-07-04IB/core: type promotion bug in rdma_rw_init_one_mr()Dan Carpenter1-1/+1
2018-07-04MAINTAINERS: Moving out...Or Gerlitz1-2/+1
2018-07-04RDMA/i40w: Hold read semaphore while looking after VMALeon Romanovsky1-0/+2
2018-07-04IB/mlx4: Test port number before querying type.Tarick Bedeir1-1/+1
2018-07-03vmw_pvrdma: Release netdev when vmxnet3 module is removedNeil Horman1-2/+37
2018-07-03IB/mlx5: Fix GRE flow specificationMaor Gottlieb1-1/+1
2018-07-03IB/hfi1: Remove incorrect call to do_interrupt callbackMichael J. Ruhl1-7/+9
2018-07-03IB/hfi1: Set in_use_ctxts bits for user ctxts onlyMichael J. Ruhl3-7/+12
2018-07-03ib_srpt: Fix a use-after-free in __srpt_close_all_ch()Bart Van Assche1-2/+2
2018-07-03ib_srpt: Fix a use-after-free in srpt_close_ch()Bart Van Assche1-2/+1
2018-07-03IB/mlx5: Remove set-but-not-used variablesBart Van Assche2-5/+0
2018-07-03IB/srp: Remove driver version and release data informationBart Van Assche1-3/+0
2018-07-03include/rdma/opa_addr.h: Fix an endianness issueBart Van Assche1-1/+1
2018-06-29IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas12-111/+190
2018-06-29IB/srpt: Support HCAs with more than two portsBart Van Assche2-5/+4
2018-06-29IB/iser: set can_queue earlier to allow setting higher queue depthSagi Grimberg1-9/+3
2018-06-29IB/rxe: don't clear the tx queue on every transferVijay Immanuel1-10/+7
2018-06-29IB/cm: Remove now useless rcu_lock in dst_fetch_haJason Gunthorpe1-7/+5
2018-06-29RDMA/mlx5: Don't leak UARs in case of free failsLeon Romanovsky1-13/+5
2018-06-27RDMA/vmw_pvrdma: Delete unused functionYuval Shaia1-5/+0
2018-06-27IB/core: Check for rdma_protocol_ib only after validating port_numJason Gunthorpe1-8/+11
2018-06-27net/mlx5: Rate limit errors in command interfaceLeon Romanovsky2-7/+10
2018-06-26IB/mlx4: Create slave AH's directlyJason Gunthorpe3-25/+59
2018-06-26RDMA/uverbs: Remove redundant checkLeon Romanovsky1-3/+0