aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-31Merge branches 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma' and 'qib' into for-nextRoland Dreier1-1/+7
2013-07-31IB/core: Create QP1 using the pkey index which contains the default pkeyJack Morgenstein1-1/+7
2013-07-31RDMA/cma: Only call cma_save_ib_info() for CM REQsSean Hefty1-1/+2
2013-07-31RDMA/cma: Fix accessing invalid private data for UDSean Hefty1-8/+11
2013-07-30RDMA/cma: Fix gcc warningPaul Bolle1-4/+3
2013-07-13Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds6-431/+834
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2013-07-08Merge branches 'af_ib', 'cxgb4', 'misc', 'mlx5', 'ocrdma', 'qib' and 'srp' into for-nextRoland Dreier2-4/+8
2013-07-08IB/uverbs: Use get_unused_fd_flags(O_CLOEXEC) instead of get_unused_fd()Roland Dreier1-2/+2
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2013-06-24IB/core: Fix error return code in add_port()Wei Yongjun1-2/+6
2013-06-20RDMA/cma: Export AF_IB statisticsSean Hefty1-27/+10
2013-06-20RDMA/ucma: Allow user space to specify AF_IB when joining multicastSean Hefty2-13/+51
2013-06-20RDMA/ucma: Allow user space to pass AF_IB into resolveSean Hefty1-1/+29
2013-06-20RDMA/ucma: Allow user space to bind to AF_IBSean Hefty1-1/+26
2013-06-20RDMA/ucma: Name changes to indicate only IP addresses supportedSean Hefty1-30/+30
2013-06-20RDMA/ucma: Add ability to query GID addressesSean Hefty1-0/+50
2013-06-20RDMA/cma: Export cma_get_service_id()Sean Hefty1-6/+7
2013-06-20RDMA/ucma: Support querying when IB paths are not reversibleSean Hefty1-0/+35
2013-06-20IB/sa: Export function to pack a path record into wire formatSean Hefty1-0/+6
2013-06-20RDMA/ucma: Support querying for AF_IB addressesSean Hefty1-2/+74
2013-06-20RDMA/cma: Only listen on IB devices when using AF_IBSean Hefty1-0/+4
2013-06-20RDMA/cma: Set qkey for AF_IBSean Hefty2-17/+26
2013-06-20RDMA/cma: Expose private data when using AF_IBSean Hefty1-22/+34
2013-06-20RDMA/cma: Merge cma_get/save_net_infoSean Hefty1-55/+69
2013-06-20RDMA/cma: Remove unused SDP related codeSean Hefty1-145/+31
2013-06-20RDMA/cma: Add support for AF_IB to cma_get_service_id()Sean Hefty1-0/+3
2013-06-20RDMA/cma: Add support for AF_IB to rdma_resolve_route()Sean Hefty1-2/+11
2013-06-20RDMA/cma: Add support for AF_IB to rdma_resolve_addr()Sean Hefty1-6/+100
2013-06-20RDMA/cma: Verify that source and dest sa_family are the sameSean Hefty1-5/+3
2013-06-20RDMA/cma: Restrict AF_IB loopback to binding to IB devices onlySean Hefty1-8/+20
2013-06-20RDMA/cma: Add helper functions to return id address informationSean Hefty1-67/+71
2013-06-20RDMA/cma: Do not modify sa_family when setting loopback addressSean Hefty1-13/+18
2013-06-20RDMA/cma: Allow user to specify AF_IB when bindingSean Hefty1-6/+28
2013-06-20RDMA/cma: Update port reservation to support AF_IBSean Hefty1-21/+86
2013-06-20IB/addr: Add AF_IB support to ip_addr_sizeSean Hefty2-8/+24
2013-06-20RDMA/cma: Include AF_IB in loopback and any address checksSean Hefty1-16/+24
2013-06-20RDMA/cma: Allow enabling reuseaddr in any stateSean Hefty1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-2/+2
2013-05-08Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into for-nextRoland Dreier2-1/+4
2013-04-24RDMA/iwcm: Don't touch cmid after dropping referenceSteve Wise1-0/+2
2013-04-16IB/core: Verify that QP handler is valid before dispatching eventsShlomo Pongratz1-1/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-4/+2
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo1-1/+1
2013-02-27IB/core: convert to idr_alloc()Tejun Heo6-81/+48
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-21IB/uverbs: Implement memory windows support in uverbsShani Michaeli3-2/+134
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli1-2/+3
2012-11-29RDMA/cm: Change return value from find_gid_port()shefty1-5/+4