aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2015-12-23IB/core: Validate route when we init ahMatan Barak5-76/+262
2015-12-23IB/core: Move rdma_is_upper_dev_rcu to header fileMatan Barak2-16/+17
2015-12-23IB/core: Add rdma_network_type to wcSomnath Kotur3-6/+142
2015-12-23IB/core: Add ROCE_UDP_ENCAP (RoCE V2) typeMatan Barak2-1/+3
2015-12-23IB/core: Add gid attributes to sysfsMatan Barak1-2/+182
2015-12-23IB/cm: Use the source GID index typeMatan Barak2-5/+22
2015-12-23IB/core: Add gid_type to gid attributeMatan Barak10-58/+167
2015-12-23IB/core: don't search the GID table twiceMatan Barak1-18/+35
2015-12-23IB/core: Change per-entry lock in RoCE GID table to one lockMatan Barak1-54/+89
2015-12-23IB/core: Refactor GID cache's ib_dispatch_eventMatan Barak1-8/+15
2015-12-22IB/cma: cma_match_net_dev needs to take into account port_numMatan Barak1-7/+9
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford3-3/+223
2015-12-22IB/core: Remove ib_query_deviceOr Gerlitz1-19/+0
2015-12-22IB/core: Avoid calling ib_query_deviceOr Gerlitz6-73/+12
2015-12-22IB/core: Save the device attributes on the device structureIra Weiny1-0/+8
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/rdma-cqDoug Ledford3-3/+223
2015-12-11IB: add a proper completion queue abstractionChristoph Hellwig3-3/+223
2015-12-08IB/mad: Require CM send method for everything except ClassPortInfoHal Rosenstock1-0/+5
2015-12-08IB/cma: Add a missing rcu_read_unlock()Bart Van Assche1-4/+1
2015-12-07IB core: Fix ib_sg_to_pages()Bart Van Assche1-20/+21
2015-12-07IB/sa: Put netlink request into the request list before sendingKaike Wan1-15/+17
2015-12-07IB/core: use RCU for uverbs id lookupMike Marciniszyn1-5/+7
2015-12-07IB/core: Fix user mode post wr corruptionMike Marciniszyn1-5/+10
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-10-30IB/core, cma: Make __attribute_const__ declarations sparse-friendlyBart Van Assche2-3/+3
2015-10-29IB/core: Remove old fast registration APISagi Grimberg1-25/+0
2015-10-28IB/core: Introduce new fast registration APISagi Grimberg1-0/+107
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford4-83/+104
2015-10-28IB/ucma: Take the network namespace from the processGuy Shapiro1-2/+3
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro2-19/+30
2015-10-28IB/cma: Separate port allocation to network namespacesHaggai Eran1-24/+70
2015-10-28IB/addr: Pass network namespace as a parameterGuy Shapiro2-8/+10
2015-10-21IB/core: Remove smac and vlan id from path recordMatan Barak3-6/+0
2015-10-21IB/core: Remove smac and vlan id from qp_attr and ah_attrMatan Barak3-6/+0
2015-10-21IB/cm: Remove the usage of smac and vid of qp_attr and cm_avMatan Barak2-36/+0
2015-10-21IB/core: Use GID table in AH creation and dmac resolutionMatan Barak4-71/+98
2015-10-21IB/cache: Add ib_find_gid_by_filter cache APIMatan Barak1-0/+93
2015-10-21IB/cma: cma_validate_port should verify the port and netdeviceMatan Barak1-8/+18
2015-10-21IB/cm: cm_init_av_by_path should find a GID by its netdeviceMatan Barak1-2/+5
2015-10-21IB/core: Add netdev to path recordMatan Barak2-2/+13
2015-10-21IB/core: Expose and rename ib_find_cached_gid_by_port cache APIMatan Barak3-11/+7
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak9-22/+36
2015-10-21IB/core: Allow setting create flags in QP init attributeEran Ben Elisha1-1/+1
2015-10-21IB/core: Extend ib_uverbs_create_qpEran Ben Elisha3-64/+190
2015-10-21IB/core: avoid 32-bit warningArnd Bergmann1-1/+1
2015-10-21IB/cm: Fix rb-tree duplicate free and use-after-freeDoron Tsur1-1/+9
2015-10-20IB/cma: Use inner P_Key to determine netdevHaggai Eran1-2/+2
2015-10-20IB/ucma: check workqueue allocation before usageSasha Levin1-1/+6
2015-10-20IB/cma: Potential NULL dereference in cma_id_from_eventHaggai Eran1-1/+1