aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/iwcm.c
AgeCommit message (Expand)Author
2019-05-03RDMA: Get rid of iw_cm_verbsKamal Heib
2019-02-19RDMA/iwcm: Fix string truncation errorLeon Romanovsky
2019-02-04RDMA/IWPM: Support no port mapping requirementsSteve Wise
2018-12-20RDMA/iwcm: Don't copy past the end of dev_name() stringSteve Wise
2018-09-26RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe
2017-12-07RDMA/netlink: Fix general protection faultLeon Romanovsky
2017-10-14RDMA/iwcm: Remove a set-but-not-used variableBart Van Assche
2017-08-22rdma: Autoload netlink client modulesJason Gunthorpe
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford
2017-08-18iwcm: Don't allocate iwcm workqueue with WQ_MEM_RECLAIMSagi Grimberg
2017-08-10RDMA/netlink: Rename netlink callback structLeon Romanovsky
2017-08-10RDMA/netlink: Remove netlink clients infrastructureLeon Romanovsky
2016-12-14rdma_cm: add rdma_reject_msg() helper functionSteve Wise
2016-10-07IB/iwcm: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-08-02iw_cm: free cm_id resources on the last derefSteve Wise
2016-05-13IB/core: Fix a potential array overrun in CMA and SA agentMark Bloch
2016-05-13iwcm: Fix a sparse warningBart Van Assche
2016-03-16iwcm: common code for port mapperFaisal Latif
2014-08-05RDMA/iwcm: Use a default listen backlog if neededSteve Wise
2014-01-22IB/core: Fix unused variable warningOr Gerlitz
2013-12-15RDMA/iwcm: Don't touch cm_id after deref in rem_refSteve Wise
2013-04-24RDMA/iwcm: Don't touch cmid after dropping referenceSteve Wise
2012-03-07RDMA/iwcm: Reject connect requests if cmid is not in LISTEN stateSteve Wise
2011-10-31infiniband: Fix up module files that need to include module.hPaul Gortmaker
2011-05-09RDMA/iwcm: Get rid of enum iw_cm_event_statusRoland Dreier
2010-10-11RDMA/iwcm: Fix hang in uninterruptible wait on cm_id destroyAnimesh K Trivedi
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-10-07RDMA/iwcm: Don't call provider reject func with irqs disabledSteve Wise
2009-09-09RDMA/iwcm: Reject the connection when the cm_id is destroyedSteve Wise
2008-07-22RDMA/iwcm: Remove IB_ACCESS_LOCAL_WRITE from remote QP attributesDotan Barak
2008-03-10RDMA/iwcm: Don't access a cm_id after dropping referenceSteve Wise
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare
2007-02-16RDMA/iwcm: iw_cm_id destruction race fixesSteve Wise
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-11-29RDMA/iwcm: Fix comment for iwcm_deref_id() to match codeKrishna Kumar
2006-11-29RDMA/iwcm: Remove unnecessary function argumentKrishna Kumar
2006-11-29RDMA/iwcm: Remove unnecessary initializationsKrishna Kumar
2006-11-29RDMA/iwcm: Fix memory leakKrishna Kumar
2006-11-29RDMA/iwcm: Fix memory corruption bug in cm_work_handler()Krishna Kumar
2006-11-29IB: kmemdup() cleanupEric Sesterhenn
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-09-22RDMA: iWARP Connection Manager.Tom Tucker