aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-11-10Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds18-158/+458
2005-11-10[IB] umad: further ib_unregister_mad_agent() deadlock fixesRoland Dreier1-24/+63
2005-11-10[IB] mthca: fix posting long lists of receive work requestsMichael S. Tsirkin3-5/+39
2005-11-10[IB] mthca: fix wraparound handling in mthca_cq_clean()Roland Dreier1-10/+6
2005-11-10[IB] mthca: fix posting of atomic operationsMichael S. Tsirkin1-4/+4
2005-11-10[IB] uverbs: have kernel return QP capabilitiesJack Morgenstein7-13/+92
2005-11-10[IB] umad: get rid of unused mr arrayRoland Dreier1-25/+4
2005-11-10[IB] Have cq_resize() method take an int, not int*Roland Dreier1-10/+2
2005-11-10[IB] mthca: fix typo in catastrophic error pollingRoland Dreier1-1/+1
2005-11-10[IPoIB] no need to set skb->dev right before freeing skbRoland Dreier1-13/+4
2005-11-10[IB] umad: avoid potential deadlock when unregistering MAD agentsRoland Dreier1-12/+17
2005-11-10[IPoIB] add path record information in debugfsRoland Dreier5-49/+231
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl1-4/+2
2005-11-07[PATCH] fix remaining missing includesTim Schmielau7-0/+16
2005-11-06[IB] umad: two small fixesMichael S. Tsirkin1-2/+2
2005-11-04[IB] mthca: report page size capabilityJack Morgenstein3-0/+3
2005-11-04Merge branch 'srp' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infi...Linus Torvalds6-0/+1865
2005-11-04Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds24-118/+165
2005-11-03[IB] mthca: check P_Key index in modify QPJack Morgenstein1-0/+7
2005-11-03[IB] umad: fix hot remove of IB devicesRoland Dreier1-16/+64
2005-11-02[IB] mthca: fix format of FW versionRoland Dreier2-2/+2
2005-11-02[IPoIB] don't compile debug code if debugging isn't enabledRoland Dreier3-1/+7
2005-11-02IB: Add SCSI RDMA Protocol (SRP) initiatorRoland Dreier6-0/+1865
2005-11-02[IPoIB] remove unneeded initializations to 0Roland Dreier1-9/+2
2005-11-02[IB] kzalloc() conversionsRoland Dreier11-62/+27
2005-10-31[IPoIB] cleanups: fix comment, remove useless variablesRoland Dreier2-9/+7
2005-10-31[IB] mthca: Avoid SRQ free WQE list corruptionRoland Dreier1-6/+7
2005-10-31[IB] uverbs: Avoid NULL pointer deref on CQ async eventRoland Dreier3-6/+5
2005-10-30[PATCH] fix missing includesTim Schmielau9-0/+16
2005-10-29[IPoIB] use spin_trylock_irqsave()Roland Dreier1-4/+1
2005-10-29[PATCH] missing include in infinibandAl Viro1-0/+1
2005-10-29[IB] mthca: report asynchronous CQ eventsMichael S. Tsirkin3-3/+36
2005-10-28[IB] fix up class_device_create() callsRoland Dreier2-3/+4
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Roland Dreier4-4/+4
2005-10-28[IB] uverbs: Fix device lifetime problemsRoland Dreier3-95/+182
2005-10-28[IB] umad: Fix device lifetime problemsRoland Dreier1-109/+159
2005-10-28[IPoIB] Drop RX packets when out of memoryRoland Dreier3-60/+85
2005-10-28Merge ../bleed-2.6Greg KH4-4/+4
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1
2005-10-28[PATCH] gfp_t: drivers/infinibandAl Viro4-4/+4
2005-10-27[IB] ib_umad: various cleanupsSean Hefty1-52/+21
2005-10-27[IB] ib_umad: fix crash when freeing send buffersRoland Dreier1-2/+2
2005-10-27[IB] mthca: first pass at catastrophic error reportingRoland Dreier5-1/+176
2005-10-25[IB] simplify mad_rmpp.c:alloc_response_msg()Roland Dreier1-16/+15
2005-10-25[IB] mthca: correct modify QP attribute masks for UCRoland Dreier1-7/+3
2005-10-25[IB] Fix MAD layer DMA mappings to avoid touching data buffer once mappedSean Hefty12-809/+441
2005-10-24[IB] CM: Fix initialization of QP attributes for UC QPs.Sean Hefty1-14/+24
2005-10-24Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/co...Roland Dreier5-10/+21
2005-10-24[IB] Add idr_destroy() calls on module unloadRoland Dreier4-0/+10
2005-10-23[PATCH] ib: mthca: Always re-arm EQs in mthca_tavor_interrupt()Roland Dreier1-10/+11
2005-10-22[IB] mthca: Always re-arm EQs in mthca_tavor_interrupt()Roland Dreier1-10/+11
2005-10-20[IB] user_mad: Use class_device.devtRoland Dreier1-15/+2
2005-10-20[IB] user_mad: trivial coding style fixesRoland Dreier1-8/+8
2005-10-20[IB] cm: Add missing break in switchRoland Dreier1-0/+1
2005-10-18[IB] mthca: Don't enter QP into MCG more than once.Jack Morgenstein1-1/+6
2005-10-18[IB] Fail sysfs queries after device is unregisteredRoland Dreier1-0/+16
2005-10-18[IB] mthca: Add struct pci_driver.owner fieldRoland Dreier1-0/+1
2005-10-18[IB] mthca: Use enum in mthca_alloc_db() prototypeRoland Dreier2-2/+4
2005-10-18[IPoIB] Improve ipoib_timeout() outputRoland Dreier1-2/+5
2005-10-17[IB] ucm: quiet sparse warningsRoland Dreier1-2/+2
2005-10-17[IB] CM: bind IDs to a specific deviceSean Hefty2-67/+192
2005-10-17[IB] merge ucm.h into ucm.cSean Hefty2-104/+41
2005-10-17[IB] uverbs: Implement more commandsRoland Dreier3-1/+572
2005-10-17[IB] uverbs: Add a mask of device methods allowed for userspaceRoland Dreier2-1/+22
2005-10-17[IB] fail SA queries if device initialization failedRoland Dreier1-6/+24
2005-10-17[IB] uverbs: unlock correctly in error pathsRoland Dreier1-2/+6
2005-10-17[IPoIB] Rename ipoib_create_qp() -> ipoib_init_qp() and fix error cleanupRoland Dreier3-7/+8
2005-10-17[IB] mthca: Better limit checking and reportingJack Morgenstein7-12/+40
2005-10-17[IB] Fix leak on MAD initialization failureRoland Dreier1-19/+26
2005-10-17[IB] mthca: detect SRQ overflowRoland Dreier1-0/+15
2005-10-17[IB] mthca: SRQ limit reached eventsRoland Dreier4-4/+45
2005-10-17[IB] Check port number in ib_query_port()/ib_modify_port()Roland Dreier1-0/+12
2005-10-17[IB] uverbs: reject invalid memory registration permission flagsRoland Dreier1-0/+8
2005-10-17[IB] mthca: Fill in more fields in query_port methodJack Morgenstein1-0/+4
2005-10-17[IB] uverbs: Add device-specific ABI version attributeRoland Dreier3-0/+18
2005-10-17[IB] uverbs: Fix up resource creation error pathsRoland Dreier1-61/+50
2005-10-17[IB] uverbs: ABI-breaking fixes for userspace verbsRoland Dreier3-252/+244
2005-10-17[IB] mthca: Report correct atomic capabilityJack Morgenstein3-0/+4
2005-10-17[IB] Add checks to multicast attach and detachJack Morgenstein1-6/+12
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro2-4/+4
2005-09-30[IB] mthca: Fix memory leak on device closeMichael S. Tsirkin1-24/+21
2005-09-28[IPoIB] Rename IPoIB's path_lookup() to avoid name clashesRoland Dreier1-2/+2
2005-09-27[IB] mthca: fix hw_ver value returned from mthca_query_deviceJack Morgenstein1-1/+1
2005-09-26[IB] mthca: Round up number of slots in HCA context memory tableMichael S. Tsirkin1-1/+1
2005-09-26[IB] uverbs: Close some exploitable racesRoland Dreier3-62/+86
2005-09-26[IB] mthca: Fix off by one bug in mthca_map_cmdMichael S. Tsirkin1-2/+2
2005-09-26[IB] mthca: fix off by one in clr_int calculationMichael S. Tsirkin1-1/+1
2005-09-26[IB] mthca: Fix doorbell record resource leakRoland Dreier1-4/+13
2005-09-21[IB] Fix RMPP receive length calculationHal Rosenstock1-2/+2
2005-09-21[IB] Add MAD data field size definitionsSean Hefty1-9/+6
2005-09-20[PATCH] IB/mthca: Fix device removal memory leakMichael S. Tsirkin1-0/+1
2005-09-20[PATCH] IPoIB: Don't flush workqueue from within workqueueRoland Dreier3-6/+7
2005-09-19[PATCH] IB: Fix data length for RMPP SA sendsHal Rosenstock1-2/+3
2005-09-19[PATCH] IB/mthca: Don't try to set srq->last for userspace SRQsRoland Dreier1-1/+2
2005-09-18[PATCH] IB/mthca: Fix posting work requests to shared receive queuesRoland Dreier1-6/+4
2005-09-18[PATCH] IB/mthca: Initialize eq->nent before we use itRoland Dreier1-11/+5
2005-09-18[PATCH] IPoIB: Fix SA client retransmission strategyHal Rosenstock1-3/+3
2005-09-18[PATCH] IB/mthca: fix posting of first work requestRoland Dreier2-34/+28
2005-09-18[PATCH] IB/mthca: assign ACK timeout field correctlyRoland Dreier1-1/+1
2005-09-18[PATCH] IPoIB: fix module removal raceMichael S. Tsirkin1-0/+2
2005-09-11Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband Linus Torvalds12-245/+448
2005-09-09[PATCH] IB: fix CM use-after-freeRoland Dreier1-0/+1
2005-09-09[PATCH] IB CM: support CM redirJohn Kingman1-1/+3
2005-09-09Make sure that userspace does not retrieve stale asynchronous orRoland Dreier3-88/+191
2005-09-09[PATCH] IB: Move SA attributes to ib_sa.hHal Rosenstock1-26/+0
2005-09-08[PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk2-8/+8
2005-09-07[PATCH] drivers: convert kcalloc to kzallocPekka Enberg1-1/+1
2005-09-07[PATCH] IB: clean up user access config optionsJames Lentini2-9/+21
2005-09-07[PATCH] IB: RMPP fixesHal Rosenstock1-1/+3
2005-09-07[PATCH] IB: Initialize qp->waitMichael S. Tsirkin1-0/+1
2005-09-07[PATCH] IB: really reset QPsRoland Dreier1-12/+32
2005-09-07[PATCH] IB: Add user-supplied context to userspace CM ABISean Hefty2-106/+192
2005-09-07[PATCH] IB/sa_query: avoid unnecessary list scanMichael S. Tsirkin1-2/+2
2005-09-07[PATCH] IPoIB: fix memory leakMichael S. Tsirkin1-0/+2
2005-08-26[PATCH] IB: move include files to include/rdmaRoland Dreier41-4453/+42
2005-08-26[PATCH] IPoIB: Fix device removal raceMichael S. Tsirkin1-1/+1
2005-08-26[PATCH] IB: Add handling for ABORT and STOP RMPP MADs.Sean Hefty2-65/+246
2005-08-26[PATCH] IB: fix userspace CM deadlockSean Hefty2-313/+160
2005-08-26[PATCH] IPoIB: Set full membership bit in P_KeysRoland Dreier1-0/+12
2005-08-26[PATCH] IB/mthca: Add SRQ implementationRoland Dreier13-25/+857
2005-08-26[PATCH] IB/mthca: Handle context tables smaller than our chunk sizeRoland Dreier1-1/+6
2005-08-26[PATCH] IB/mthca: Move WQE structures into their own headerRoland Dreier2-74/+115
2005-08-26[PATCH] IB/mthca: Simplify handling of completions with errorRoland Dreier2-9/+9
2005-08-26[PATCH] IB/mthca: Factor out common queue alloc codeRoland Dreier5-224/+141
2005-08-26[PATCH] IB: userspace SRQ supportRoland Dreier4-4/+238
2005-08-26[PATCH] IB: Add SRQ support to midlayerRoland Dreier2-5/+158
2005-08-26[PATCH] IB/mthca: Report correct max_msg_szRoland Dreier1-0/+3
2005-08-26[PATCH] IB/mthca: Use correct port width capability valueRoland Dreier5-13/+10
2005-08-26[PATCH] IB: Remove unnecessary includes of <linux/version.h>Olaf Hering4-4/+0
2005-08-26[PATCH] IB: Fix ib_mad_thread_completion_handler declarationHal Rosenstock1-3/+2
2005-08-26[PATCH] IB/mthca: use generic function instead of arbel_ version in mthca_fre...Guy German1-1/+1
2005-08-26[PATCH] IB: unmap FMRs when destroying FMR poolRoland Dreier1-0/+6
2005-08-26[PATCH] IB/mthca: add HCA board ID to sysfs infoMichael S. Tsirkin5-69/+109
2005-08-26[PATCH] IB: sparse endianness cleanupSean Hefty34-562/+565
2005-08-26[PATCH] IB: Eliminate redundant NULL checksHal Rosenstock1-8/+4
2005-08-26[PATCH] IB: Add copyright noticesRoland Dreier39-17/+69
2005-08-26[PATCH] IB: Update current firmware versions in mthca driverTziporet Koren1-3/+3
2005-08-26[PATCH] IB: fix use-after-free in user verbs cleanupRoland Dreier1-1/+2
2005-08-23[PATCH] Kconfig fix (infiniband and PCI)Al Viro1-0/+1
2005-07-28[PATCH] [IPoIB] Handle sending of unicast RARP responsesHal Rosenstock1-2/+3
2005-07-28[PATCH] [IB/cm]: Correct CM port redirect reject codesRoland Dreier1-1/+2
2005-07-27[IB/ucm]: Clean up userspace CMHal Rosenstock1-47/+41
2005-07-27Merge /scratch/Ksrc/linux-git/Roland Dreier22-468/+8448
2005-07-27[PATCH] IB: Eliminate sparse warnings in SA clientHal Rosenstock2-8/+8
2005-07-27[PATCH] IB: Hook up userspace CM to the make systemHal Rosenstock1-1/+3
2005-07-27[PATCH] Add kernel portion of user CM implementation (fix)Tom Duffy1-8/+5
2005-07-27[PATCH] IB: Add kernel portion of user CM implementationHal Rosenstock2-0/+1485
2005-07-27[PATCH] IB: Add the header file for user space CMHal Rosenstock1-0/+328
2005-07-27[PATCH] IB: Implementation for RMPP support in user MADHal Rosenstock1-106/+194
2005-07-27[PATCH] IB: User MAD ABI changes to support RMPPHal Rosenstock1-6/+22
2005-07-27[PATCH] IB: Add the kernel CM implementationHal Rosenstock3-1/+4147
2005-07-27[PATCH] IB: Add the header file for kernel CM (Communications Manager)Hal Rosenstock1-0/+568
2005-07-27[PATCH] IB: Add Service Record support to SA clientHal Rosenstock2-5/+236
2005-07-27[PATCH] IB: Add RMPP implementationHal Rosenstock5-50/+966
2005-07-27[PATCH] IB: Introduce RMPP APIsHal Rosenstock4-35/+125
2005-07-27[PATCH] IB: A couple of IB core bug fixesHal Rosenstock2-5/+5
2005-07-27[PATCH] IB: Add ib_create_ah_from_wc to IB verbsHal Rosenstock3-9/+59
2005-07-27[PATCH] IB: Fix a couple of MAD code pathsHal Rosenstock1-14/+14
2005-07-27[PATCH] IB: Optimize canceling a MADHal Rosenstock1-8/+13
2005-07-27[PATCH] IB: Add ib_modify_mad API to MADHal Rosenstock3-59/+40
2005-07-27[PATCH] IB: Eliminate MAD cache leak associated with local completionsHal Rosenstock1-1/+6
2005-07-27[PATCH] IB: Simplify calling of list_del in MADHal Rosenstock1-2/+1
2005-07-27[PATCH] IB: Add automatic retries to MAD layerHal Rosenstock5-2/+31
2005-07-27[PATCH] IB: Add ib_coalesce_recv_mad to MADHal Rosenstock2-10/+2
2005-07-27[PATCH] IB: Minor cleanup during MAD startup and shutdownHal Rosenstock1-35/+9
2005-07-27[PATCH] IB: Fix timeout/cancelled MAD handlingHal Rosenstock2-2/+13
2005-07-27[PATCH] IB: Change ib_mad_send_wr_private structHal Rosenstock2-14/+12
2005-07-27[PATCH] IB: Change saving of user's send wr_id in MADHal Rosenstock1-2/+2
2005-07-27[PATCH] IB: Combine some MAD routinesHal Rosenstock1-78/+27
2005-07-27[PATCH] IB: Add MAD helper functionsHal Rosenstock2-0/+136
2005-07-27[PATCH] IB: Update MAD client APIHal Rosenstock5-40/+24
2005-07-27[PATCH] IB: Update FMR functionsHal Rosenstock2-6/+6
2005-07-27[IB/mthca]: Use io_remap_pfn_range for PCI spaceMichael S. Tsirkin1-3/+3
2005-07-27[IB/ipoib]: Fix unsigned comparisons to handle wraparoundRoland Dreier1-3/+3
2005-07-27[IB/uverbs]: Add O_ASYNC supportGleb Natapov2-1/+14
2005-07-27[IB/mthca]: Fix error CQ entry handling on mem-free HCAsRoland Dreier1-1/+5
2005-07-07[PATCH] IB uverbs: add mthca user QP supportRoland Dreier3-85/+212
2005-07-07[PATCH] IB uverbs: add mthca user CQ supportRoland Dreier4-37/+110
2005-07-07[PATCH] IB uverbs: add mthca user MR supportRoland Dreier1-0/+82
2005-07-07[PATCH] IB uverbs: add mthca user PD supportRoland Dreier5-12/+28
2005-07-07[PATCH] IB uverbs: add mthca mmap supportRoland Dreier1-0/+18
2005-07-07[PATCH] IB uverbs: add mthca user context supportRoland Dreier2-0/+72
2005-07-07[PATCH] IB uverbs: add mthca user doorbell record supportRoland Dreier2-6/+149
2005-07-07[PATCH] IB uverbs: add mthca ABI headerRoland Dreier1-0/+81
2005-07-07[PATCH] IB uverbs: hook up Kconfig/MakefileRoland Dreier2-1/+14
2005-07-07[PATCH] IB uverbs: memory pinning implementationRoland Dreier1-0/+221
2005-07-07[PATCH] IB uverbs: core implementationRoland Dreier3-0/+1836
2005-07-07[PATCH] IB uverbs: add user verbs ABI headerRoland Dreier1-0/+389
2005-07-07[PATCH] IB uverbs: update mthca for new APIRoland Dreier1-3/+10
2005-07-07[PATCH] IB uverbs: update kernel midlayer for new APIRoland Dreier1-12/+20
2005-07-07[PATCH] IB uverbs: core API extensionsRoland Dreier1-18/+106
2005-06-27[PATCH] IB: Fix pack/unpack when size_bits == 64Roland Dreier1-2/+2
2005-06-27[PATCH] IB: Fix race in sa_queryRoland Dreier1-5/+13
2005-06-27[PATCH] IB/mthca: Bump versionRoland Dreier1-2/+2
2005-06-27[PATCH] IB/mthca: Align FW command mailboxes to 4KRoland Dreier8-422/+329
2005-06-27[PATCH] IB/mthca: Encapsulate command interface initRoland Dreier3-16/+30
2005-06-27[PATCH] IB/mthca: Fix memory leak on error pathRoland Dreier1-0/+1
2005-06-27[PATCH] IB/mthca: Split off MTT allocationRoland Dreier3-168/+177