summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* IB/mthca: make a function staticAdrian Bunk2006-04-191-1/+1
* IB/ipath: Fix whitespaceRoland Dreier2006-04-192-57/+57
* IB/ipath: Make more names staticRoland Dreier2006-04-199-93/+75Star
* IB/mad: Fix RMPP version check during agent registrationHal Rosenstock2006-04-191-4/+1Star
* IB/srp: Remove request from list when SCSI abort succeedsRoland Dreier2006-04-191-7/+11
* IB/mthca: Fix max_srq_sge returned by ib_query_device for Tavor devicesJack Morgenstein2006-04-124-2/+30
* IB/cache: Use correct pointer to calculate sizeMichael S. Tsirkin2006-04-101-1/+1
* IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave()Roland Dreier2006-04-101-5/+4Star
* IPoIB: Close race in ipoib_flush_paths()Eli Cohen2006-04-101-2/+3
* IB/mthca: Disable tuning PCI read burst sizeMichael S. Tsirkin2006-04-101-0/+7
* IPoIB: Make send and receive queue sizes tunableShirley Ma2006-04-104-20/+40
* IPoIB: Wait for join to finish before freeing mcast structEli Cohen2006-04-101-21/+20Star
* IB: simplify static rate encodingJack Morgenstein2006-04-1012-36/+233
* IPoIB: Consolidate private neighbour data handlingMichael S. Tsirkin2006-04-043-17/+34
* IB/srp: Fix memory leak in options parsingRoland Dreier2006-04-031-0/+1
* IB/mthca: Always build debugging code unless CONFIG_EMBEDDED=yRoland Dreier2006-04-024-11/+29
* IPoIB: Always build debugging code unless CONFIG_EMBEDDED=yRoland Dreier2006-04-021-1/+2
* IB/mad: fix oops in cancel_madsMichael S. Tsirkin2006-04-021-1/+1
* IB/ipath: kbuild infrastructureBryan O'Sullivan2006-03-314-0/+54
* IB/ipath: infiniband verbs supportBryan O'Sullivan2006-03-312-0/+1555
* IB/ipath: misc infiniband code, part 2Bryan O'Sullivan2006-03-313-0/+2817
* IB/ipath: misc infiniband code, part 1Bryan O'Sullivan2006-03-314-0/+1187
* IB/ipath: infiniband RC protocol supportBryan O'Sullivan2006-03-311-0/+1857
* IB/ipath: infiniband UC and UD protocol supportBryan O'Sullivan2006-03-312-0/+1266
* IB/ipath: infiniband header filesBryan O'Sullivan2006-03-312-0/+804
* IB/ipath: layering interfaces used by higher-level driver codeBryan O'Sullivan2006-03-312-0/+1696
* IB/ipath: support for userspace apps using core driverBryan O'Sullivan2006-03-312-0/+2117
* IB/ipath: sysfs and ipathfs support for core driverBryan O'Sullivan2006-03-312-0/+1383
* IB/ipath: misc driver support codeBryan O'Sullivan2006-03-314-0/+1914
* IB/ipath: chip initialisation code, and diag supportBryan O'Sullivan2006-03-312-0/+1330
* IB/ipath: support for PCI Express devicesBryan O'Sullivan2006-03-311-0/+1247
* IB/ipath: support for HyperTransport devicesBryan O'Sullivan2006-03-311-0/+1586
* IB/ipath: core driver header filesBryan O'Sullivan2006-03-315-0/+2305
* IB/ipath: core device driverBryan O'Sullivan2006-03-311-0/+1983
* IB/mad: RMPP support for additional classesHal Rosenstock2006-03-303-44/+59
* IB/mad: include GID/class when matching receivesJack Morgenstein2006-03-303-29/+67
* IB/mthca: Fix section mismatch problemsRoland Dreier2006-03-299-12/+12
* IPoIB: Fix oops with raw socketsRoland Dreier2006-03-291-1/+1
* IB/mthca: Fix check of size in SRQ creationJack Morgenstein2006-03-291-1/+1
* IB/srp: Fix unmapping of fake scatterlistRoland Dreier2006-03-291-2/+2
* IPoIB: P_Key change event handlingLeonid Arsh2006-03-254-19/+44
* IB/mthca: Fix modify QP error pathRoland Dreier2006-03-251-10/+11
* IPoIB: Fix network interface "RUNNING" statusLeonid Arsh2006-03-251-2/+3
* IB/mthca: Fix indentationRoland Dreier2006-03-251-2/+2
* IB/mthca: Fix uninitialized variable in mthca_alloc_qp()Jack Morgenstein2006-03-251-4/+5
* IB/mthca: Check SRQ limit in modify SRQ operationJack Morgenstein2006-03-251-0/+2
* IB/mthca: Check that SRQ WQE size does not exceed device's max valueJack Morgenstein2006-03-251-0/+4
* IB/mthca: Check that sgid_index and path_mtu are valid in modify_qpDotan Barak2006-03-251-4/+23
* IB/srp: Use a fake scatterlist for non-SG SCSI commandsRoland Dreier2006-03-252-77/+75Star
* IPoIB: Pass correct pointer when flushing child interfacesLeonid Arsh2006-03-251-1/+1