summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2005-11-184-26/+31
|\
| * IB/umad: make sure write()s have sufficient dataRoland Dreier2005-11-181-1/+1
| * IB/mthca: Safer max_send_sge/max_recv_sge calculationMichael S. Tsirkin2005-11-181-4/+6
| * [IB] mthca: don't disable RDMA writes if no responder resourcesRoland Dreier2005-11-151-15/+12Star
| * [IB] srp: don't post receive if no send buf availableRoland Dreier2005-11-151-6/+9
| * [IB] srp: increase max_lunsRoland Dreier2005-11-112-0/+3
* | [PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman2005-11-111-1/+0Star
|/
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2005-11-1018-158/+458
|\
| * [IB] umad: further ib_unregister_mad_agent() deadlock fixesRoland Dreier2005-11-101-24/+63
| * [IB] mthca: fix posting long lists of receive work requestsMichael S. Tsirkin2005-11-103-5/+39
| * [IB] mthca: fix wraparound handling in mthca_cq_clean()Roland Dreier2005-11-101-10/+6Star
| * [IB] mthca: fix posting of atomic operationsMichael S. Tsirkin2005-11-101-4/+4
| * [IB] uverbs: have kernel return QP capabilitiesJack Morgenstein2005-11-107-13/+92
| * [IB] umad: get rid of unused mr arrayRoland Dreier2005-11-101-25/+4Star
| * [IB] Have cq_resize() method take an int, not int*Roland Dreier2005-11-101-10/+2Star
| * [IB] mthca: fix typo in catastrophic error pollingRoland Dreier2005-11-101-1/+1
| * [IPoIB] no need to set skb->dev right before freeing skbRoland Dreier2005-11-101-13/+4Star
| * [IB] umad: avoid potential deadlock when unregistering MAD agentsRoland Dreier2005-11-101-12/+17
| * [IPoIB] add path record information in debugfsRoland Dreier2005-11-105-49/+231
| * [IB] umad: two small fixesMichael S. Tsirkin2005-11-071-2/+2
| * [IB] mthca: report page size capabilityJack Morgenstein2005-11-053-0/+3
* | [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-1/+0Star
* | [PATCH] kfree cleanup: misc remaining driversJesper Juhl2005-11-071-4/+2Star
* | [PATCH] fix remaining missing includesTim Schmielau2005-11-077-0/+16
|/
* Merge branch 'srp' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infi...Linus Torvalds2005-11-056-0/+1865
|\
| * IB: Add SCSI RDMA Protocol (SRP) initiatorRoland Dreier2005-11-026-0/+1865
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2005-11-0524-118/+165
|\ \
| * | [IB] mthca: check P_Key index in modify QPJack Morgenstein2005-11-031-0/+7
| * | [IB] umad: fix hot remove of IB devicesRoland Dreier2005-11-031-16/+64
| * | [IB] mthca: fix format of FW versionRoland Dreier2005-11-032-2/+2
| * | [IPoIB] don't compile debug code if debugging isn't enabledRoland Dreier2005-11-033-1/+7
| * | [IPoIB] remove unneeded initializations to 0Roland Dreier2005-11-021-9/+2Star
| * | [IB] kzalloc() conversionsRoland Dreier2005-11-0211-62/+27Star
| * | [IPoIB] cleanups: fix comment, remove useless variablesRoland Dreier2005-10-312-9/+7Star
| * | [IB] mthca: Avoid SRQ free WQE list corruptionRoland Dreier2005-10-311-6/+7
| * | [IB] uverbs: Avoid NULL pointer deref on CQ async eventRoland Dreier2005-10-313-6/+5Star
| * | [IPoIB] use spin_trylock_irqsave()Roland Dreier2005-10-291-4/+1Star
| * | [IB] mthca: report asynchronous CQ eventsMichael S. Tsirkin2005-10-293-3/+36
| |/
* | [PATCH] fix missing includesTim Schmielau2005-10-319-0/+16
* | [PATCH] missing include in infinibandAl Viro2005-10-291-0/+1
|/
* [IB] fix up class_device_create() callsRoland Dreier2005-10-292-3/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Roland Dreier2005-10-294-4/+4
|\
| * Merge ../bleed-2.6Greg KH2005-10-284-4/+4
| |\
| | * [PATCH] gfp_t: drivers/infinibandAl Viro2005-10-284-4/+4
| * | [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
| |/
| * [PATCH] ib: mthca: Always re-arm EQs in mthca_tavor_interrupt()Roland Dreier2005-10-241-10/+11
* | [IB] uverbs: Fix device lifetime problemsRoland Dreier2005-10-293-95/+182
* | [IB] umad: Fix device lifetime problemsRoland Dreier2005-10-291-109/+159
* | [IPoIB] Drop RX packets when out of memoryRoland Dreier2005-10-293-60/+85
* | [IB] ib_umad: various cleanupsSean Hefty2005-10-281-52/+21Star