aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-06-15Roll libibverbs 1.1.1 releaselibibverbs-1.1.1Roland Dreier3-4/+17
2007-06-03Merge branch 'master' into stableRoland Dreier1-0/+1
2007-06-03Initialize QP state to RESETJack Morgenstein1-0/+1
2007-05-31Merge branch 'master' into stableRoland Dreier10-84/+119
2007-05-30Don't warn root if RLIMIT_MEMLOCK is lowMichael S. Tsirkin1-0/+3
2007-05-17ibv_devinfo: Decode max_vl_num to actual numberDotan Barak1-1/+14
2007-05-17Add wc_wmb()Roland Dreier1-24/+35
2007-05-03Fix call to ibv_free_device_list() in pingpong examplesRoland Dreier4-8/+16
2007-05-03Trivial whitespace fixes in examples/Roland Dreier5-47/+47
2007-04-28Update Debian buildRoland Dreier3-4/+4
2007-04-12Merge branches 'stable' and 'stable-1.0' into stableRoland Dreier0-0/+0
2007-04-12Roll libibverbs 1.1 releaselibibverbs-1.1Roland Dreier3-8/+17
2007-04-11Change a few references from OpenIB to OpenFabricsRoland Dreier3-7/+7
2007-04-09Fix ibv_srq_pingpong option handlingRoland Dreier1-0/+1
2007-04-06Fix ibv_srq_pingpong option handlingRoland Dreier1-0/+1
2007-04-06Add missing newline to rlimit(MEMLOCK) warningRoland Dreier1-1/+1
2007-04-04Roll libibverbs 1.1-rc2 releaselibibverbs-1.1-rc2Roland Dreier3-6/+6
2007-04-04Clean up spec fileRoland Dreier1-9/+23
2007-03-29Print warning if memlock limit is lowRoland Dreier1-0/+19
2007-03-29Update README now that 1.1 ABI is (semi-)frozenRoland Dreier1-9/+6
2007-03-28Bump version number to 1.1-rc2-pre1Roland Dreier3-6/+6
2007-03-27Roll libibverbs 1.1-rc1 releaselibibverbs-1.1-rc1Roland Dreier3-8/+8
2007-03-27Man page updatesDotan Barak6-26/+137
2007-03-27Reference count completion channelsRoland Dreier4-13/+61
2007-03-19Fix memory leak on ibv_fork_init() error pathDotan Barak1-3/+6
2007-03-08Add low-level driver hooks for reregister MR and memory windowsRoland Dreier1-1/+37
2007-02-22Delete man3 symbolic links before creating them during installJack Morgenstein1-0/+14
2007-02-20Add remaining libibverbs manpagesRoland Dreier28-5/+1862
2007-02-19Start adding libibverbs manpagesRoland Dreier10-1/+209
2007-01-31Update Debian changelogRoland Dreier1-3/+11
2007-01-31Revert "The ibv_cmd_* create functions need to set context"Roland Dreier2-16/+21
2007-01-31Fix unset context breakage when a low-level driver does kernel bypassRoland Dreier1-2/+14
2007-01-29Rename Debian package back to libibverbs1Roland Dreier4-9/+9
2007-01-29Add ABI compatibility for apps linked against libibverbs 1.0Roland Dreier7-60/+1023
2007-01-29The ibv_cmd_* create functions need to set contextRoland Dreier2-21/+16
2007-01-29The ibv_cmd_* create functions need to set contextSteve Wise2-21/+16
2007-01-26Fix caching of --version-script checkRoland Dreier1-2/+8
2007-01-23Add resource cleanup at end of pingpong testsDotan Barak4-4/+222
2007-01-18Fix checks of asprintf() return valueRoland Dreier2-2/+2
2007-01-18Fix checks of asprintf() return valueMichael S. Tsirkin2-2/+2
2007-01-17Check asprintf() return in pingpong examplesDotan Barak4-8/+24
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-17Check return of calloc() in ibv_get_device_list()Roland Dreier1-0/+4
2007-01-16Fix some memory leaks in read_config() error pathDotan Barak1-2/+3
2007-01-16Handle asprintf memory allocation failuresDotan Barak2-2/+4
2007-01-16Handle asprintf memory allocation failuresDotan Barak2-2/+4
2007-01-11Don't lose devices when multiple RDMA devices are presentSteve Wise1-1/+1
2007-01-11Don't use d_type member of struct direntRoland Dreier1-19/+43
2007-01-11Revert "Pass driver data through ibv_cmd_req_notify_cq()"Roland Dreier2-10/+7
2006-12-10Implement new method for finding and loading device-specific driversRoland Dreier6-168/+350
2006-11-16Pass driver data through ibv_cmd_req_notify_cq()Steve Wise2-7/+10
2006-11-16Fix rewritten test for linker script supportRoland Dreier1-1/+1
2006-11-16Support provider response data in reg_mr commandSteve Wise2-7/+9
2006-11-16Add async_event callback function to struct ibv_context_opsSteve Wise2-0/+4
2006-11-15Remove svn keywordsRoland Dreier25-50/+0
2006-11-13Remove 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-09Rewrite test for linker script to get rid of Makefile conditionalsRoland Dreier2-11/+6
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-09Minor cleanupsRoland Dreier3-6/+19
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/+84
2006-11-09Add node_type and transport_type members to struct ibv_deviceRoland Dreier3-4/+52
2006-11-09Update libibverbs man pages so they don't refer to "OpenIB"Roland Dreier7-7/+7
2006-11-09Fix alignment of work request structuresRoland Dreier2-2/+8
2006-11-09Debian packaging improvementsRoland Dreier2-9/+26
2006-11-09Add response handling to ibv_cmd_resize_cq()Ralph Campbell4-5/+21
2006-11-09Add a request for ChangeLog entries to the READMERoland Dreier1-0/+3
2006-11-09Fix formatting of pingpong man pages slightlyRoland Dreier4-25/+25
2006-11-09Get rid of commas at end of enum listsMichael S. Tsirkin2-2/+7
2006-11-09Simplify Debian package versionRoland Dreier1-2/+2
2006-11-09Bump version numberRoland Dreier3-4/+13
2006-11-09Make fork() work for verbs consumersRoland Dreier9-131/+475
2006-11-09Update to debian policy 3.7.0Roland Dreier2-2/+3
2006-11-09Fix libibverbs definition of mb() for sparcRoland Dreier2-1/+7
2006-11-09Use correct email address in Debian changelogRoland Dreier1-1/+1
2006-11-09Add some helper functions to simplify using UD QPsSean Hefty6-2/+114
2006-11-09Roll libibverbs 1.0.3 releaselibibverbs-1.0.3Roland Dreier1-0/+4
2006-11-09Fix ibv_get_device_list() to really NULL-terminate the arrayRoland Dreier2-1/+6
2006-11-09Fix Debian sparc build failureRoland Dreier3-3/+18
2006-11-09Fix minor memory leaksRoland Dreier2-0/+5
2006-11-09Add IBV_EVENT_CLIENT_REREGISTER to libibverbsLeonid Arsh3-1/+13
2006-11-09Fix update to Debian policy 3.7.2Roland Dreier1-2/+1
2006-11-09Branch a libibverbs-1.0 tree for maintenanceRoland Dreier21-169/+159
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