aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-08-13Initialize reserved attributes in modify QP commandstable-1.0Dotan Barak1-0/+2
2007-07-03Fix Valgrind annotations so they can actually be builtRoland Dreier1-5/+6
2007-06-15Roll libibverbs 1.0.5 releaselibibverbs-1.0.5Roland Dreier3-7/+10
2007-06-03Initialize QP state to RESETJack Morgenstein1-0/+1
2007-04-09Fix ibv_srq_pingpong option handlingRoland Dreier1-0/+1
2007-01-31Revert "The ibv_cmd_* create functions need to set context"Roland Dreier2-16/+21
2007-01-29The ibv_cmd_* create functions need to set contextRoland Dreier2-21/+16
2007-01-18Fix checks of asprintf() return valueRoland Dreier2-2/+2
2007-01-17Check asprintf() return in pingpong examplesDotan Barak4-8/+24
2007-01-17Check return of calloc() in ibv_get_device_list()Roland Dreier1-0/+4
2007-01-16Handle asprintf memory allocation failuresDotan Barak2-2/+4
2006-11-15Remove svn keywordsRoland Dreier25-50/+0
2006-11-09Bump version numberRoland Dreier3-5/+14
2006-11-09Add final Debian changelog for libibverbs 1.0.4Roland Dreier1-1/+4
2006-11-09Roll libibverbs 1.0.4 releaselibibverbs-1.0.4Roland Dreier1-0/+4
2006-11-09Fix previous sq_draining change so it actually buildsRoland Dreier1-1/+1
2006-11-09Return sq_draining properly from query_qpJack Morgenstein3-2/+10
2006-11-09Make device finding work againRoland Dreier2-2/+12
2006-11-09Fix static linking of libibverbs-1.0Roland Dreier4-59/+183
2006-11-09Add rmb() and wmb() to <infiniband/arch.h>Roland Dreier2-2/+36
2006-11-09Add README notes about Valgrind memcheck supportJeff Squyres1-0/+33
2006-11-09Add handling of --with-valgrind=<valgrind dir>Roland Dreier1-3/+9
2006-11-09Update ChangeLogs to give credit for Valgrind annotationsRoland Dreier1-1/+3
2006-11-09Fix up configure test for <valgrind/memcheck.h>Roland Dreier1-2/+6
2006-11-09Add Valgrind annotationsRoland Dreier4-0/+86
2006-11-09Update libibverbs man pages so they don't refer to "OpenIB"Roland Dreier7-7/+7
2006-11-09Debian packaging improvementsRoland Dreier2-12/+29
2006-11-09Fix libibverbs definition of mb() for sparcRoland Dreier2-1/+7
2006-11-09Fix ibv_get_device_list() to really NULL-terminate the arrayRoland Dreier2-3/+8
2006-11-09Fix minor memory leaksRoland Dreier3-0/+8
2006-11-09Add IBV_EVENT_CLIENT_REREGISTER to libibverbsLeonid Arsh3-1/+13
2006-11-09Fix update to Debian policy 3.7.2Roland Dreier2-2/+2
2006-11-09Add a request for ChangeLog entries to the READMERoland Dreier1-0/+3
2006-11-09Get rid of commas at end of enum listsMichael S. Tsirkin2-2/+7
2006-11-09Bump version numberRoland Dreier3-4/+13
2006-11-09Update to debian policy 3.7.0Roland Dreier2-2/+3
2006-11-09Use correct email address in Debian changelogRoland Dreier1-1/+1
2006-11-09Roll libibverbs 1.0.3 releaselibibverbs-1.0.3Roland Dreier1-0/+4
2006-11-09Fix Debian sparc build failureRoland Dreier3-3/+18
2006-11-09Fix memory leak in ibv_read_sysfs_file()Roland Dreier2-1/+5
2006-11-09Reduce dependency on libsysfsRoland Dreier8-66/+154
2006-11-09Deprecate "ib_XXX" namesRoland Dreier6-52/+90
2006-11-09Add ibv_rate_to_mult() and mult_to_ibv_rate() functionsHoang-Nam Nguyen4-0/+54
2006-11-09Add __attribute_const macro for gcc >= 3Roland Dreier2-0/+13
2006-11-09Minor Debian packaging tweaksRoland Dreier1-2/+3
2006-11-09Make libsysfs dependency more robust in spec fileRoland Dreier1-2/+2
2006-11-09Revert unreviewed changes made without maintainer approvalRoland Dreier1-7/+6
2006-11-09Update spec file from 1.0 branchBryan O'Sullivan1-6/+7
2006-11-09Print a warning if dlopen() of a driver failsRoland Dreier2-1/+9
2006-11-09Change Priority field of Debian packages to "extra"Roland Dreier2-1/+9
2006-11-09Added a print of the event name in string formatDotan Barak2-2/+40
2006-11-09Improve documentation of ibv_req_notify_cq()Roland Dreier2-1/+12
2006-11-09Add include of <stdlib.h>Roland Dreier5-0/+10
2006-11-09Add some missing dependencies in Debian control filesRoland Dreier1-3/+3
2006-11-09Expand debian/copyrightRoland Dreier1-4/+28
2006-11-09Build-Depend on debhelper (>= 5)Roland Dreier2-2/+2
2006-11-09Bump libibverbs versionRoland Dreier2-5/+5
2006-11-09Roll libibverbs 1.0.2 releaselibibverbs-1.0.2Roland Dreier1-0/+2
2006-11-09Debian packaging fixes based on feedback from debian-mentors mailing listRoland Dreier7-7/+21
2006-11-09Bump version in svn, and switch to non-native Debian packagingRoland Dreier3-5/+8
2006-11-09Roll libibverbs 1.0.1 releaselibibverbs-1.0.1Roland Dreier1-0/+2
2006-11-09Use sysfs_open_attribute() and sysfs_read_attribute()Roland Dreier3-16/+49
2006-11-09Bump libibverbs version to 1.0.1Roland Dreier4-6/+9
2006-11-09Roll libibverbs 1.0 releaselibibverbs-1.0Roland Dreier1-0/+4
2006-11-09Add enum ibv_rateJack Morgenstein2-0/+19
2006-11-09Fix memory leak in find_drivers()Ralph Campbell2-0/+7
2006-11-09Remove copyright notices without license textRoland Dreier8-8/+0
2006-11-09Add support for kernel ABI version 6Dotan Barak3-1/+25
2006-11-09Bump libibverbs versionRoland Dreier3-5/+8
2006-11-09Roll libibverbs 1.0-rc7 releaselibibverbs-1.0-rc7Roland Dreier1-0/+2
2006-11-09Add support for kernel ABI version 5Roland Dreier3-6/+30
2006-11-09Add response handling to ibv_cmd_create_qp()Roland Dreier3-20/+29
2006-11-09Bump libibverbs version number to 1.0-rc7Roland Dreier3-6/+9
2006-11-09Roll libibverbs 1.0-rc6 releaselibibverbs-1.0-rc6Roland Dreier1-0/+4
2006-11-09Add lots more TODO information to the libibverbs READMERoland Dreier1-2/+45
2006-11-09Report board_id from ibv_devinfo, if presentDotan Barak2-0/+12
2006-11-09Remove cpu_to_be64/be64_to_cpuRoland Dreier8-29/+19
2006-11-09libibverbs changes for query QP and query SRQ verbsDotan Barak7-0/+236
2006-11-09Fix pingpong examples' handling of specifying device by nameRoland Dreier5-4/+10
2006-11-09Remove useless "extern" from function declarationsRoland Dreier4-114/+119
2006-11-09libibverbs changes to handle resizing CQsRoland Dreier8-4/+72
2006-11-09Add "extern" to declarations for consistencyRoland Dreier1-6/+6
2006-11-09Fix Source: line in spec files to point to new tarball nameRoland Dreier1-1/+1
2006-11-09Move pp_get_local_lid() to common fileRoland Dreier7-44/+22
2006-11-09Bump libibverbs version number to 1.0-rc6Roland Dreier3-7/+10
2006-11-09Roll libibverbs 1.0-rc5 releaselibibverbs-1.0-rc5Roland Dreier1-0/+4
2006-11-09Update TODO section in READMERoland Dreier1-2/+3
2006-11-09List all devices in ibv_devinfoDotan Barak2-1/+10
2006-11-09Factor out some common code in pingpong examplesRoland Dreier8-39/+162
2006-11-09Arm CQ early enough in pingpong examplesRalph Campbell5-24/+31
2006-11-09Fix ibv_srq_pingpong bug with many QPs when using CQ eventsRoland Dreier2-3/+20
2006-11-09Fix test of return value of ibv_poll_cq() in pingpong examplesRalph Campbell5-20/+22
2006-11-09Typo fix in the description of ibv_modify_srq()Dotan Barak2-2/+7
2006-11-09Fix ibverbs_init for multiple adaptersMichael S. Tsirkin2-1/+6
2006-11-09struct ibv_send_wr.imm_data is in network byte orderMichael S. Tsirkin1-1/+1
2006-11-09Improve ibv_free_device_list() documentationRoland Dreier2-1/+7
2006-11-09Handle devices that don't support SRQShirley Ma2-1/+11
2006-11-09Change from ibv_get_devices() to ibv_get_device_list()Roland Dreier13-132/+176
2006-11-09Fix EXTRA_DIST: sa-kern-abi.h path is wrongMichael S. Tsirkin1-1/+1
2006-11-09Various trivial picayune libibverbs changesRoland Dreier3-8/+9
2006-11-09Add support for userspace RDMA connection management abstraction (CMA)Sean Hefty8-22/+473
2006-11-09Add changelog entry for previous checkinRoland Dreier1-0/+5
2006-11-09Make ibv_get_devices reentrantMichael S. Tsirkin1-1/+8
2006-11-09Handle kernel uverbs ABI version 4Jack Morgenstein3-10/+85
2006-11-09Fix CQ overrun in SRQ pingpong exampleRoland Dreier2-1/+7
2006-11-09Bump debian package version to -rc5 as wellRoland Dreier1-1/+1
2006-11-09Bump libibverbs version number to 1.0-rc5Roland Dreier2-4/+7
2006-11-09Really roll releasesRoland Dreier1-1/+1
2006-11-09Roll libibverbs 1.0-rc4 releaselibibverbs-1.0-rc4Roland Dreier2-1/+4
2006-11-09Fix QP attr masks in ibv_uc_pingpongRoland Dreier2-6/+7
2006-11-09Handle out-of-order completions in pingpong examplesRoland Dreier5-38/+85
2006-11-09Fix "Source:" line in RPM spec files to be a valid URLRoland Dreier1-1/+1
2006-11-09Fix buffer size computation in ibv_cmd_get_context_v2()Roland Dreier2-1/+7
2006-11-09Move where we set qp->qp_type from cmd.c to verbs.cRoland Dreier2-1/+1
2006-11-09Check write() return value against size we tried to writeRoland Dreier2-15/+22
2006-11-09Correct sense of solicited_only parameter to ibv_cm_req_notify_cq()Roland Dreier3-3/+8
2006-11-09Improve comments for ibv_ack_async_event and ibv_ack_async_eventsRoland Dreier1-10/+12
2006-11-09Add support for new datapath kernel commandsRoland Dreier6-2/+514
2006-11-09Avoid potential buffer overrun in ibv_srq_pingpongRoland Dreier2-0/+8
2006-11-09Remove unnecessary Debian postrm script, and simplify postinst scriptRoland Dreier3-50/+7
2006-11-09Add Debian postinst/postrm scripts to add/remove "rdma" groupRoland Dreier4-1/+57
2006-11-09Be a little less verbose if verbose flag is not setRoland Dreier2-2/+9
2006-11-09Bump libibverbs versionRoland Dreier7-6/+36
2006-11-09Move formatting of device's firmware version into device-specific codeRoland Dreier5-14/+17
2006-11-09Minor libibverbs packaging cleanupsRoland Dreier1-2/+2
2006-11-09Initial attempt at Fedora Extras spec files for libibverbs and libmthcaRoland Dreier1-20/+48
2006-11-09Update libibverbs and libmthca to handle uverbs ABI version 3Roland Dreier19-219/+485
2006-11-09Debian packaging changes suggested by debian-mentors reviewRoland Dreier5-9/+8
2006-11-09Print components of firmware version in hexRoland Dreier1-1/+1
2006-11-09Make command structure sizes the same on 32-bit and 64-bitRoland Dreier1-0/+3
2006-11-09Make sure __BYTE_ORDER is definedRoland Dreier1-0/+2
2006-11-09Include htonll() and nothll() in <infiniband/arch.h>Roland Dreier3-4/+26
2006-11-09Update libibverbs for stale completion event handlingRoland Dreier8-20/+63
2006-11-09Add missing half of change log entryRoland Dreier1-1/+6
2006-11-09Add -dbg packages with debugging symbols to Debian packagesRoland Dreier2-0/+16
2006-11-09Update for new kernel ABI (stale event handling)Roland Dreier12-30/+260
2006-11-09Add man pages for libibverbs example programsRoland Dreier10-1/+340
2006-11-09Fix warnings on platforms where uint64_t != unsigned long longRoland Dreier1-3/+3
2006-11-09Fix up Debian packagingRoland Dreier4-5/+6
2006-11-09Merge Dotan Barak's vstat tool into ibv_devinfoRoland Dreier3-48/+353
2006-11-09Avoid segv when no IB devices are foundPete Wyckoff9-4/+32
2006-11-09Add support for SRQsRoland Dreier8-9/+986
2006-11-09Make --rx-depth work in pingpong examplesRoland Dreier3-18/+21
2006-11-09Lazy initialization of libibverbs on ibv_get_devicesMichael S. Tsirkin3-12/+18
2006-11-09Add port info dump to devinfo programRoland Dreier1-0/+20
2006-11-09Move ud-pingpong.c to ud_pingpong.cRoland Dreier2-1/+1
2006-11-09Get ready to receive before other side starts to sendRoland Dreier3-143/+172
2006-11-09Free context before closing associated file descriptorsRoland Dreier1-2/+2
2006-11-09Always pass 0 for CQ event handlerRoland Dreier2-3/+4
2006-11-09Don't follow driver path in user's environment if we're running SUIDRoland Dreier1-5/+13
2006-11-09Expand libibverbs READMERoland Dreier1-2/+29
2006-11-09Update for kernel ABI changesRoland Dreier5-29/+34
2006-11-09Include debian/ directory in distribution tarballsRoland Dreier1-4/+6
2006-11-09Create new ibv_uc_pinpong exampleRoland Dreier3-3/+678
2006-11-09Write up some basics in libibverbs/READMERoland Dreier1-5/+67
2006-11-09Implement userspace side of query_device verbRoland Dreier9-2/+310
2006-11-09Add generic userspace part of query GID and query P_Key verbsRoland Dreier6-0/+73
2006-11-09Fix uninitialized AH attributes in pingpong examplesMichael S. Tsirkin2-20/+22
2006-11-09Add userspace side of {attach,detach}_mcast verbsRoland Dreier5-0/+71
2006-11-09Fix pingpong parameter parsing typosMichael S. Tsirkin2-2/+2
2006-11-09Update error messagesRoland Dreier1-3/+7
2006-11-09Set version number to 0.1.0Roland Dreier9-2/+85
2006-11-09Add documentation for ibv_poll_cq functionRoland Dreier1-0/+10
2006-11-09Add command codes for all verbsRoland Dreier1-0/+74
2006-11-09Load driver statically linked into executableRoland Dreier1-0/+5
2006-11-09Commit libibverbs code from roland-uverbs branch back onto trunkRoland Dreier15-104/+2845
2006-11-09Continue implementing verbsRoland Dreier9-20/+460
2006-11-09Fix library name passed to AC_INIT()Roland Dreier1-1/+1
2006-11-09Fill in more verbs APIRoland Dreier8-3/+358
2006-11-09Remove unused old Makefile.am filesRoland Dreier3-29/+0
2006-11-09Complete rename to ib_devicesRoland Dreier1-2/+2
2006-11-09Change ib_drivers example to ib_devicesRoland Dreier2-2/+2
2006-11-09Initial check-in of libibverbsRoland Dreier24-0/+1083