Age | Commit message (Expand) | Author | Files | Lines |
2013-07-03 | drivers: avoid format string in dev_set_name | Kees Cook | 1 | -1/+1 |
2013-05-08 | Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into... | Roland Dreier | 2 | -1/+4 |
2013-04-24 | RDMA/iwcm: Don't touch cmid after dropping reference | Steve Wise | 1 | -0/+2 |
2013-04-16 | IB/core: Verify that QP handler is valid before dispatching events | Shlomo Pongratz | 1 | -1/+2 |
2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 2 | -4/+2 |
2013-02-27 | idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c | Tejun Heo | 1 | -1/+1 |
2013-02-27 | IB/core: convert to idr_alloc() | Tejun Heo | 6 | -81/+48 |
2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2013-02-22 | 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-29 | 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-06 | idr: rename MAX_LEVEL to MAX_IDR_LEVEL | Fengguang Wu | 1 | -1/+1 |
2012-10-04 | RDMA/cma: Check that retry count values are in range | Sean Hefty | 1 | -3/+3 |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -24/+18 |
2012-10-02 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 5 | -7/+59 |
2012-10-02 | 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-09-30 | IB/core: Add ib_find_exact_cached_pkey() | Jack Morgenstein | 1 | -0/+32 |
2012-09-30 | IB/core: Handle table with full and partial membership for the same P_Key | Jack Morgenstein | 2 | -6/+25 |
2012-09-30 | RDMA/cma: Use consistent component mask for IPoIB port space multicast joins | Dotan Barak | 1 | -1/+4 |
2012-09-30 | IB/core: Remove unused variables in ucm/ucma | Dotan Barak | 2 | -2/+0 |
2012-09-26 | switch simple cases of fget_light to fdget | Al Viro | 3 | -22/+20 |
2012-09-26 | switch infinibarf users of fget() to fget_light() | Al Viro | 3 | -14/+10 |
2012-09-08 | netlink: hide struct module parameter in netlink_kernel_create | Pablo Neira Ayuso | 1 | -1/+1 |
2012-08-21 | workqueue: deprecate __cancel_delayed_work() | Tejun Heo | 1 | -1/+1 |
2012-08-21 | workqueue: use mod_delayed_work() instead of __cancel + queue | Tejun Heo | 1 | -9/+5 |
2012-08-13 | workqueue: use mod_delayed_work() instead of cancel + queue | Tejun Heo | 1 | -3/+1 |
2012-08-13 | RDMA/ucma.c: Fix for events with wrong context on iWARP | Tatyana Nikolova | 1 | -1/+1 |
2012-07-27 | RDMA/ucma: Convert open-coded equivalent to memdup_user() | Roland Dreier | 1 | -12/+7 |
2012-07-27 | RDMA/cma: Use PTR_RET rather than if (IS_ERR(...)) + PTR_ERR | Fengguang Wu | 1 | -4/+1 |
2012-07-24 | Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 6 | -38/+211 |
2012-07-22 | 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-08 | IB/core: Move CM_xxx_ATTR_ID macros from cm_msgs.h to ib_cm.h | Jack Morgenstein | 1 | -12/+0 |
2012-07-08 | IB/sa: Add GuidInfoRecord query support | Erez Shitrit | 1 | -0/+133 |
2012-07-08 | IB: Use IS_ENABLED(CONFIG_IPV6) | Roland Dreier | 2 | -3/+3 |
2012-07-08 | RDMA/cma: Allow user to restrict listens to bound address family | Sean Hefty | 2 | -4/+38 |
2012-07-08 | RDMA/cma: Listen on specific address family | Sean Hefty | 1 | -6/+10 |
2012-07-08 | RDMA/cma: Bind to a specific address family | Sean Hefty | 1 | -11/+21 |
2012-06-29 | netlink: add netlink_kernel_cfg parameter to netlink_kernel_create | Pablo Neira Ayuso | 1 | -2/+5 |
2012-06-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2012-06-26 | infiniband: netlink: Move away from NLMSG_NEW(). | David S. Miller | 1 | -4/+6 |
2012-06-19 | RDMA/cma: QP type check on received REQs should be AND not OR | Sean Hefty | 1 | -1/+1 |
2012-05-21 | 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 |