aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+7
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds29-872/+1028
2009-12-16switch alloc_file() to passing struct pathAl Viro1-2/+7
2009-12-15Merge branches 'amso1100', 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'iser', 'misc', 'mlx4' and 'nes' into for-nextRoland Dreier28-868/+1018
2009-12-15RDMA/cxgb3: Fix error paths in post_send and post_recvFrank Zago1-12/+20
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-6/+6
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+1
2009-12-09RDMA/nes: Fix stale ARP issueFaisal Latif1-10/+27
2009-12-09RDMA/nes: FIN during MPA startup causes timeoutFaisal Latif1-1/+8
2009-12-09RDMA/nes: Free kmap() resourcesFaisal Latif3-2/+19
2009-12-09RDMA/nes: Check for zero STagFaisal Latif2-4/+2
2009-12-09RDMA/nes: Fix Xansation test crash on cm_node ref_countFaisal Latif1-1/+16
2009-12-09RDMA/nes: Abnormal listener exit causes loopback node crashFaisal Latif1-13/+3
2009-12-09RDMA/nes: Fix crash in nes_accept()Faisal Latif2-28/+50
2009-12-09RDMA/nes: Resource not freed for REJECTed connectionsFaisal Latif1-0/+2
2009-12-09RDMA/nes: MPA request/response error checkingFaisal Latif1-2/+29
2009-12-09RDMA/nes: Fix query of ORD valuesFaisal Latif1-4/+4
2009-12-09RDMA/nes: Fix MAX_CM_BUFFER defineFaisal Latif1-1/+3
2009-12-09RDMA/nes: Pass correct size to ioremap_nocache()Julia Lawall1-1/+2
2009-12-09RDMA/nes: Update copyright and branding stringChien Tung13-17/+16
2009-12-09RDMA/nes: Add max_cqe check to nes_create_cq()Chien Tung2-2/+5
2009-12-09RDMA/nes: Clean up struct nes_qpChien Tung2-14/+1
2009-12-09RDMA/nes: Implement IB_SIGNAL_ALL_WR as an iWARP extensionChien Tung2-8/+13
2009-12-09RDMA/nes: Add additional SFP+ PHY uC status check and PHY resetChien Tung1-6/+22
2009-12-09RDMA/nes: Correct fast memory registration implementationChien Tung4-291/+299
2009-12-09IB/ehca: Fix error paths in post_send and post_recvFrank Zago1-36/+31
2009-12-09RDMA/amso1100: Fix error paths in post_send and post_recvFrank Zago1-4/+10
2009-12-09IB/uverbs: Fix return of PTR_ERR() of wrong pointer in ib_uverbs_get_context()Roel Kluin1-1/+1
2009-12-09RDMA/nes: Add support for IB_WR_*INVChien Tung1-90/+113
2009-12-09RDMA/nes: In nes_post_recv() always set bad_wr on errorFrank Zago1-2/+5
2009-12-09RDMA/nes: In nes_post_send() always set bad_wr on errorFrank Zago1-2/+8
2009-12-09IB/ehca: Rework destroy_eq()Alexander Schmidt3-4/+8
2009-12-09IB/ipath: Use bitmap_weight()Akinobu Mita1-7/+3
2009-12-09IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()David J. Wilder1-0/+1
2009-12-09Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2009-12-04[SCSI] iser: set tgt and lu reset timeoutMike Christie1-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa3-4/+4
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo1-1/+1
2009-11-19IB/addr: Fix IPv6 routing lookupSean Hefty2-117/+74
2009-11-19IB/addr: Simplify resolving IPv4 addressesSean Hefty1-58/+23
2009-11-19RDMA/cm: fix loopback address supportSean Hefty2-38/+47
2009-11-19IB/addr: Store net_device type instead of translating to RDMA transportSean Hefty2-15/+4
2009-11-19IB/addr: Verify source and destination address families matchSean Hefty1-8/+19
2009-11-19RDMA/cma: Replace net_device pointer with indexSean Hefty2-2/+14
2009-11-19RDMA/cma: Fix AF_INET6 support in multicast joiningJason Gunthorpe1-0/+5
2009-11-19RDMA/cma: Correct detection of SA Created MGIDJason Gunthorpe1-1/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller15-6/+24
2009-11-18RDMA/addr: Use appropriate locking with for_each_netdev()Eric Dumazet1-1/+7
2009-11-16RDMA/ucma: Add option to manually set IB pathSean Hefty2-0/+55