summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2012-05-11IB/core: Fix mismatch between locked and pinned pagesYishai Hadas1-1/+1
2012-05-08IB/mlx4: Replace printk(KERN_yyy...) with pr_yyy(...)Shlomo Pongratz5-25/+25
2012-05-08IB/mlx4: Put priority bits in WQE of IBoE MLX QPOren Duer1-3/+3
2012-05-08IB/mlx4: Add raw packet QP supportOr Gerlitz1-3/+23
2012-05-08IB/core: Add raw packet QP typeOr Gerlitz2-0/+4
2012-05-08RDMA/ocrdma: Fix build with IPV6=nRoland Dreier2-9/+22
2012-05-08RDMA/ocrdma: Tiny locking cleanupDan Carpenter1-5/+5
2012-05-08RDMA/ocrdma: Fix check for NULL instead of IS_ERRDan Carpenter1-2/+2
2012-05-08RDMA/ocrdma: Don't sleep in atomic notifier handlerSasha Levin2-16/+23
2012-05-08RDMA/ocrdma: Remove write-only variablesRoland Dreier2-10/+2
2012-05-08RDMA/ocrdma: Set event's device member in ocrdma_dispatch_ibevent()Roland Dreier1-1/+3
2012-05-08RDMA/ocrdma: Make needlessly global functions/structs staticRoland Dreier2-9/+9
2012-05-08RDMA/ocrdma: Fix warnings about uninitialized variablesRoland Dreier2-3/+4
2012-05-08RDMA/ocrdma: Add driver for Emulex OneConnect IBoE RDMA adapterParav Pandit14-0/+8393
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/ipath: Replace open-coded ARRAY_SIZE with macroMike Marciniszyn1-2/+1
2012-05-08IB/ipath: Replace open-coded ARRAY_SIZE with macroJim Cromie1-2/+1
2012-05-08RDMA/cxgb4: Use dst parameter in import_ep()Steve Wise1-1/+1
2012-05-08IB/core: Use qp->usecnt to track multicast attach/detachOr Gerlitz1-2/+12
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+6
2012-04-26Merge tag 'ib-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/...Linus Torvalds2-4/+6
2012-04-24Merge branches 'mad-response' and 'mlx4' into fixesRoland Dreier1-1/+1
2012-04-24IB/mlx4: Fix memory leaks in ib_link_query_port()Jesper Juhl1-1/+1
2012-04-24IB/mad: Don't send response for failed MADsJack Morgenstein1-3/+3
2012-04-24IB/mad: Set 'D' bit in response for unhandled MADsJack Morgenstein1-0/+2
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-2/+2
2012-04-14target: Rename target_allocate_tasks to target_setup_cmd_from_cdbAndy Grover1-1/+1
2012-04-14IB/srpt: Remove use of transport_do_task_sg_chain()Roland Dreier1-6/+2
2012-04-12Merge tag 'srpt-srq-type' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-0/+1
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+10
2012-04-12IB/srpt: Set srq_type to IB_SRQT_BASICRoland Dreier1-0/+1
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
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-02IB/mlx4: Don't return an invalid speed when a port is downOr Gerlitz1-0/+5
2012-04-02infiniband: Stop using NLA_PUT*().David S. Miller1-1/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-40/+24
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds30-289/+379
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-4/+4
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-03-20infiniband: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-03-19Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier17-193/+271
2012-03-17ib_srpt: Fix srpt_handle_cmd send_ioctx->ioctx_kref leak on exceptionNicholas Bellinger1-7/+12
2012-03-12Merge branches 'misc' and 'mlx4' into for-nextRoland Dreier3-46/+55
2012-03-12IB/mlx4: Fix info returned when querying IBoE portsOr Gerlitz1-44/+53