aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds2009-12-161-2/+7
|\
| * switch alloc_file() to passing struct pathAl Viro2009-12-161-2/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-12-1629-872/+1028
|\ \ | |/ |/|
| *---------------. Merge branches 'amso1100', 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'iser', ...Roland Dreier2009-12-1528-868/+1018
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | | * RDMA/nes: Fix stale ARP issueFaisal Latif2009-12-091-10/+27
| | | | | | | | | | * RDMA/nes: FIN during MPA startup causes timeoutFaisal Latif2009-12-091-1/+8
| | | | | | | | | | * RDMA/nes: Free kmap() resourcesFaisal Latif2009-12-093-2/+19
| | | | | | | | | | * RDMA/nes: Check for zero STagFaisal Latif2009-12-092-4/+2
| | | | | | | | | | * RDMA/nes: Fix Xansation test crash on cm_node ref_countFaisal Latif2009-12-091-1/+16
| | | | | | | | | | * RDMA/nes: Abnormal listener exit causes loopback node crashFaisal Latif2009-12-091-13/+3
| | | | | | | | | | * RDMA/nes: Fix crash in nes_accept()Faisal Latif2009-12-092-28/+50
| | | | | | | | | | * RDMA/nes: Resource not freed for REJECTed connectionsFaisal Latif2009-12-091-0/+2
| | | | | | | | | | * RDMA/nes: MPA request/response error checkingFaisal Latif2009-12-091-2/+29
| | | | | | | | | | * RDMA/nes: Fix query of ORD valuesFaisal Latif2009-12-091-4/+4
| | | | | | | | | | * RDMA/nes: Fix MAX_CM_BUFFER defineFaisal Latif2009-12-091-1/+3
| | | | | | | | | | * RDMA/nes: Pass correct size to ioremap_nocache()Julia Lawall2009-12-091-1/+2
| | | | | | | | | | * RDMA/nes: Update copyright and branding stringChien Tung2009-12-0913-17/+16
| | | | | | | | | | * RDMA/nes: Add max_cqe check to nes_create_cq()Chien Tung2009-12-092-2/+5
| | | | | | | | | | * RDMA/nes: Clean up struct nes_qpChien Tung2009-12-092-14/+1
| | | | | | | | | | * RDMA/nes: Implement IB_SIGNAL_ALL_WR as an iWARP extensionChien Tung2009-12-092-8/+13
| | | | | | | | | | * RDMA/nes: Add additional SFP+ PHY uC status check and PHY resetChien Tung2009-12-091-6/+22
| | | | | | | | | | * RDMA/nes: Correct fast memory registration implementationChien Tung2009-12-094-291/+299
| | | | | | | | | | * RDMA/nes: Add support for IB_WR_*INVChien Tung2009-12-091-90/+113
| | | | | | | | | | * RDMA/nes: In nes_post_recv() always set bad_wr on errorFrank Zago2009-12-091-2/+5
| | | | | | | | | | * RDMA/nes: In nes_post_send() always set bad_wr on errorFrank Zago2009-12-091-2/+8
| | | | | | | | | * | IB/mlx4: Remove limitation on LSO header sizeEli Cohen2009-11-122-13/+13
| | | | | | | | | * | IB/mlx4: Remove unneeded codeEli Cohen2009-11-121-1/+0
| | | | | | | | * | | IB/uverbs: Fix return of PTR_ERR() of wrong pointer in ib_uverbs_get_context()Roel Kluin2009-12-091-1/+1
| | | | | | | | |/ /
| | | | | | | * | | IB/iser: Rewrite SG handling for RDMA logicOr Gerlitz2009-11-121-66/+56
| | | | | | | |/ /
| | | | | | * | | IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()David J. Wilder2009-12-091-0/+1
| | | | | | |/ /
| | | | | * | | IB/ipath: Use bitmap_weight()Akinobu Mita2009-12-091-7/+3
| | | | | |/ /
| | | | * | | IB/ehca: Fix error paths in post_send and post_recvFrank Zago2009-12-091-36/+31
| | | | | |/ | | | | |/|
| | | | * | IB/ehca: Rework destroy_eq()Alexander Schmidt2009-12-093-4/+8
| | | | |/
| | | * | RDMA/cxgb3: Fix error paths in post_send and post_recvFrank Zago2009-12-151-12/+20
| | | |/
| | * | IB/addr: Fix IPv6 routing lookupSean Hefty2009-11-192-117/+74
| | * | IB/addr: Simplify resolving IPv4 addressesSean Hefty2009-11-191-58/+23
| | * | RDMA/cm: fix loopback address supportSean Hefty2009-11-192-38/+47
| | * | IB/addr: Store net_device type instead of translating to RDMA transportSean Hefty2009-11-192-15/+4
| | * | IB/addr: Verify source and destination address families matchSean Hefty2009-11-191-8/+19
| | * | RDMA/cma: Replace net_device pointer with indexSean Hefty2009-11-192-2/+14
| | * | RDMA/cma: Fix AF_INET6 support in multicast joiningJason Gunthorpe2009-11-191-0/+5
| | * | RDMA/cma: Correct detection of SA Created MGIDJason Gunthorpe2009-11-191-1/+1
| | * | RDMA/addr: Use appropriate locking with for_each_netdev()Eric Dumazet2009-11-181-1/+7
| | * | RDMA/ucma: Add option to manually set IB pathSean Hefty2009-11-162-0/+55
| | |/
| * | RDMA/amso1100: Fix error paths in post_send and post_recvFrank Zago2009-12-091-4/+10
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-2/+1
|\ \
| * | this_cpu: Straight transformationsChristoph Lameter2009-10-031-2/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-095-6/+6
|\ \ \
| * | | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-043-4/+4
| * | | tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-12-041-1/+1