summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* IB/mad: Require CM send method for everything except ClassPortInfoHal Rosenstock2015-12-081-0/+5
* IB/cma: Add a missing rcu_read_unlock()Bart Van Assche2015-12-081-4/+1Star
* IB core: Fix ib_sg_to_pages()Bart Van Assche2015-12-071-21/+22
* IB/sa: Put netlink request into the request list before sendingKaike Wan2015-12-071-15/+17
* IB/core: use RCU for uverbs id lookupMike Marciniszyn2015-12-071-5/+7
* IB/core: Fix user mode post wr corruptionMike Marciniszyn2015-12-071-5/+10
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-1/+1
|\
| * mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-1/+1
* | IB/core, cma: Make __attribute_const__ declarations sparse-friendlyBart Van Assche2015-10-302-3/+3
* | IB/core: Remove old fast registration APISagi Grimberg2015-10-291-25/+0Star
* | IB/core: Introduce new fast registration APISagi Grimberg2015-10-291-0/+107
* | Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-294-83/+104
|\ \
| * | IB: split struct ib_send_wrChristoph Hellwig2015-10-084-83/+104
* | | IB/ucma: Take the network namespace from the processGuy Shapiro2015-10-281-2/+3
* | | IB/cma: Add support for network namespacesGuy Shapiro2015-10-282-19/+30
* | | IB/cma: Separate port allocation to network namespacesHaggai Eran2015-10-281-24/+70
* | | IB/addr: Pass network namespace as a parameterGuy Shapiro2015-10-282-8/+10
* | | IB/core: Remove smac and vlan id from path recordMatan Barak2015-10-223-6/+0Star
* | | IB/core: Remove smac and vlan id from qp_attr and ah_attrMatan Barak2015-10-223-6/+0Star
* | | IB/cm: Remove the usage of smac and vid of qp_attr and cm_avMatan Barak2015-10-222-36/+0Star
* | | IB/core: Use GID table in AH creation and dmac resolutionMatan Barak2015-10-224-71/+98
* | | IB/cache: Add ib_find_gid_by_filter cache APIMatan Barak2015-10-221-0/+93
* | | IB/cma: cma_validate_port should verify the port and netdeviceMatan Barak2015-10-221-8/+18
* | | IB/cm: cm_init_av_by_path should find a GID by its netdeviceMatan Barak2015-10-221-2/+5
* | | IB/core: Add netdev to path recordMatan Barak2015-10-222-2/+13
* | | IB/core: Expose and rename ib_find_cached_gid_by_port cache APIMatan Barak2015-10-223-11/+7Star
* | | IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak2015-10-229-22/+36
* | | IB/core: Allow setting create flags in QP init attributeEran Ben Elisha2015-10-221-1/+1
* | | IB/core: Extend ib_uverbs_create_qpEran Ben Elisha2015-10-223-65/+191
* | | IB/core: avoid 32-bit warningArnd Bergmann2015-10-211-1/+1
| |/ |/|
* | IB/cm: Fix rb-tree duplicate free and use-after-freeDoron Tsur2015-10-211-1/+9
* | IB/cma: Use inner P_Key to determine netdevHaggai Eran2015-10-201-2/+2
* | IB/ucma: check workqueue allocation before usageSasha Levin2015-10-201-1/+6
* | IB/cma: Potential NULL dereference in cma_id_from_eventHaggai Eran2015-10-201-1/+1
* | IB/core: Fix use after free of ifaMatan Barak2015-10-201-8/+27
* | IB/core: Fix memory corruption in ib_cache_gid_set_default_gidDoron Tsur2015-10-151-1/+1
|/
* IB/cma: Accept connection without a valid netdev on RoCEHaggai Eran2015-10-061-14/+40
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-0920-707/+3618
|\
| * IB/uverbs: reject invalid or unknown opcodesChristoph Hellwig2015-09-031-1/+9
| * IB/sa: Fix rdma netlink message flagsKaike Wan2015-09-021-1/+1
| * IB/ucma: HW Device hot-removal supportYishai Hadas2015-08-311-11/+129
| * IB/uverbs: Enable device removal when there are active user space applicationsYishai Hadas2015-08-312-68/+301
| * IB/uverbs: Explicitly pass ib_dev to uverbs commandsYishai Hadas2015-08-313-39/+88
| * IB/uverbs: Fix race between ib_uverbs_open and remove_oneYishai Hadas2015-08-312-14/+32
| * IB/uverbs: Fix reference counting usage of event filesYishai Hadas2015-08-313-16/+40
| * IB/core: Make ib_dealloc_pd return voidJason Gunthorpe2015-08-312-12/+36
| * IB/mad: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-312-24/+3Star
| * IB/core: Guarantee that a local_dma_lkey is availableJason Gunthorpe2015-08-312-5/+43
| * IB/sa: Route SA pathrecord query through netlinkKaike Wan2015-08-311-1/+500
| * IB/sa: Allocate SA query with kzallocKaike Wan2015-08-311-4/+4