aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-30RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib coreWei Hu(Xavier)1-1/+41
2018-05-29RDMA/core: Remove indirection through ib_cache_setup()Jason Gunthorpe3-15/+2
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-nextJason Gunthorpe1-16/+2
2018-05-28IB/core: Make testing MR flags for writability a static inline functionJack Morgenstein1-10/+1
2018-05-24IB/core: Introduce and use rdma_gid_table()Parav Pandit1-10/+15
2018-05-24IB/core: Reduce the places that use zgidParav Pandit1-5/+14
2018-05-24RDMA/ucm: Mark UCM interface as BROKENLeon Romanovsky1-2/+2
2018-05-24IB/core: Remove duplicate declaration of gid_cache_wqParav Pandit1-2/+0
2018-05-22RDMA/CMA: add rdma_iw_cm_id() and rdma_res_to_id() helpersSteve Wise1-0/+28
2018-05-16IB/uverbs: Introduce a MPLS steering match filterAriel Levkovich1-0/+12
2018-05-16IB/uverbs: Introduce a GRE steering match filterAriel Levkovich1-0/+11
2018-05-16IB/cm: Store and restore ah_attr during CM message processingParav Pandit1-2/+14
2018-05-16IB/cm: Store and restore ah_attr during LAP msg processingParav Pandit1-3/+29
2018-05-16IB/cm: Avoid AV ah_attr overwriting during LAP message handlingParav Pandit1-8/+8
2018-05-15IB/umem: Use the correct mm during ib_umem_releaseLidong Chen1-6/+1
2018-05-15IB/core: Remove redundant returnYuval Shaia1-2/+0
2018-05-15RDMA/NLDEV: remove mr iova attributeSteve Wise1-3/+0
2018-05-09Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford10-74/+148
2018-05-09IB/core: Reuse gid_table_release_one() in table allocation failureParav Pandit1-26/+16
2018-05-09IB/core: Make gid_table_reserve_default() return voidParav Pandit1-13/+5
2018-05-03RDMA/nldev: helper functions to add driver attributesSteve Wise1-0/+66
2018-05-03RDMA/nldev: add driver-specific resource trackingSteve Wise2-0/+36
2018-05-03RDMA/nldev: Add explicit pad attributeSteve Wise1-11/+15
2018-05-03RDMA/cma: Do not query GID during QP state transition to RTRParav Pandit1-7/+0
2018-05-01IB/core: Use CONFIG_SECURITY_INFINIBAND to compile out security codeParav Pandit2-5/+2
2018-04-30IB/core: Make ib_mad_client_id atomicHÃ¥kon Bugge1-2/+2
2018-04-27IB/uverbs: Fix kernel crash during MR deregistration flowAriel Levkovich2-0/+2
2018-04-27IB/uverbs: Prevent reregistration of DM_MR to regular MRAriel Levkovich1-0/+5
2018-04-27RDMA/iwpm: fix memory leak on map_infoColin Ian King1-1/+4
2018-04-27RDMA/cma: Fix use after destroy access to net namespace for IPoIBParav Pandit1-10/+43
2018-04-27IB/uverbs: Fix validating mandatory attributesMatan Barak1-0/+9
2018-04-23IB/core: Fix deleting default GIDs when changing mac adddressParav Pandit2-25/+29
2018-04-23IB/core: Fix to avoid deleting IPv6 look alike default GIDsParav Pandit1-4/+13
2018-04-23IB/core: Don't allow default GID addition at non reseved slotsParav Pandit1-8/+12
2018-04-23RDMA/ucma: Allow resolving address w/o specifying source addressRoland Dreier1-1/+1
2018-04-19RDMA/ucma: Check for a cm_id->device in all user calls that need itJason Gunthorpe1-12/+24
2018-04-17IB/uverbs: Add missing braces in anonymous union initializersGeert Uytterhoeven1-6/+6
2018-04-17RDMA/rdma_cm: Delete rdma_addr_clientJason Gunthorpe2-39/+5
2018-04-17RDMA/rdma_cm: Make rdma_addr_cancel into a fenceJason Gunthorpe1-18/+40
2018-04-17RDMA/rdma_cm: Remove process_req and timer sortingJason Gunthorpe1-71/+25
2018-04-16RDMA/ucma: ucma_context reference leak in error pathShamir Rabinovitch1-3/+3
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds28-1079/+2579
2018-04-05IB/uverbs: Add device memory registration ioctl supportAriel Levkovich4-12/+154
2018-04-05IB/uverbs: Add alloc/free dm uverbs ioctl supportAriel Levkovich4-2/+112
2018-04-05IB/uverbs: Add device memory capabilities reportingAriel Levkovich1-0/+6
2018-04-04IB/uverbs: Introduce ESP steering match filterMatan Barak2-0/+12
2018-04-04IB/uverbs: Add modify ESP flow_actionMatan Barak1-5/+92
2018-04-04IB/uverbs: Add action_handle flow steering specificationMatan Barak3-8/+100
2018-04-04IB/uverbs: Add flow_action create and destroy verbsMatan Barak4-2/+363
2018-04-04IB/uverbs: Refactor kern_spec_to_ib_spec_filterMatan Barak2-16/+37