summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/ucma.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-01IB/core: Remove unused variables in ucm/ucmaDotan Barak1-1/+0
2012-08-14RDMA/ucma.c: Fix for events with wrong context on iWARPTatyana Nikolova1-1/+1
2012-07-28RDMA/ucma: Convert open-coded equivalent to memdup_user()Roland Dreier1-12/+7
2012-07-09RDMA/cma: Allow user to restrict listens to bound address familySean Hefty1-0/+7
2012-04-21net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-7/+1
2012-04-21net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-2/+2
2012-03-06RDMA/ucma: Fix AB-BA deadlockHefty, Sean1-19/+18
2012-01-27RDMA/ucma: Discard all events for new connections until acceptedSean Hefty1-1/+4
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-01Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier1-2/+5
2011-11-01infiniband: Fix up module files that need to include module.hPaul Gortmaker1-0/+1
2011-10-13RDMA/ucm: Allow user to specify QP type when creating idSean Hefty1-1/+4
2011-10-06RDMA/ucm: Removed checks for unsigned value < 0Hefty, Sean1-1/+1
2011-05-26Merge branches 'cma', 'cxgb3', 'cxgb4', 'misc', 'nes', 'netlink', 'srp' and '...Roland Dreier1-4/+23
2011-05-26RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty1-4/+23
2011-05-23RDMA/ucma: Add .nodename/.mode to tell userspace where to create device nodeRoland Dreier1-3/+5
2011-05-10RDMA/cma: Add an ID_REUSEADDR optionHefty, Sean1-0/+7
2011-01-29RDMA/ucma: Copy iWARP route information on queriesSteve Wise1-2/+20
2010-10-27Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ...Roland Dreier1-12/+80
2010-10-25IB/core: Add VLAN support for IBoEEli Cohen1-2/+10
2010-10-24RDMA/ucma: Allow tuning the max listen backlogSteve Wise1-6/+33
2010-10-14RDMA/cm: Add RDMA CM support for IBoE devicesEli Cohen1-6/+39
2010-04-21IB: Explicitly rule out llseek to avoid BKL in default_llseek()Roland Dreier1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-20RDMA/cm: fix loopback address supportSean Hefty1-4/+4
2009-11-16RDMA/ucma: Add option to manually set IB pathSean Hefty1-0/+49
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2008-10-10RDMA/ucma: Test ucma_alloc_multicast() return against NULL, not with IS_ERR()Julien Brunel1-2/+2
2008-08-04RDMA/cma: Remove padding arrays by using struct sockaddr_storageRoland Dreier1-8/+6
2008-07-25RDMA/ucma: BKL is not needed for ucma_open()Roland Dreier1-3/+8
2008-06-21infiniband-ucma: BKL pushdownArnd Bergmann1-0/+3
2008-04-17RDMA/ucma: Endian annotationRoland Dreier1-1/+1
2008-01-26RDMA/cma: add support for rdma_migrate_id() Sean Hefty1-0/+92
2007-10-10RDMA/ucma: Allow user space to set service typeSean Hefty1-1/+73
2007-04-25RDMA/ucma: Simplify ucma_get_event()Sean Hefty1-15/+7
2007-03-07RDMA/ucma: Avoid sending reject if backlog is fullSean Hefty1-1/+1
2007-02-17RDMA/cma: Add multicast communication supportSean Hefty1-3/+201
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2007-01-08RDMA/ucma: Don't report events with invalid user contextSean Hefty1-0/+10
2007-01-08RDMA/ucma: Fix struct ucma_event leak when backlog is fullSean Hefty1-0/+1
2006-12-12RDMA/cma: Export rdma cm interface to userspaceSean Hefty1-0/+874