aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2006-11-09Roll libmthca 1.0.3 releaseRoland Dreier1-0/+4
2006-11-09Convert mb() to rmb() or wmb() as appropriateRoland Dreier1-0/+10
2006-11-09Add Valgrind annotationsRoland Dreier1-0/+17
2006-11-09Fix destroy QP deadlockRoland Dreier1-0/+9
2006-11-09Handle new ibv_cmd_resize_cq() APIRalph Campbell1-0/+6
2006-11-09Fence bit must be set in doorbell, not only in WQEMichael S. Tsirkin1-0/+5
2006-11-09mthca.h uses offsetof so it must include stddef.hJack Morgenstein1-0/+4
2006-11-09Fix integer overflow in create SRQMichael S. Tsirkin1-0/+5
2006-11-09fork()-safety (with new libibverbs)Roland Dreier1-0/+16
2006-11-09Sanity check CQ sizesDotan Barak1-0/+7
2006-11-09Roll libmthca 1.0.2 releaseRoland Dreier1-0/+4
2006-11-09Fix up completion with error for memfreeMichael S. Tsirkin1-0/+5
2006-11-09Fix build of libmthca against libibverbs 1.1Roland Dreier1-0/+12
2006-11-09Fix posting lists of 256 receive entries to SRQ on TavorMichael S. Tsirkin1-0/+6
2006-11-09Don't build openib_driver_init() without libsysfsRoland Dreier1-0/+6
2006-11-09Fix posting lists of 256 receive entries on TavorMichael S. Tsirkin1-0/+5
2006-11-09Fix build against new (1.1 series) libibverbsJack Morgenstein1-0/+6
2006-11-09Start weaning libmthca from libsysfsRoland Dreier1-0/+6
2006-11-09Roll libmthca 1.0.1 releaseRoland Dreier1-0/+2
2006-11-09Debian packaging fixes based on feedback from debian-mentors mailing listRoland Dreier1-0/+6
2006-11-09Roll 1.0 releaseRoland Dreier1-0/+4
2006-11-09Add support to IBV_SEND_FENCE in post_sendDotan Barak1-0/+5
2006-11-09Fix strict aliasing warning with gcc 4.1Roland Dreier1-0/+4
2006-11-09Roll 1.0-rc7 releaseRoland Dreier1-0/+4
2006-11-09Handle new ibv_cmd_create_qp() APIRoland Dreier1-0/+5
2006-11-09Roll 1.0-rc6 releaseRoland Dreier1-0/+4
2006-11-09libmthca implementation of query QP and query SRQDotan Barak1-0/+5
2006-11-09Remove useless "extern" from function declarationsRoland Dreier1-0/+4
2006-11-09Fix typo in overflow test in libmthca receive postingMichael S. Tsirkin1-0/+6
2006-11-09libmthca implementation of resizing CQsRoland Dreier1-0/+7
2006-11-09Roll 1.0-rc5 releaseRoland Dreier1-0/+4
2006-11-09Freed PD pointer points to incorrect structureJack Morgenstein1-0/+2
2006-11-09Fix user-level PD leak when freeing context in libmthcaJack Morgenstein1-0/+5
2006-11-09Fix race with QP destructionMichael S. Tsirkin1-0/+23
2006-11-09Fix memory leak in mthca_destroy_qp and mthca_destroy_srqJack Morgenstein1-0/+5
2006-11-09Only free SRQ WQEs for receive completionsJack Morgenstein1-0/+5
2006-11-09Only increment qp_table ref count if allocation succeedsMichael S. Tsirkin1-0/+5
2006-11-09Add missing ChangeLog chunkRoland Dreier1-0/+2
2006-11-09Fix posting receive work request lists of length > 255 on TavorMichael S. Tsirkin1-0/+6
2006-11-09Fix inline sends with no gather entriesRoland Dreier1-0/+3
2006-11-09Reset QP's last pointers when transitioning to RESET stateRoland Dreier1-0/+6
2006-11-09Fix bugs in long receive list posting fixesRoland Dreier1-0/+5
2006-11-09Handle wrap-around in mthca_cq_clean()Roland Dreier1-0/+6
2006-11-09Fix long request lists for Tavor HCAsMichael S. Tsirkin1-0/+5
2006-11-09Fix WQE size for atomic operationsMichael S. Tsirkin1-0/+3
2006-11-09Fix double free conditionMichael S. Tsirkin1-0/+5
2006-11-09Handle kernel uverbs ABI version 4Jack Morgenstein1-0/+5
2006-11-09Clean CQs when resetting a QPRoland Dreier1-0/+9
2006-11-09Fix wqe_to_link() so that it actually avoids the bug it claims to avoidRoland Dreier1-0/+7
2006-11-09Roll 1.0-rc4 releaseRoland Dreier1-0/+4
2006-11-09Pass QP type to functions that need itRoland Dreier1-0/+8
2006-11-09Get rid of struct mthca_qp.qptRoland Dreier1-0/+8
2006-11-09Dump CQE only for local op errorsRoland Dreier1-0/+5
2006-11-09Minor libmthca SRQ fixupsRoland Dreier1-0/+10
2006-11-09Finish modify SRQRoland Dreier1-0/+4
2006-11-09Move formatting of device's firmware version into device-specific codeRoland Dreier1-0/+5
2006-11-09Update libmthca to handle uverbs ABI version 3Roland Dreier1-0/+5
2006-11-09Link WQEs properlyMichael S. Tsirkin1-0/+9
2006-11-09Remove htonll and ntohll from libmthcaRoland Dreier1-0/+5
2006-11-09Free doorbell records in free bitmapRoland Dreier1-0/+15