aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-26RDMA/cxgb3: use WARNJulia Lawall1-4/+2
2012-11-22RDMA/amsol1100: Fix missing breakAlan Cox1-0/+1
2012-11-22IB/ipath: Remove unreachable codeAlan Cox1-10/+0
2012-10-23Merge branches 'cxgb4' and 'mlx4' into for-nextRoland Dreier3-54/+51
2012-10-22RDMA/cxgb4: Don't free chunk that we have failed to allocateThadeu Lima de Souza Cascardo1-1/+1
2012-10-18IB/mlx4: Synchronize cleanup of MCGs in MCG paravirtualizationEli Cohen1-7/+8
2012-10-18IB/mlx4: Fix QP1 P_Key processing in the Primary Physical Function (PPF)Jack Morgenstein2-46/+42
2012-10-18IB/mlx4: Fix build error on platforms where UL is not 64 bitsDoug Ledford1-1/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov3-4/+4
2012-10-07Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-19/+5
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds8-39/+33
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu1-1/+1
2012-10-03RDMA/nes: Bump the version number of nes driverTatyana Nikolova1-1/+1
2012-10-03RDMA/nes: Remove unused module parameter "send_first"Tatyana Nikolova2-6/+0
2012-10-03RDMA/nes: Remove unnecessary if-else statementTatyana Nikolova1-12/+3
2012-10-03RDMA/nes: Add missing break to switch.Tatyana Nikolova1-0/+1
2012-10-02Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds21-231/+6017
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-7/+4
2012-10-02Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' and 'srp' into for-linusRoland Dreier21-231/+6017
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-29/+21
2012-10-01IB/qib: Fix local access validation for user MRsMike Marciniszyn1-2/+3
2012-09-30IB/qib: Add a qib driver versionDean Luick3-3/+16
2012-09-30RDMA/nes: Fix compilation error when nes_debug is enabledTatyana Nikolova1-2/+2
2012-09-30RDMA/nes: Print hardware resource typeTatyana Nikolova3-11/+20
2012-09-30RDMA/nes: Fix for crash when TX checksum offload is offTatyana Nikolova1-0/+2
2012-09-30RDMA/nes: Cosmetic changesTatyana Nikolova1-19/+13
2012-09-30RDMA/nes: Fix for incorrect MSS when TSO is onTatyana Nikolova1-7/+7
2012-09-30RDMA/nes: Fix incorrect resolving of the loopback MAC addressTatyana Nikolova1-25/+7
2012-09-30IB/mlx4: Create paravirt contexts for VFs when master IB driver initializesJack Morgenstein2-0/+14
2012-09-30mlx4: Modify proxy/tunnel QP mechanism so that guests do no calculationsJack Morgenstein2-41/+75
2012-09-30mlx4: Paravirtualize Node Guids for slavesJack Morgenstein2-0/+17
2012-09-30mlx4: Activate SR-IOV mode for IBJack Morgenstein1-2/+6
2012-09-30IB/mlx4: Miscellaneous adjustments for SR-IOV IB supportJack Morgenstein2-9/+23
2012-09-30IB/mlx4: Add iov directory in sysfs under the ib deviceJack Morgenstein6-4/+917
2012-09-30IB/mlx4: Propagate P_Key and guid change port management events to slavesJack Morgenstein1-7/+155
2012-09-30mlx4: Add alias_guid mechanismJack Morgenstein5-8/+812
2012-09-30IB/mlx4: Add CM paravirtualizationAmir Vadai4-2/+468
2012-09-30IB/mlx4: Add multicast group (MCG) paravirtualization for SR-IOVOren Duer5-12/+1285
2012-09-30mlx4: MAD_IFC paravirtualizationJack Morgenstein3-26/+72
2012-09-30IB/mlx4: SR-IOV multiplex and demultiplex MADsJack Morgenstein1-2/+565
2012-09-30mlx4: Implement QP paravirtualization and maintain phys_pkey_cache for smp_snoopJack Morgenstein2-2/+66
2012-09-30IB/mlx4: Initialize SR-IOV IB support for slaves in master contextJack Morgenstein3-7/+791
2012-09-30IB/mlx4: SR-IOV IB context objects and proxy/tunnel SQP supportJack Morgenstein3-76/+699
2012-09-30IB/mlx4: Fill in sq_sig_type in query QPDotan Barak1-0/+4
2012-09-30RDMA/cxgb4: Fix error handling in create_qp()Emil Goode1-24/+38
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+7
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney3-6/+7
2012-09-25Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25bPaul E. McKenney2-164/+92