aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
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-65/+191
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
2015-10-20IB/core: Fix use after free of ifaMatan Barak1-8/+27
2015-10-15IB/core: Fix memory corruption in ib_cache_gid_set_default_gidDoron Tsur1-1/+1
2015-10-06IB/cma: Accept connection without a valid netdev on RoCEHaggai Eran1-14/+40
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds20-707/+3618
2015-09-03IB/uverbs: reject invalid or unknown opcodesChristoph Hellwig1-1/+9
2015-09-02IB/sa: Fix rdma netlink message flagsKaike Wan1-1/+1
2015-08-30IB/ucma: HW Device hot-removal supportYishai Hadas1-11/+129
2015-08-30IB/uverbs: Enable device removal when there are active user space applicationsYishai Hadas2-68/+301
2015-08-30IB/uverbs: Explicitly pass ib_dev to uverbs commandsYishai Hadas3-39/+88
2015-08-30IB/uverbs: Fix race between ib_uverbs_open and remove_oneYishai Hadas2-14/+32
2015-08-30IB/uverbs: Fix reference counting usage of event filesYishai Hadas3-16/+40
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe2-12/+36
2015-08-30IB/mad: Remove ib_get_dma_mr callsJason Gunthorpe2-24/+3
2015-08-30IB/core: Guarantee that a local_dma_lkey is availableJason Gunthorpe2-5/+43
2015-08-30IB/sa: Route SA pathrecord query through netlinkKaike Wan1-1/+500
2015-08-30IB/sa: Allocate SA query with kzallocKaike Wan1-4/+4
2015-08-30IB/core: Add rdma netlink helper functionsKaike Wan1-0/+55
2015-08-30IB/core: Remove needless bracketizationDoug Ledford1-7/+4
2015-08-30IB/mlx4: Implement ib_device callbacksMoni Shoua1-1/+2
2015-08-30IB/core: Add RoCE table bonding supportMatan Barak1-20/+285
2015-08-30IB/core: missing curly braces in ib_find_gid()Dan Carpenter1-1/+2
2015-08-30IB/core: Add RoCE GID table managementMatan Barak5-106/+1274
2015-08-30IB/core: Make ib_alloc_device init the kobjectJason Gunthorpe4-87/+68
2015-08-30IB/core: Drop ib_alloc_fast_reg_mrSagi Grimberg1-29/+3
2015-08-30IB: Modify ib_create_mr APISagi Grimberg1-7/+24
2015-08-30IB/core: Get rid of redundant verb ib_destroy_mrSagi Grimberg1-17/+0
2015-08-30IB/cma: Fix net_dev reference leak with failed requestsHaggai Eran1-0/+4
2015-08-30IB/cm: Remove compare_data checksHaggai Eran2-93/+19
2015-08-30IB/cma: Share ib_cm_ids between rdma_cm_idsHaggai Eran1-55/+4
2015-08-30IB/cma: Use found net_dev for passive connectionsHaggai Eran1-27/+49
2015-08-30IB/cma: Validate routing of incoming requestsHaggai Eran1-3/+92
2015-08-30IB/cma: Add net_dev and private data checks to RDMA CMHaggai Eran1-3/+185
2015-08-30IB/cm: Expose BTH P_Key in CM and SIDR request eventsHaggai Eran1-0/+20