summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * IB/core: Add rdma netlink helper functionsKaike Wan2015-08-311-0/+55
| * IB/core: Remove needless bracketizationDoug Ledford2015-08-311-7/+4Star
| * IB/mlx4: Implement ib_device callbacksMoni Shoua2015-08-311-1/+2
| * IB/core: Add RoCE table bonding supportMatan Barak2015-08-311-20/+285
| * IB/core: missing curly braces in ib_find_gid()Dan Carpenter2015-08-311-1/+2
| * IB/core: Add RoCE GID table managementMatan Barak2015-08-315-106/+1274
| * IB/core: Make ib_alloc_device init the kobjectJason Gunthorpe2015-08-314-87/+68Star
| * IB/core: Drop ib_alloc_fast_reg_mrSagi Grimberg2015-08-311-29/+3Star
| * IB: Modify ib_create_mr APISagi Grimberg2015-08-311-7/+24
| * IB/core: Get rid of redundant verb ib_destroy_mrSagi Grimberg2015-08-311-17/+0Star
| * IB/cma: Fix net_dev reference leak with failed requestsHaggai Eran2015-08-311-0/+4
| * IB/cm: Remove compare_data checksHaggai Eran2015-08-302-93/+19Star
| * IB/cma: Share ib_cm_ids between rdma_cm_idsHaggai Eran2015-08-301-55/+4Star
| * IB/cma: Use found net_dev for passive connectionsHaggai Eran2015-08-301-27/+49
| * IB/cma: Validate routing of incoming requestsHaggai Eran2015-08-301-3/+92
| * IB/cma: Add net_dev and private data checks to RDMA CMHaggai Eran2015-08-301-3/+185
| * IB/cm: Expose BTH P_Key in CM and SIDR request eventsHaggai Eran2015-08-301-0/+20
| * IB/cma: Helper functions to access port space IDRsHaggai Eran2015-08-301-21/+60
| * IB/cma: Refactor RDMA IP CM private-data parsing codeHaggai Eran2015-08-301-65/+105
| * IB/cm: Share listening CM IDsHaggai Eran2015-08-301-6/+116
| * IB/cm: Expose service ID in request eventsHaggai Eran2015-08-301-0/+3
| * IB/core: Find the network device matching connection parametersYotam Kenneth2015-08-301-0/+46
| * IB/core: lock client data with lists_rwsemHaggai Eran2015-08-3010-35/+67
| * IB/core: Add rwsem to allow reading device list or client listHaggai Eran2015-08-301-12/+28
| * RDMA/cma: fix IPv6 address resolutionSpencer Baugh2015-08-291-2/+5
| * IB/ucma: Fix theoretical user triggered use-after-freeJason Gunthorpe2015-08-291-3/+3
* | core: Remove the ib_reg_phys_mr() and ib_rereg_phys_mr() verbsChuck Lever2015-08-051-67/+0Star
|/
* IB/core: Destroy multcast_idr on module exitJohannes Thumshirn2015-07-141-0/+1
* IB/ucm: Fix bitmap wrap when devnum > IB_UCM_MAX_DEVICESCarol L Soto2015-07-141-2/+2
* IB/ucma: Fix lockdep warning in ucma_lock_filesHaggai Eran2015-07-141-2/+2