summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cma.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2012-10-091-3/+3
|\
| * RDMA/cma: Check that retry count values are in rangeSean Hefty2012-10-041-3/+3
* | infiniband: pass rdma_cm module to netlink_dump_startGao feng2012-10-071-1/+2
|/
* RDMA/cma: Use consistent component mask for IPoIB port space multicast joinsDotan Barak2012-09-301-1/+4
* RDMA/cma: Use PTR_RET rather than if (IS_ERR(...)) + PTR_ERRFengguang Wu2012-07-271-4/+1
*-. Merge branches 'cma', 'cxgb4', 'misc', 'mlx4-sriov', 'mlx-cleanups', 'ocrdma'...Roland Dreier2012-07-221-1/+1
|\ \
| | * IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier2012-07-081-1/+1
| |/
* | RDMA/cma: Allow user to restrict listens to bound address familySean Hefty2012-07-081-4/+31
* | RDMA/cma: Listen on specific address familySean Hefty2012-07-081-6/+10
* | RDMA/cma: Bind to a specific address familySean Hefty2012-07-081-11/+21
|/
* RDMA/cma: QP type check on received REQs should be AND not ORSean Hefty2012-06-191-1/+1
* Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2012-05-211-20/+22
|\
| * RDMA/cma: Fix lockdep false positive recursive lockingSean Hefty2012-05-081-20/+22
* | IB/rdma_cm: TOS <=> UP mapping for IBoEAmir Vadai2012-04-051-1/+5
|/
* Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-081-3/+3
|\
| * RDMA/cma: Fix endianness bugsSean Hefty2012-01-041-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-0/+6
|\ \ | |/
| * RDMA/cma: Verify private data lengthSean Hefty2011-12-191-0/+6
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-4/+4
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * infiniband: Fix up module files that need to include module.hPaul Gortmaker2011-10-311-0/+1
| |
| \
| \
| \
*---. \ Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2011-11-011-19/+48
|\ \ \ \ | |_|_|/ |/| | |
| | | * RDMA/cma: Support XRC QPsSean Hefty2011-10-131-1/+1
| | | * RDMA/cm: Define new RDMA port space specific to IBSean Hefty2011-10-131-0/+5
| |_|/ |/| |
| | * RDMA/cma: Check for NULL conn_param in rdma_acceptHefty, Sean2011-10-061-15/+23
| |/ |/|
| * RDMA/iwcm: Propagate ird/ord values upwardsKumar Sanghvi2011-10-061-2/+6
| * RDMA/cma: Fix crash in cma_req_handlerHefty, Sean2011-10-061-1/+13
|/
* RDMA/cma: Don't allow IPoIB port space for IBoEMoni Shoua2011-07-181-0/+4
* RDMA/cma: Avoid assigning an IS_ERR value to cm_id pointer in CMA id objectJack Morgenstein2011-07-181-40/+40
* RDMA/cma: Save PID of ID's ownerNir Muchtar2011-05-251-0/+6
* RDMA/cma: Add support for netlink statistics exportNir Muchtar2011-05-251-0/+99
* RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2011-05-251-19/+16
* RDMA/cma: Export enum cma_state in <rdma/rdma_cm.h>Nir Muchtar2011-05-251-90/+80
* RDMA/cma: Add an ID_REUSEADDR optionHefty, Sean2011-05-091-67/+123
* RDMA/cma: Fix handling of IPv6 addressing in cma_use_portHefty, Sean2011-05-091-7/+22
* RDMA/cma: Replace global lock in rdma_destroy_id() with id-specific oneSean Hefty2011-03-151-27/+16
* RDMA/cma: Fix crash in request handlersSean Hefty2011-03-151-0/+15
* IB/core: Add VLAN support for IBoEEli Cohen2010-10-251-8/+12
* RDMA/cm: Add RDMA CM support for IBoE devicesEli Cohen2010-10-131-19/+290
*-. Merge branches 'amso1100', 'bkl', 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'iser', '...Roland Dreier2010-05-151-47/+27
|\ \
| | * IB/core: Use kmemdup() instead of kmalloc()+memcpy()Julia Lawall2010-05-151-2/+2
| |/ |/|
| * RDMA/cma: Randomize local port allocationTetsuo Handa2010-04-211-45/+25
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-04-091-0/+1
|\
| * RDMA/cm: Set num_paths when manually assigning path recordsSean Hefty2010-04-071-0/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* RDMA/cm: Revert association of an RDMA device when binding to loopbackSean Hefty2010-02-101-3/+1
* IB/addr: Correct CONFIG_IPv6 to CONFIG_IPV6Robert P. J. Day2010-01-061-1/+1
* IB/addr: Fix IPv6 routing lookupSean Hefty2009-11-191-14/+33
* RDMA/cm: fix loopback address supportSean Hefty2009-11-191-34/+43
* IB/addr: Store net_device type instead of translating to RDMA transportSean Hefty2009-11-191-3/+3
OpenPOWER on IntegriCloud