aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-04-19IB/mthca: make a function staticAdrian Bunk1-1/+1
2006-04-19IB/ipath: Fix whitespaceRoland Dreier2-57/+57
2006-04-19IB/ipath: Make more names staticRoland Dreier9-93/+75
2006-04-19IB/mad: Fix RMPP version check during agent registrationHal Rosenstock1-4/+1
2006-04-19IB/srp: Remove request from list when SCSI abort succeedsRoland Dreier1-7/+11
2006-04-12IB/mthca: Fix max_srq_sge returned by ib_query_device for Tavor devicesJack Morgenstein4-2/+30
2006-04-10IB/cache: Use correct pointer to calculate sizeMichael S. Tsirkin1-1/+1
2006-04-10IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave()Roland Dreier1-5/+4
2006-04-10IPoIB: Close race in ipoib_flush_paths()Eli Cohen1-2/+3
2006-04-10IB/mthca: Disable tuning PCI read burst sizeMichael S. Tsirkin1-0/+7
2006-04-10IPoIB: Make send and receive queue sizes tunableShirley Ma4-20/+40
2006-04-10IPoIB: Wait for join to finish before freeing mcast structEli Cohen1-21/+20
2006-04-10IB: simplify static rate encodingJack Morgenstein12-36/+233
2006-04-04IPoIB: Consolidate private neighbour data handlingMichael S. Tsirkin3-17/+34
2006-04-03IB/srp: Fix memory leak in options parsingRoland Dreier1-0/+1
2006-04-02IB/mthca: Always build debugging code unless CONFIG_EMBEDDED=yRoland Dreier4-11/+29
2006-04-02IPoIB: Always build debugging code unless CONFIG_EMBEDDED=yRoland Dreier1-1/+2
2006-04-02IB/mad: fix oops in cancel_madsMichael S. Tsirkin1-1/+1
2006-03-31IB/ipath: kbuild infrastructureBryan O'Sullivan4-0/+54
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