summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2012-05-14IB/qib: Display correct value for number of contextsMitko Haralanov
2012-05-14IB/qib: Correct ordering of reregister vs. port active eventsTodd Rimmer
2012-05-14IB/qib: Optimize pio ack buffer allocationMike Marciniszyn
2012-05-14IB/qib: Add prefetch for eager buffersMike Marciniszyn
2012-05-11IB/core: Fix mismatch between locked and pinned pagesYishai Hadas
2012-05-08IB/mlx4: Replace printk(KERN_yyy...) with pr_yyy(...)Shlomo Pongratz
2012-05-08IB/mlx4: Put priority bits in WQE of IBoE MLX QPOren Duer
2012-05-08IB/mlx4: Add raw packet QP supportOr Gerlitz
2012-05-08IB/core: Add raw packet QP typeOr Gerlitz
2012-05-08RDMA/ocrdma: Fix build with IPV6=nRoland Dreier
2012-05-08RDMA/ocrdma: Tiny locking cleanupDan Carpenter
2012-05-08RDMA/ocrdma: Fix check for NULL instead of IS_ERRDan Carpenter
2012-05-08RDMA/ocrdma: Don't sleep in atomic notifier handlerSasha Levin
2012-05-08RDMA/ocrdma: Remove write-only variablesRoland Dreier
2012-05-08RDMA/ocrdma: Set event's device member in ocrdma_dispatch_ibevent()Roland Dreier
2012-05-08RDMA/ocrdma: Make needlessly global functions/structs staticRoland Dreier
2012-05-08RDMA/ocrdma: Fix warnings about uninitialized variablesRoland Dreier
2012-05-08RDMA/ocrdma: Add driver for Emulex OneConnect IBoE RDMA adapterParav Pandit
2012-05-08RDMA/cma: Fix lockdep false positive recursive lockingSean Hefty
2012-05-08IB/uverbs: Lock SRQ / CQ / PD objects in a consistent orderRoland Dreier
2012-05-08IB/uverbs: Make lockdep output more readableRoland Dreier
2012-05-08IB/ipath: Replace open-coded ARRAY_SIZE with macroMike Marciniszyn
2012-05-08IB/ipath: Replace open-coded ARRAY_SIZE with macroJim Cromie
2012-05-08RDMA/cxgb4: Use dst parameter in import_ep()Steve Wise
2012-05-08IB/core: Use qp->usecnt to track multicast attach/detachOr Gerlitz
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-26Merge tag 'ib-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/...Linus Torvalds
2012-04-24Merge branches 'mad-response' and 'mlx4' into fixesRoland Dreier
2012-04-24IB/mlx4: Fix memory leaks in ib_link_query_port()Jesper Juhl
2012-04-24IB/mad: Don't send response for failed MADsJack Morgenstein
2012-04-24IB/mad: Set 'D' bit in response for unhandled MADsJack Morgenstein
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman
2012-04-14target: Rename target_allocate_tasks to target_setup_cmd_from_cdbAndy Grover
2012-04-14IB/srpt: Remove use of transport_do_task_sg_chain()Roland Dreier
2012-04-12Merge tag 'srpt-srq-type' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-12IB/srpt: Set srq_type to IB_SRQT_BASICRoland Dreier
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-05IB/rdma_cm: TOS <=> UP mapping for IBoEAmir Vadai
2012-04-02IB/core: Don't return EINVAL from sysfs rate attribute for invalid speedsRoland Dreier
2012-04-02IB/mlx4: Don't return an invalid speed when a port is downOr Gerlitz
2012-04-02infiniband: Stop using NLA_PUT*().David S. Miller
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-03-20infiniband: remove the second argument of k[un]map_atomic()Cong Wang