aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/iwcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-22rdma: Autoload netlink client modulesJason Gunthorpe1-0/+2
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford1-1/+1
2017-08-18iwcm: Don't allocate iwcm workqueue with WQ_MEM_RECLAIMSagi Grimberg1-1/+1
2017-08-10RDMA/netlink: Rename netlink callback structLeon Romanovsky1-1/+1
2017-08-10RDMA/netlink: Remove netlink clients infrastructureLeon Romanovsky1-7/+3
2016-12-14rdma_cm: add rdma_reject_msg() helper functionSteve Wise1-0/+21
2016-10-07IB/iwcm: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-08-02iw_cm: free cm_id resources on the last derefSteve Wise1-37/+17
2016-05-13IB/core: Fix a potential array overrun in CMA and SA agentMark Bloch1-1/+1
2016-05-13iwcm: Fix a sparse warningBart Van Assche1-1/+1
2016-03-16iwcm: common code for port mapperFaisal Latif1-26/+164
2014-08-05RDMA/iwcm: Use a default listen backlog if neededSteve Wise1-0/+27
2014-01-22IB/core: Fix unused variable warningOr Gerlitz1-2/+1
2013-12-15RDMA/iwcm: Don't touch cm_id after deref in rem_refSteve Wise1-2/+9
2013-04-24RDMA/iwcm: Don't touch cmid after dropping referenceSteve Wise1-0/+2
2012-03-07RDMA/iwcm: Reject connect requests if cmid is not in LISTEN stateSteve Wise1-11/+13
2011-10-31infiniband: Fix up module files that need to include module.hPaul Gortmaker1-0/+1
2011-05-09RDMA/iwcm: Get rid of enum iw_cm_event_statusRoland Dreier1-1/+1
2010-10-11RDMA/iwcm: Fix hang in uninterruptible wait on cm_id destroyAnimesh K Trivedi1-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-07RDMA/iwcm: Don't call provider reject func with irqs disabledSteve Wise1-0/+2
2009-09-09RDMA/iwcm: Reject the connection when the cm_id is destroyedSteve Wise1-0/+1
2008-07-22RDMA/iwcm: Remove IB_ACCESS_LOCAL_WRITE from remote QP attributesDotan Barak1-2/+1
2008-03-10RDMA/iwcm: Don't access a cm_id after dropping referenceSteve Wise1-2/+3
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-02-16RDMA/iwcm: iw_cm_id destruction race fixesSteve Wise1-22/+25
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-22/+22
2006-11-29RDMA/iwcm: Fix comment for iwcm_deref_id() to match codeKrishna Kumar1-2/+3
2006-11-29RDMA/iwcm: Remove unnecessary function argumentKrishna Kumar1-7/+6
2006-11-29RDMA/iwcm: Remove unnecessary initializationsKrishna Kumar1-4/+4
2006-11-29RDMA/iwcm: Fix memory leakKrishna Kumar1-3/+4
2006-11-29RDMA/iwcm: Fix memory corruption bug in cm_work_handler()Krishna Kumar1-3/+4
2006-11-29IB: kmemdup() cleanupEric Sesterhenn1-2/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4
2006-09-22RDMA: iWARP Connection Manager.Tom Tucker1-0/+1019