aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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/roland/infinibandLinus 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/viro/vfsLinus Torvalds3-24/+18
2012-10-02Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus 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' and 'srp' into for-linusRoland 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
2012-08-21workqueue: deprecate __cancel_delayed_work()Tejun Heo1-1/+1
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo1-9/+5
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo1-3/+1
2012-08-13RDMA/ucma.c: Fix for events with wrong context on iWARPTatyana Nikolova1-1/+1
2012-07-27RDMA/ucma: Convert open-coded equivalent to memdup_user()Roland Dreier1-12/+7
2012-07-27RDMA/cma: Use PTR_RET rather than if (IS_ERR(...)) + PTR_ERRFengguang Wu1-4/+1
2012-07-24Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds6-38/+211
2012-07-22Merge branches 'cma', 'cxgb4', 'misc', 'mlx4-sriov', 'mlx-cleanups', 'ocrdma' and 'qib' into for-linusRoland Dreier5-21/+146
2012-07-11IB/cm: Destroy idr as part of the module init error flowDotan Barak1-6/+10
2012-07-08IB/core: Move CM_xxx_ATTR_ID macros from cm_msgs.h to ib_cm.hJack Morgenstein1-12/+0
2012-07-08IB/sa: Add GuidInfoRecord query supportErez Shitrit1-0/+133
2012-07-08IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier2-3/+3
2012-07-08RDMA/cma: Allow user to restrict listens to bound address familySean Hefty2-4/+38
2012-07-08RDMA/cma: Listen on specific address familySean Hefty1-6/+10
2012-07-08RDMA/cma: Bind to a specific address familySean Hefty1-11/+21
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-2/+5
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-06-26infiniband: netlink: Move away from NLMSG_NEW().David S. Miller1-4/+6
2012-06-19RDMA/cma: QP type check on received REQs should be AND not ORSean Hefty1-1/+1
2012-05-21Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds4-71/+96
2012-05-21Merge branches 'core', 'cxgb4', 'ipath', 'iser', 'lockdep', 'mlx4', 'nes', 'ocrdma', 'qib' and 'raw-qp' into for-linusRoland Dreier3-68/+83
2012-05-11IB/core: Fix mismatch between locked and pinned pagesYishai Hadas1-1/+1
2012-05-08IB/core: Add raw packet QP typeOr Gerlitz2-0/+4
2012-05-08RDMA/cma: Fix lockdep false positive recursive lockingSean Hefty1-20/+22
2012-05-08IB/uverbs: Lock SRQ / CQ / PD objects in a consistent orderRoland Dreier1-31/+35