aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2014-09-17RDMA/iwcm: Use a default listen backlog if neededSteve Wise
2014-07-06IB/umad: Fix use-after-free on closeBart Van Assche
2014-07-06IB/umad: Fix error handlingBart Van Assche
2013-05-08Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into...Roland Dreier
2013-04-24RDMA/iwcm: Don't touch cmid after dropping referenceSteve Wise
2013-04-16IB/core: Verify that QP handler is valid before dispatching eventsShlomo Pongratz
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo
2013-02-27IB/core: convert to idr_alloc()Tejun Heo
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21IB/uverbs: Implement memory windows support in uverbsShani Michaeli
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli
2012-11-29RDMA/cm: Change return value from find_gid_port()shefty
2012-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2012-10-07Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-10-07infiniband: pass rdma_cm module to netlink_dump_startGao feng
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu
2012-10-04RDMA/cma: Check that retry count values are in rangeSean Hefty
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-10-02Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' an...Roland Dreier
2012-09-30IB/core: Add ib_find_exact_cached_pkey()Jack Morgenstein
2012-09-30IB/core: Handle table with full and partial membership for the same P_KeyJack Morgenstein
2012-09-30RDMA/cma: Use consistent component mask for IPoIB port space multicast joinsDotan Barak
2012-09-30IB/core: Remove unused variables in ucm/ucmaDotan Barak
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26switch infinibarf users of fget() to fget_light()Al Viro
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso
2012-08-21workqueue: deprecate __cancel_delayed_work()Tejun Heo
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo
2012-08-13RDMA/ucma.c: Fix for events with wrong context on iWARPTatyana Nikolova
2012-07-27RDMA/ucma: Convert open-coded equivalent to memdup_user()Roland Dreier
2012-07-27RDMA/cma: Use PTR_RET rather than if (IS_ERR(...)) + PTR_ERRFengguang Wu
2012-07-24Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2012-07-22Merge branches 'cma', 'cxgb4', 'misc', 'mlx4-sriov', 'mlx-cleanups', 'ocrdma'...Roland Dreier
2012-07-11IB/cm: Destroy idr as part of the module init error flowDotan Barak
2012-07-08IB/core: Move CM_xxx_ATTR_ID macros from cm_msgs.h to ib_cm.hJack Morgenstein
2012-07-08IB/sa: Add GuidInfoRecord query supportErez Shitrit
2012-07-08IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier
2012-07-08RDMA/cma: Allow user to restrict listens to bound address familySean Hefty
2012-07-08RDMA/cma: Listen on specific address familySean Hefty
2012-07-08RDMA/cma: Bind to a specific address familySean Hefty
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-26infiniband: netlink: Move away from NLMSG_NEW().David S. Miller
2012-06-19RDMA/cma: QP type check on received REQs should be AND not ORSean Hefty