aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-31IB/ipath: infiniband verbs supportBryan O'Sullivan2-0/+1555
2006-03-31IB/ipath: misc infiniband code, part 2Bryan O'Sullivan3-0/+2817
2006-03-31IB/ipath: misc infiniband code, part 1Bryan O'Sullivan4-0/+1187
2006-03-31IB/ipath: infiniband RC protocol supportBryan O'Sullivan1-0/+1857
2006-03-31IB/ipath: infiniband UC and UD protocol supportBryan O'Sullivan2-0/+1266
2006-03-31IB/ipath: infiniband header filesBryan O'Sullivan2-0/+804
2006-03-31IB/ipath: layering interfaces used by higher-level driver codeBryan O'Sullivan2-0/+1696
2006-03-31IB/ipath: support for userspace apps using core driverBryan O'Sullivan2-0/+2117
2006-03-31IB/ipath: sysfs and ipathfs support for core driverBryan O'Sullivan2-0/+1383
2006-03-31IB/ipath: misc driver support codeBryan O'Sullivan4-0/+1914
2006-03-31IB/ipath: chip initialisation code, and diag supportBryan O'Sullivan2-0/+1330
2006-03-31IB/ipath: support for PCI Express devicesBryan O'Sullivan1-0/+1247
2006-03-31IB/ipath: support for HyperTransport devicesBryan O'Sullivan1-0/+1586
2006-03-31IB/ipath: core driver header filesBryan O'Sullivan5-0/+2305
2006-03-31IB/ipath: core device driverBryan O'Sullivan1-0/+1983
2006-03-30IB/mad: RMPP support for additional classesHal Rosenstock3-44/+59
2006-03-30IB/mad: include GID/class when matching receivesJack Morgenstein3-29/+67
2006-03-29IB/mthca: Fix section mismatch problemsRoland Dreier9-12/+12
2006-03-29IPoIB: Fix oops with raw socketsRoland Dreier1-1/+1
2006-03-29IB/mthca: Fix check of size in SRQ creationJack Morgenstein1-1/+1
2006-03-29IB/srp: Fix unmapping of fake scatterlistRoland Dreier1-2/+2
2006-03-24IPoIB: P_Key change event handlingLeonid Arsh4-19/+44
2006-03-24IB/mthca: Fix modify QP error pathRoland Dreier1-10/+11
2006-03-24IPoIB: Fix network interface "RUNNING" statusLeonid Arsh1-2/+3
2006-03-24IB/mthca: Fix indentationRoland Dreier1-2/+2
2006-03-24IB/mthca: Fix uninitialized variable in mthca_alloc_qp()Jack Morgenstein1-4/+5
2006-03-24IB/mthca: Check SRQ limit in modify SRQ operationJack Morgenstein1-0/+2
2006-03-24IB/mthca: Check that SRQ WQE size does not exceed device's max valueJack Morgenstein1-0/+4
2006-03-24IB/mthca: Check that sgid_index and path_mtu are valid in modify_qpDotan Barak1-4/+23
2006-03-24IB/srp: Use a fake scatterlist for non-SG SCSI commandsRoland Dreier2-77/+75
2006-03-24IPoIB: Pass correct pointer when flushing child interfacesLeonid Arsh1-1/+1
2006-03-21Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-15/+1
2006-03-20[INFINIBAND] ipoib: Remove leftover use of neigh_ops->destructorArnaldo Carvalho de Melo1-1/+0
2006-03-20[NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin1-15/+1
2006-03-20IB/mthca: Query SRQ srq_limit fixesEli Cohen1-4/+8
2006-03-20IPoIB: Get rid of useless test of queue lengthRoland Dreier1-6/+1
2006-03-20IB/mthca: Correct reported SRQ size in MemFree case.Dotan Barak1-2/+2
2006-03-20IB/mad: Fix oopsable race on device removalMichael S. Tsirkin1-7/+14
2006-03-20IB/srp: Coverity fix to srp_parse_options()Roland Dreier1-0/+1
2006-03-20IB/mthca: Coverity fix to mthca_init_eq_table()Roland Dreier1-1/+1
2006-03-20IB: Coverity fixes to sysfs.cRoland Dreier1-2/+4
2006-03-20IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueueJack Morgenstein4-7/+14
2006-03-20IPoIB: Fix build now that neighbour destructor is in neigh_paramsRoland Dreier1-1/+0
2006-03-20IB/uverbs: Use correct alt_pkey_index in modify QPAmi Perlmutter1-1/+1
2006-03-20IB/umad: Add support for large RMPP transfersJack Morgenstein4-209/+346
2006-03-20IB/srp: Add SCSI host attributes to show target portRoland Dreier1-1/+83
2006-03-20IB/cm: Check cm_id state before handling a REPSean Hefty1-18/+24
2006-03-20IB/mthca: Update firmware versionsRoland Dreier1-3/+3
2006-03-20IB/mthca: Optimize large messages on Sinai HCAsEli Cohen5-17/+51
2006-03-20IB/uverbs: Fix query QP return of sq_sig_allDotan Barak1-1/+1