]> git.openfabrics.org - ~shefty/libmlx4.git/shortlog
~shefty/libmlx4.git
2008-03-31 Roland DreierChange openib.org URLs to openfabrics.org URLs
2008-03-12 Roland DreierAdd debian/watch file
2008-01-28 Roland DreierUpdate RPM spec changelog to avoid a macro
2008-01-28 Roland DreierSpec file cleanups based on Fedora review
2008-01-24 Jack MorgensteinDon't use memcpy() to write blueflame sends
2008-01-11 Dotan BarakFix value of pkey_index in QP1 completions
2008-01-10 Roland DreierRevert "Don't add an extra entry to CQs"
2008-01-04 Roland DreierMicro-optimize mlx4_poll_one()
2008-01-04 Jack MorgensteinFix test for GRH presence in mlx4_poll_one()
2007-12-18 Jack MorgensteinClear context struct at allocation time
2007-12-15 Roland DreierUse real Homepage: tag instead of pseudo-header inside...
2007-12-14 Roland DreierAdd Closes: tag for Debian ITP bug
2007-12-14 Roland DreierMove to using cdbs to generate Debian/control for bette...
2007-12-14 Roland DreierUpdate Debian version to 1.0-1
2007-12-09 Roland DreierRoll libmlx4 1.0 release
2007-12-03 Roland DreierUpdate summary line to mention "ConnectX" in Fedora...
2007-12-03 Roland DreierUpdate Debian policy version to 3.7.3
2007-12-01 Roland DreierRoll libmlx4-1.0-rc1 release
2007-12-01 Roland DreierUse DEB_AUTO_UPDATE_LIBTOOL to avoid setting RPATH
2007-11-30 Roland DreierMark "driver" file in sysconfdir with %config
2007-11-29 Roland DreierDon't add an extra entry to CQs
2007-11-29 Roland DreierUpdate download URL
2007-11-29 Roland DreierSlightly improve wording in README
2007-11-29 Jack Morgensteinmax_recv_wr must be > 0 for non-SRQ QPs
2007-11-29 Gleb NatapovReturn ENOSYS instead of -ENOSYS
2007-10-26 Roland DreierFix spec file License: tag
2007-10-23 Roland DreierChange __always_inline to inline
2007-10-22 Jack MorgensteinFix thinko in headroom marking order commit
2007-09-20 Jack MorgensteinFix data corruption triggered by wrong headroom marking...
2007-09-19 Roland DreierFactor out setting WQE segment entries
2007-09-11 Michael S.... Reset RQ doorbell counter to 0 when QP is reset
2007-08-21 Roland Dreierlibmlx4 has no ChangeLog, so remove mention from spec...
2007-08-21 Roland DreierKernel module is called mlx4_ib, not ib_mlx4
2007-08-08 Roland DreierRemove ibv_driver_init from linker version script
2007-07-28 Gleb NatapovFix inline sends with num_sge > 1
2007-07-18 Jack MorgensteinFill in send queue sizes in userspace query QP function
2007-07-10 Jack MorgensteinUse BlueFlame for RDMA_READ work requests too
2007-07-03 Roland DreierFix Valgrind annotations so they can actually be built
2007-07-03 Roland DreierClean up NVALGRIND comment in config.h.in
2007-07-03 Roland DreierAdd new device IDs for PCIe gen2 HCAs
2007-06-21 Roland DreierRemove deprecated ${Source-Version} from debian/control
2007-06-19 Roland DreierRemove private implementation of ibv_read_sysfs_file()
2007-06-18 Jack MorgensteinAdd a memory barrier before setting an inline data...
2007-06-16 Roland DreierFix returned max_inline_data QP cap
2007-06-14 Roland DreierMake sure inline segments in send WQEs don't cross...
2007-06-13 Jack MorgensteinHandle buffer wraparound in mlx4_cq_clean()
2007-06-13 Roland DreierHandle new FW requirement for send request prefetching
2007-06-11 Roland DreierMake sure RQs have max_recv_sge >= 1
2007-06-11 Jack MorgensteinFix problem with inline WQE in post_send error flow
2007-06-11 Eli CohenFix handling of wq->tail for send completions
2007-06-07 Roland DreierMake sure RQ allocation is always valid
2007-06-04 Eli CohenFix word size in doorbell allocator bitmaps
2007-05-29 Roland DreierFix max_send_sge and max_inline_data returned from...
2007-05-24 Roland DreierInitialize send queue entry ownership bits
2007-05-23 Roland DreierDon't allocate RQ doorbell if using SRQ
2007-05-22 Roland DreierHandle freeing doorbell records
2007-05-21 Roland Dreierdebian/rules: Remove DEB_DH_STRIP_ARGS
2007-05-21 Roland DreierCheck if SRQ is full when posting receive
2007-05-21 Roland DreierPass send queue sizes from userspace to kernel
2007-05-20 Roland DreierUse wc_wmb() when posting BlueFlame send WQEs
2007-05-02 Jack MorgensteinFix inline send posting when posting more than one...
2007-04-23 Roland DreierUse BlueFlame for inline sends
2007-04-21 Roland DreierHandle IBV_SEND_INLINE for send work requests
2007-04-21 Roland DreierRemove inline keyword from wq_overflow()
2007-04-19 Roland DreierImplement mlx4_cq_clean()
2007-04-19 Roland DreierFix paths in Debian install files for libibverbs 1.1
2007-04-19 Roland DreierTrivial whitespace fixes
2007-04-19 Jack MorgensteinFix implicit declaration of memset() and memcpy() warnings
2007-04-19 Jack MorgensteinFix CQ size sanity check
2007-04-13 Roland DreierImplement posting of RDMA and atomic operations
2007-04-12 Roland DreierSet correct byte_len in completions for atomic operations
2007-04-11 Roland DreierMultiple SRQ fixes
2007-04-11 Roland DreierTrivial whitespace change to line up '='s
2007-04-11 Roland DreierAdd all PCI ids
2007-04-10 Roland DreierTrivial whitespace cleanups
2007-04-10 Roland DreierDon't set last byte of GID for non-global address vectors
2007-04-10 Roland DreierRemove unused source file ah.c
2007-04-10 Roland DreierImplement handling for completions with error
2007-04-10 Roland DreierSimplify completion with error handling
2007-04-09 Roland DreierInitial import of libmlx4 repository