]> git.openfabrics.org - ~shefty/libibverbs.git/shortlog
~shefty/libibverbs.git
2006-11-09 Roland DreierChange from ibv_get_devices() to ibv_get_device_list()
2006-11-09 Michael S.... Fix EXTRA_DIST: sa-kern-abi.h path is wrong
2006-11-09 Roland DreierVarious trivial picayune libibverbs changes
2006-11-09 Sean HeftyAdd support for userspace RDMA connection management...
2006-11-09 Roland DreierAdd changelog entry for previous checkin
2006-11-09 Michael S.... Make ibv_get_devices reentrant
2006-11-09 Jack MorgensteinHandle kernel uverbs ABI version 4
2006-11-09 Roland DreierFix CQ overrun in SRQ pingpong example
2006-11-09 Roland DreierBump debian package version to -rc5 as well
2006-11-09 Roland DreierBump libibverbs version number to 1.0-rc5
2006-11-09 Roland DreierReally roll releases
2006-11-09 Roland DreierRoll libibverbs 1.0-rc4 release
2006-11-09 Roland DreierFix QP attr masks in ibv_uc_pingpong
2006-11-09 Roland DreierHandle out-of-order completions in pingpong examples
2006-11-09 Roland DreierFix "Source:" line in RPM spec files to be a valid URL
2006-11-09 Roland DreierFix buffer size computation in ibv_cmd_get_context_v2()
2006-11-09 Roland DreierMove where we set qp->qp_type from cmd.c to verbs.c
2006-11-09 Roland DreierCheck write() return value against size we tried to...
2006-11-09 Roland DreierCorrect sense of solicited_only parameter to ibv_cm_req...
2006-11-09 Roland DreierImprove comments for ibv_ack_async_event and ibv_ack_as...
2006-11-09 Roland DreierAdd support for new datapath kernel commands
2006-11-09 Roland DreierAvoid potential buffer overrun in ibv_srq_pingpong
2006-11-09 Roland DreierRemove unnecessary Debian postrm script, and simplify...
2006-11-09 Roland DreierAdd Debian postinst/postrm scripts to add/remove "rdma...
2006-11-09 Roland DreierBe a little less verbose if verbose flag is not set
2006-11-09 Roland DreierBump libibverbs version
2006-11-09 Roland DreierMove formatting of device's firmware version into devic...
2006-11-09 Roland DreierMinor libibverbs packaging cleanups
2006-11-09 Roland DreierInitial attempt at Fedora Extras spec files for libibve...
2006-11-09 Roland DreierUpdate libibverbs and libmthca to handle uverbs ABI...
2006-11-09 Roland DreierDebian packaging changes suggested by debian-mentors...
2006-11-09 Roland DreierPrint components of firmware version in hex
2006-11-09 Roland DreierMake command structure sizes the same on 32-bit and...
2006-11-09 Roland DreierMake sure __BYTE_ORDER is defined
2006-11-09 Roland DreierInclude htonll() and nothll() in <infiniband/arch.h>
2006-11-09 Roland DreierUpdate libibverbs for stale completion event handling
2006-11-09 Roland DreierAdd missing half of change log entry
2006-11-09 Roland DreierAdd -dbg packages with debugging symbols to Debian...
2006-11-09 Roland DreierUpdate for new kernel ABI (stale event handling)
2006-11-09 Roland DreierAdd man pages for libibverbs example programs
2006-11-09 Roland DreierFix warnings on platforms where uint64_t != unsigned...
2006-11-09 Roland DreierFix up Debian packaging
2006-11-09 Roland DreierMerge Dotan Barak's vstat tool into ibv_devinfo
2006-11-09 Pete WyckoffAvoid segv when no IB devices are found
2006-11-09 Roland DreierAdd support for SRQs
2006-11-09 Roland DreierMake --rx-depth work in pingpong examples
2006-11-09 Michael S.... Lazy initialization of libibverbs on ibv_get_devices
2006-11-09 Roland DreierAdd port info dump to devinfo program
2006-11-09 Roland DreierMove ud-pingpong.c to ud_pingpong.c
2006-11-09 Roland DreierGet ready to receive before other side starts to send
2006-11-09 Roland DreierFree context before closing associated file descriptors
2006-11-09 Roland DreierAlways pass 0 for CQ event handler
2006-11-09 Roland DreierDon't follow driver path in user's environment if we...
2006-11-09 Roland DreierExpand libibverbs README
2006-11-09 Roland DreierUpdate for kernel ABI changes
2006-11-09 Roland DreierInclude debian/ directory in distribution tarballs
2006-11-09 Roland DreierCreate new ibv_uc_pinpong example
2006-11-09 Roland DreierWrite up some basics in libibverbs/README
2006-11-09 Roland DreierImplement userspace side of query_device verb
2006-11-09 Roland DreierAdd generic userspace part of query GID and query P_Key...
2006-11-09 Michael S.... Fix uninitialized AH attributes in pingpong examples
2006-11-09 Roland DreierAdd userspace side of {attach,detach}_mcast verbs
2006-11-09 Michael S.... Fix pingpong parameter parsing typos
2006-11-09 Roland DreierUpdate error messages
2006-11-09 Roland DreierSet version number to 0.1.0
2006-11-09 Roland DreierAdd documentation for ibv_poll_cq function
2006-11-09 Roland DreierAdd command codes for all verbs
2006-11-09 Roland DreierLoad driver statically linked into executable
2006-11-09 Roland DreierCommit libibverbs code from roland-uverbs branch back...
2006-11-09 Roland DreierContinue implementing verbs
2006-11-09 Roland DreierFix library name passed to AC_INIT()
2006-11-09 Roland DreierFill in more verbs API
2006-11-09 Roland DreierRemove unused old Makefile.am files
2006-11-09 Roland DreierComplete rename to ib_devices
2006-11-09 Roland DreierChange ib_drivers example to ib_devices
2006-11-09 Roland DreierInitial check-in of libibverbs