aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-12Merge tag 'srpt-srq-type' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+1
2012-04-12IB/srpt: Set srq_type to IB_SRQT_BASICRoland Dreier1-0/+1
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-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/target-pendingLinus Torvalds1-40/+24
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus 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/jikos/trivialLinus 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', 'srp' and 'srpt' into for-nextRoland 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
2012-03-12IB/mlx4: Fix possible missed completion eventEli Cohen1-2/+1
2012-03-10target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger1-28/+0
2012-03-08IB: Change CQE "csum_ok" field to a bit flagOr Gerlitz5-5/+6
2012-03-07RDMA/iwcm: Reject connect requests if cmid is not in LISTEN stateSteve Wise1-11/+13
2012-03-07RDMA/cxgb3: Don't pass irq flags to flush_qp()Steve Wise1-20/+20
2012-03-06mlx4_core: Get rid of redundant ext_port_cap flagsOr Gerlitz1-14/+11
2012-03-05RDMA/ucma: Fix AB-BA deadlockHefty, Sean1-19/+18
2012-03-05IB/ehca: Fix ilog2() compile failureKyle McMartin1-1/+1
2012-03-05IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz7-17/+16
2012-03-05IB/iser: Post initial receive buffers before sending the final login requestOr Gerlitz3-27/+22
2012-03-05IB/iser: Free IB connection resources in the proper placeDoug Ledford2-12/+12
2012-02-27IB/srp: Consolidate repetitive sysfs codeBart Van Assche1-32/+17
2012-02-27IB/srp: Use pr_fmt() and pr_err()/pr_warn()Bart Van Assche1-25/+29
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-26mlx4: Enforce device max FMR maps in FMR allocEli Cohen1-1/+1
2012-02-26IB/mlx4: Set bad_wr for invalid send opcodeEli Cohen1-0/+1
2012-02-25IB/srpt: Fix typo "alocate" -> "allocate"Masanari Iida1-1/+1
2012-02-25IB/mad: Return error response for unsupported MADsSwapna Thete1-0/+21
2012-02-25IB/ehca: Use kthread_create_on_node()Eric Dumazet1-1/+2
2012-02-25IB/qib: Avoid filtering LID on SMA portinfoMike Marciniszyn1-3/+1
2012-02-25IB/qib: Add logic for affinity hintMike Marciniszyn3-34/+104
2012-02-25RDMA/nes: Fixes for sparse endianness warningsTatyana Nikolova1-17/+22
2012-02-25RDMA/cxgb4: Add missing peer2peer check in MPAv2 codeKumar Sanghvi1-1/+1
2012-02-25target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover1-2/+2
2012-02-25target: replace various cmd flags with a transport stateChristoph Hellwig1-3/+10
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller23-36/+38
2012-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-47/+24
2012-02-09SRP: Fix typo in ib_srpt.cMasanari Iida1-1/+1
2012-02-08IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier3-47/+24
2012-02-08IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier3-47/+24
2012-02-06IB/srpt: Don't return freed pointer from srpt_alloc_ioctx_ring()Jesper Juhl1-0/+1
2012-02-03IB/srpt: Fix ERR_PTR() vs. NULL checking confusionDan Carpenter1-3/+3
2012-02-02IB/srpt: Remove unneeded <linux/version.h> includeJesper Juhl1-1/+0
2012-02-02IB/srpt: Use ARRAY_SIZE() instead of open-codingRoland Dreier1-2/+1
2012-02-02IB/srpt: Use DEFINE_SPINLOCK()/LIST_HEAD()Roland Dreier1-5/+2