summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mthca
AgeCommit message (Expand)Author
2006-08-07IB/mthca: restore missing PCI registers after resetMichael S. Tsirkin
2006-02-13IB/mthca: bump driver version and release dateRoland Dreier
2006-02-10IB/mthca: Don't print debugging info until we have all valuesRoland Dreier
2006-01-30IB/mthca: Semaphore to mutex conversionsRoland Dreier
2006-01-30IB/mthca: Don't cancel commands on a signalMichael S. Tsirkin
2006-01-30IB/mthca: Relax UAR size checkMichael S. Tsirkin
2006-01-21IB/mthca: Use correct GID in MADs sent on port 2Michael S. Tsirkin
2006-01-12IB/mthca: Initialize grh_present before using itMichael S. Tsirkin
2006-01-12IB/mthca: Cosmetic: use the ALIGN macroMichael S. Tsirkin
2006-01-12IB/mthca: Fix memory leaks in error handlingJack Morgenstein
2006-01-12IB/mthca: Fix memory leak of multicast group structuresIshai Rabinovitz
2006-01-10IB: Add node_guid to struct ib_deviceSean Hefty
2006-01-09IB/mthca: Factor common MAD initialization codeRoland Dreier
2006-01-09IB/mthca: kzalloc conversionsRoland Dreier
2006-01-09IB/mthca: prevent event queue overrunMichael S. Tsirkin
2006-01-09IB/mthca: fix page shift calculation in mthca_reg_phys_mr()Michael S. Tsirkin
2006-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2006-01-08[PATCH] fix more missing includesTim Schmielau
2006-01-06IB/mthca: Add support for automatic path migration (APM)Dotan Barak
2006-01-06IB/mthca: Fill in vendor_err field in completion with errorMichael S. Tsirkin
2006-01-06IB/mthca: multiple fixes for multicast group handlingJack Morgenstein
2006-01-06IB/mthca: fix for RTR-to-RTS transition in modify QPJack Morgenstein
2006-01-06IB/mthca: fix for SQEr-to-RTS transition in modify QPJack Morgenstein
2006-01-06IB/mthca: max_inline_data handling tweaksJack Morgenstein
2006-01-05IB/mthca: create_eq with size not a power of 2Michael S. Tsirkin
2006-01-05IB/mthca: check port validity in modify_qpJack Morgenstein
2006-01-05IB/mthca: check return value in mthca_dev_lim callJack Morgenstein
2006-01-04IB/mthca: fix WQE size calculation in create-srqJack Morgenstein
2005-12-15IB/mthca: Fix corner cases in max_rd_atomic value handling in modify QPJack Morgenstein
2005-12-15IB/mthca: Fix IB_QP_ACCESS_FLAGS handling.Jack Morgenstein
2005-12-15IB/mthca: Fix SRQ cleanup during QP destroyJack Morgenstein
2005-12-15IB/mthca: Fix thinko in mthca_table_find()Michael S. Tsirkin
2005-12-09IB/mthca: don't change driver's copy of attributes if modify QP failsJack Morgenstein
2005-12-09IB/mthca: correct log2 calculationJack Morgenstein
2005-12-09IB/mthca: check RDMA limitsJack Morgenstein
2005-12-09IB/mthca: fix memory user DB table leakJack Morgenstein
2005-11-30IB/mthca: fix QP size limits for mem-free HCAsJack Morgenstein
2005-11-29IB/mthca: fix posting of send lists of length >= 255 on mem-free HCAsMichael S. Tsirkin
2005-11-28IB/mthca: reset QP's last pointers when transitioning to reset stateMichael S. Tsirkin
2005-11-18Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds
2005-11-18IB/mthca: Safer max_send_sge/max_recv_sge calculationMichael S. Tsirkin
2005-11-15[IB] mthca: don't disable RDMA writes if no responder resourcesRoland Dreier
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman
2005-11-10Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds
2005-11-10[IB] mthca: fix posting long lists of receive work requestsMichael S. Tsirkin
2005-11-10[IB] mthca: fix wraparound handling in mthca_cq_clean()Roland Dreier
2005-11-10[IB] mthca: fix posting of atomic operationsMichael S. Tsirkin
2005-11-10[IB] uverbs: have kernel return QP capabilitiesJack Morgenstein
2005-11-10[IB] mthca: fix typo in catastrophic error pollingRoland Dreier
2005-11-07[PATCH] fix remaining missing includesTim Schmielau