summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
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...Roland 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/vir...Linus 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
2012-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-3/+3
2012-10-07Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-3/+3
2012-10-07infiniband: pass rdma_cm module to netlink_dump_startGao feng2-1/+3
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu1-1/+1
2012-10-04RDMA/cma: Check that retry count values are in rangeSean Hefty1-3/+3
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-24/+18
2012-10-02Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds5-7/+59
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-13/+7
2012-10-02Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' an...Roland Dreier2-4/+55
2012-09-30IB/core: Add ib_find_exact_cached_pkey()Jack Morgenstein1-0/+32
2012-09-30IB/core: Handle table with full and partial membership for the same P_KeyJack Morgenstein2-6/+25
2012-09-30RDMA/cma: Use consistent component mask for IPoIB port space multicast joinsDotan Barak1-1/+4
2012-09-30IB/core: Remove unused variables in ucm/ucmaDotan Barak2-2/+0
2012-09-26switch simple cases of fget_light to fdgetAl Viro3-22/+20
2012-09-26switch infinibarf users of fget() to fget_light()Al Viro3-14/+10
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-1/+1