summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2013-07-31Merge branches 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes...Roland Dreier
2013-07-31IB/core: Create QP1 using the pkey index which contains the default pkeyJack Morgenstein
2013-07-31RDMA/cma: Only call cma_save_ib_info() for CM REQsSean Hefty
2013-07-31RDMA/cma: Fix accessing invalid private data for UDSean Hefty
2013-07-30RDMA/cma: Fix gcc warningPaul Bolle
2013-07-13Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-07-08Merge branches 'af_ib', 'cxgb4', 'misc', 'mlx5', 'ocrdma', 'qib' and 'srp' in...Roland Dreier
2013-07-08IB/uverbs: Use get_unused_fd_flags(O_CLOEXEC) instead of get_unused_fd()Roland Dreier
2013-07-03drivers: avoid format string in dev_set_nameKees Cook
2013-06-24IB/core: Fix error return code in add_port()Wei Yongjun
2013-06-21RDMA/cma: Export AF_IB statisticsSean Hefty
2013-06-21RDMA/ucma: Allow user space to specify AF_IB when joining multicastSean Hefty
2013-06-21RDMA/ucma: Allow user space to pass AF_IB into resolveSean Hefty
2013-06-21RDMA/ucma: Allow user space to bind to AF_IBSean Hefty
2013-06-21RDMA/ucma: Name changes to indicate only IP addresses supportedSean Hefty
2013-06-21RDMA/ucma: Add ability to query GID addressesSean Hefty
2013-06-21RDMA/cma: Export cma_get_service_id()Sean Hefty
2013-06-21RDMA/ucma: Support querying when IB paths are not reversibleSean Hefty
2013-06-21IB/sa: Export function to pack a path record into wire formatSean Hefty
2013-06-21RDMA/ucma: Support querying for AF_IB addressesSean Hefty
2013-06-21RDMA/cma: Only listen on IB devices when using AF_IBSean Hefty
2013-06-21RDMA/cma: Set qkey for AF_IBSean Hefty
2013-06-21RDMA/cma: Expose private data when using AF_IBSean Hefty
2013-06-21RDMA/cma: Merge cma_get/save_net_infoSean Hefty
2013-06-20RDMA/cma: Remove unused SDP related codeSean Hefty
2013-06-20RDMA/cma: Add support for AF_IB to cma_get_service_id()Sean Hefty
2013-06-20RDMA/cma: Add support for AF_IB to rdma_resolve_route()Sean Hefty
2013-06-20RDMA/cma: Add support for AF_IB to rdma_resolve_addr()Sean Hefty
2013-06-20RDMA/cma: Verify that source and dest sa_family are the sameSean Hefty
2013-06-20RDMA/cma: Restrict AF_IB loopback to binding to IB devices onlySean Hefty
2013-06-20RDMA/cma: Add helper functions to return id address informationSean Hefty
2013-06-20RDMA/cma: Do not modify sa_family when setting loopback addressSean Hefty
2013-06-20RDMA/cma: Allow user to specify AF_IB when bindingSean Hefty
2013-06-20RDMA/cma: Update port reservation to support AF_IBSean Hefty
2013-06-20IB/addr: Add AF_IB support to ip_addr_sizeSean Hefty
2013-06-20RDMA/cma: Include AF_IB in loopback and any address checksSean Hefty
2013-06-20RDMA/cma: Allow enabling reuseaddr in any stateSean Hefty
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-05-08Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into...Roland Dreier
2013-04-25RDMA/iwcm: Don't touch cmid after dropping referenceSteve Wise
2013-04-17IB/core: Verify that QP handler is valid before dispatching eventsShlomo Pongratz
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2013-02-28idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo
2013-02-28IB/core: convert to idr_alloc()Tejun Heo
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-23new 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