Age | Commit message (Expand) | Author | Files | Lines |
2013-05-09 | Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into... | Roland Dreier | 2 | -1/+4 |
2013-04-25 | RDMA/iwcm: Don't touch cmid after dropping reference | Steve Wise | 1 | -0/+2 |
2013-04-17 | IB/core: Verify that QP handler is valid before dispatching events | Shlomo Pongratz | 1 | -1/+2 |
2013-02-28 | hlist: drop the node parameter from iterators | Sasha Levin | 2 | -4/+2 |
2013-02-28 | idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c | Tejun Heo | 1 | -1/+1 |
2013-02-28 | IB/core: convert to idr_alloc() | Tejun Heo | 6 | -81/+48 |
2013-02-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2013-02-23 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
2013-02-21 | IB/uverbs: Implement memory windows support in uverbs | Shani Michaeli | 3 | -2/+134 |
2013-02-21 | IB/core: Add "type 2" memory windows support | Shani Michaeli | 1 | -2/+3 |
2012-11-30 | RDMA/cm: Change return value from find_gid_port() | shefty | 1 | -5/+4 |
2012-10-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 1 | -3/+3 |
2012-10-07 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -3/+3 |
2012-10-07 | infiniband: pass rdma_cm module to netlink_dump_start | Gao feng | 2 | -1/+3 |
2012-10-05 | idr: rename MAX_LEVEL to MAX_IDR_LEVEL | Fengguang Wu | 1 | -1/+1 |
2012-10-05 | RDMA/cma: Check that retry count values are in range | Sean Hefty | 1 | -3/+3 |
2012-10-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -24/+18 |
2012-10-03 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 5 | -7/+59 |
2012-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+1 |
2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2 | -13/+7 |
2012-10-02 | Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' an... | Roland Dreier | 2 | -4/+55 |
2012-10-01 | IB/core: Add ib_find_exact_cached_pkey() | Jack Morgenstein | 1 | -0/+32 |
2012-10-01 | IB/core: Handle table with full and partial membership for the same P_Key | Jack Morgenstein | 2 | -6/+25 |
2012-10-01 | RDMA/cma: Use consistent component mask for IPoIB port space multicast joins | Dotan Barak | 1 | -1/+4 |
2012-10-01 | IB/core: Remove unused variables in ucm/ucma | Dotan Barak | 2 | -2/+0 |
2012-09-27 | switch simple cases of fget_light to fdget | Al Viro | 3 | -22/+20 |
2012-09-27 | switch infinibarf users of fget() to fget_light() | Al Viro | 3 | -14/+10 |
2012-09-09 | netlink: hide struct module parameter in netlink_kernel_create | Pablo Neira Ayuso | 1 | -1/+1 |
2012-08-22 | workqueue: deprecate __cancel_delayed_work() | Tejun Heo | 1 | -1/+1 |
2012-08-22 | workqueue: use mod_delayed_work() instead of __cancel + queue | Tejun Heo | 1 | -9/+5 |
2012-08-14 | workqueue: use mod_delayed_work() instead of cancel + queue | Tejun Heo | 1 | -3/+1 |
2012-08-14 | RDMA/ucma.c: Fix for events with wrong context on iWARP | Tatyana Nikolova | 1 | -1/+1 |
2012-07-28 | RDMA/ucma: Convert open-coded equivalent to memdup_user() | Roland Dreier | 1 | -12/+7 |
2012-07-28 | RDMA/cma: Use PTR_RET rather than if (IS_ERR(...)) + PTR_ERR | Fengguang Wu | 1 | -4/+1 |
2012-07-25 | Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 6 | -38/+211 |
2012-07-23 | Merge branches 'cma', 'cxgb4', 'misc', 'mlx4-sriov', 'mlx-cleanups', 'ocrdma'... | Roland Dreier | 5 | -21/+146 |
2012-07-11 | IB/cm: Destroy idr as part of the module init error flow | Dotan Barak | 1 | -6/+10 |
2012-07-09 | IB/core: Move CM_xxx_ATTR_ID macros from cm_msgs.h to ib_cm.h | Jack Morgenstein | 1 | -12/+0 |
2012-07-09 | IB/sa: Add GuidInfoRecord query support | Erez Shitrit | 1 | -0/+133 |
2012-07-09 | IB: Use IS_ENABLED(CONFIG_IPV6) | Roland Dreier | 2 | -3/+3 |
2012-07-09 | RDMA/cma: Allow user to restrict listens to bound address family | Sean Hefty | 2 | -4/+38 |
2012-07-09 | RDMA/cma: Listen on specific address family | Sean Hefty | 1 | -6/+10 |
2012-07-09 | RDMA/cma: Bind to a specific address family | Sean Hefty | 1 | -11/+21 |
2012-06-30 | netlink: add netlink_kernel_cfg parameter to netlink_kernel_create | Pablo Neira Ayuso | 1 | -2/+5 |
2012-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2012-06-27 | infiniband: netlink: Move away from NLMSG_NEW(). | David S. Miller | 1 | -4/+6 |
2012-06-20 | RDMA/cma: QP type check on received REQs should be AND not OR | Sean Hefty | 1 | -1/+1 |
2012-05-22 | Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 4 | -71/+96 |
2012-05-21 | Merge branches 'core', 'cxgb4', 'ipath', 'iser', 'lockdep', 'mlx4', 'nes', 'o... | Roland Dreier | 3 | -68/+83 |
2012-05-11 | IB/core: Fix mismatch between locked and pinned pages | Yishai Hadas | 1 | -1/+1 |