summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2012-08-14RDMA/ucma.c: Fix for events with wrong context on iWARPTatyana Nikolova1-1/+1
2012-07-28RDMA/ucma: Convert open-coded equivalent to memdup_user()Roland Dreier1-12/+7
2012-07-28RDMA/cma: Use PTR_RET rather than if (IS_ERR(...)) + PTR_ERRFengguang Wu1-4/+1
2012-07-25Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds6-38/+211
2012-07-23Merge branches 'cma', 'cxgb4', 'misc', 'mlx4-sriov', 'mlx-cleanups', 'ocrdma'...Roland Dreier5-21/+146
2012-07-11IB/cm: Destroy idr as part of the module init error flowDotan Barak1-6/+10
2012-07-09IB/core: Move CM_xxx_ATTR_ID macros from cm_msgs.h to ib_cm.hJack Morgenstein1-12/+0
2012-07-09IB/sa: Add GuidInfoRecord query supportErez Shitrit1-0/+133
2012-07-09IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier2-3/+3
2012-07-09RDMA/cma: Allow user to restrict listens to bound address familySean Hefty2-4/+38
2012-07-09RDMA/cma: Listen on specific address familySean Hefty1-6/+10
2012-07-09RDMA/cma: Bind to a specific address familySean Hefty1-11/+21
2012-06-30netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-2/+5
2012-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-06-27infiniband: netlink: Move away from NLMSG_NEW().David S. Miller1-4/+6
2012-06-20RDMA/cma: QP type check on received REQs should be AND not ORSean Hefty1-1/+1
2012-05-22Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds4-71/+96
2012-05-21Merge branches 'core', 'cxgb4', 'ipath', 'iser', 'lockdep', 'mlx4', 'nes', 'o...Roland 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
2012-05-08IB/uverbs: Make lockdep output more readableRoland Dreier1-17/+22
2012-05-08IB/core: Use qp->usecnt to track multicast attach/detachOr Gerlitz1-2/+12
2012-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2012-04-27Merge tag 'ib-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/...Linus Torvalds1-3/+5
2012-04-25IB/mad: Don't send response for failed MADsJack Morgenstein1-3/+3
2012-04-25IB/mad: Set 'D' bit in response for unhandled MADsJack Morgenstein1-0/+2
2012-04-21net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-7/+1
2012-04-21net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-2/+2
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2012-04-05IB/rdma_cm: TOS <=> UP mapping for IBoEAmir Vadai1-1/+5
2012-04-02IB/core: Don't return EINVAL from sysfs rate attribute for invalid speedsRoland Dreier1-4/+5
2012-04-02infiniband: Stop using NLA_PUT*().David S. Miller1-1/+2
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds4-42/+67
2012-03-19Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier2-19/+39
2012-03-08RDMA/iwcm: Reject connect requests if cmid is not in LISTEN stateSteve Wise1-11/+13
2012-03-06RDMA/ucma: Fix AB-BA deadlockHefty, Sean1-19/+18
2012-03-05IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz1-7/+6
2012-02-27IB/core: Fix SDR rates in sysfsRoland Dreier1-7/+11
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-3/+7
2012-02-26IB/mad: Return error response for unsupported MADsSwapna Thete1-0/+21
2012-02-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+6
2012-01-31Merge branches 'cma', 'ipath', 'misc', 'mlx4', 'nes' and 'qib' into for-nextRoland Dreier2-1/+2
2012-01-27RDMA/ucma: Discard all events for new connections until acceptedSean Hefty1-1/+4
2012-01-27RDMA/core: Fix kernel panic by always initializing qp->usecntBernd Schubert2-1/+2
2012-01-26infiniband: Convert dst_fetch_ha() over to dst_neigh_lookup().David Miller1-5/+9
2012-01-09Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-13/+24
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-3/+3
2012-01-04Merge branches 'cma', 'misc', 'mlx4', 'nes', 'qib' and 'uverbs' into for-nextRoland Dreier2-4/+18