summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes...Roland Dreier2013-07-311-1/+7
|\ \
| | * IB/core: Create QP1 using the pkey index which contains the default pkeyJack Morgenstein2013-07-311-1/+7
| |/
* | RDMA/cma: Only call cma_save_ib_info() for CM REQsSean Hefty2013-07-311-1/+2
* | RDMA/cma: Fix accessing invalid private data for UDSean Hefty2013-07-311-8/+11
* | RDMA/cma: Fix gcc warningPaul Bolle2013-07-311-4/+3Star
|/
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-07-136-431/+834
|\
| *-. Merge branches 'af_ib', 'cxgb4', 'misc', 'mlx5', 'ocrdma', 'qib' and 'srp' in...Roland Dreier2013-07-082-4/+8
| |\ \
| | | * IB/uverbs: Use get_unused_fd_flags(O_CLOEXEC) instead of get_unused_fd()Roland Dreier2013-07-081-2/+2
| | | * IB/core: Fix error return code in add_port()Wei Yongjun2013-06-241-2/+6
| | |/
| * | RDMA/cma: Export AF_IB statisticsSean Hefty2013-06-211-27/+10Star
| * | RDMA/ucma: Allow user space to specify AF_IB when joining multicastSean Hefty2013-06-212-13/+51
| * | RDMA/ucma: Allow user space to pass AF_IB into resolveSean Hefty2013-06-211-1/+29
| * | RDMA/ucma: Allow user space to bind to AF_IBSean Hefty2013-06-211-1/+26
| * | RDMA/ucma: Name changes to indicate only IP addresses supportedSean Hefty2013-06-211-30/+30
| * | RDMA/ucma: Add ability to query GID addressesSean Hefty2013-06-211-0/+50
| * | RDMA/cma: Export cma_get_service_id()Sean Hefty2013-06-211-6/+7
| * | RDMA/ucma: Support querying when IB paths are not reversibleSean Hefty2013-06-211-0/+35
| * | IB/sa: Export function to pack a path record into wire formatSean Hefty2013-06-211-0/+6
| * | RDMA/ucma: Support querying for AF_IB addressesSean Hefty2013-06-211-2/+74
| * | RDMA/cma: Only listen on IB devices when using AF_IBSean Hefty2013-06-211-0/+4
| * | RDMA/cma: Set qkey for AF_IBSean Hefty2013-06-212-17/+26
| * | RDMA/cma: Expose private data when using AF_IBSean Hefty2013-06-211-22/+34
| * | RDMA/cma: Merge cma_get/save_net_infoSean Hefty2013-06-211-55/+69
| * | RDMA/cma: Remove unused SDP related codeSean Hefty2013-06-201-145/+31Star
| * | RDMA/cma: Add support for AF_IB to cma_get_service_id()Sean Hefty2013-06-201-0/+3
| * | RDMA/cma: Add support for AF_IB to rdma_resolve_route()Sean Hefty2013-06-201-2/+11
| * | RDMA/cma: Add support for AF_IB to rdma_resolve_addr()Sean Hefty2013-06-201-6/+100
| * | RDMA/cma: Verify that source and dest sa_family are the sameSean Hefty2013-06-201-5/+3Star
| * | RDMA/cma: Restrict AF_IB loopback to binding to IB devices onlySean Hefty2013-06-201-8/+20
| * | RDMA/cma: Add helper functions to return id address informationSean Hefty2013-06-201-67/+71
| * | RDMA/cma: Do not modify sa_family when setting loopback addressSean Hefty2013-06-201-13/+18
| * | RDMA/cma: Allow user to specify AF_IB when bindingSean Hefty2013-06-201-6/+28
| * | RDMA/cma: Update port reservation to support AF_IBSean Hefty2013-06-201-21/+86
| * | IB/addr: Add AF_IB support to ip_addr_sizeSean Hefty2013-06-202-8/+24
| * | RDMA/cma: Include AF_IB in loopback and any address checksSean Hefty2013-06-201-16/+24
| * | RDMA/cma: Allow enabling reuseaddr in any stateSean Hefty2013-06-201-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-101-2/+2
|\|
| * net: pass info struct via netdevice notifierJiri Pirko2013-05-281-2/+2
* | drivers: avoid format string in dev_set_nameKees Cook2013-07-041-1/+1
|/
*-. Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into...Roland Dreier2013-05-082-1/+4
|\ \
| | * IB/core: Verify that QP handler is valid before dispatching eventsShlomo Pongratz2013-04-171-1/+2
| |/ |/|
| * RDMA/iwcm: Don't touch cmid after dropping referenceSteve Wise2013-04-251-0/+2
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-282-4/+2Star
* idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo2013-02-281-1/+1
* IB/core: convert to idr_alloc()Tejun Heo2013-02-286-81/+48Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | IB/uverbs: Implement memory windows support in uverbsShani Michaeli2013-02-213-2/+134
* | IB/core: Add "type 2" memory windows supportShani Michaeli2013-02-211-2/+3
|/
* RDMA/cm: Change return value from find_gid_port()shefty2012-11-291-5/+4Star