]> git.openfabrics.org - ~shefty/ibacm.git/shortlog
~shefty/ibacm.git
2014-04-16 Kaike Wanibacm: Eliminate device event handler thread.
2014-04-16 Kaike Wanibacm: Define separate structures for acm devices
2014-04-16 Kaike Wanibacm: Eliminate compiling warning "ignoring return...
2014-04-16 Sean Heftyibacm: Provide correct addr_len for IPv6
2014-04-16 Sean Heftyibacm: Define separate structures for acm ports
2014-04-16 Sean Heftyibacm: Convert ibacm server code to use acm_ep
2014-04-16 Sean Heftyibacm: Convert acm_addr_index call to return address
2014-04-16 Sean Heftyibacm: Divide struct acmp_ep into two structures
2014-04-16 Sean Heftyibacm: Move ep state check
2014-04-16 Sean Heftyibacm: Define struct acm_address
2014-04-16 Sean Heftyibacm: Add basic provider framework
2014-04-16 Sean Heftyibacm: Define provider endpoint identifier
2014-04-16 Sean Heftyibacm: Change client parameter to req id in resp calls
2014-04-16 Sean Heftyibacm: Rename data structures
2014-04-16 Sean Heftyibacm: Function renames
2014-04-09 Sean Heftyibacm: Fix invalid memory dereference in acm_process_jo...
2014-04-08 Sean Heftyibacm: Restructure acm_port_join
2014-04-08 Sean Heftyibacm: Store the base GID with acm_port
2014-04-08 Sean Heftyibacm: Reset endpoint state on error
2014-04-08 Sean Heftyibacm: Change base endpoint name
2014-04-08 Sean Heftyibacm: Record index for source and destination addresses
2014-04-08 Sean Heftyibacm: Relocate client refcnt
2014-04-08 Sean Heftyibacm: Eliminate strict aliasing compiler warnings
2014-04-08 Sean Heftyibacm: Rename client array
2014-04-08 Sean Heftyibacm: Release the refcnt on the correct client
2014-04-08 Sean HeftyMerge branch 'ira-name-res3'
2014-04-08 Ira Weinyibacm: by default remove processing of IP's from ibacm_...
2014-04-08 Ira Weinyibacm: ib_acme remove IP addresses from ibacm_addr...
2014-04-08 Ira Weinyibacm: Fix handling of aliased IPoIB devices
2014-04-08 Ira Weinyibacm: Add/remove addr's in EP's when added/removed...
2014-04-08 Ira Weinyibacm: Add Netlink socket to monitor IP address changes
2014-04-08 Ira Weinyibacm: read system IP's into endpoints at startup
2014-04-08 Ira Weinyibacm: add separate acm_ep_insert_addr function
2014-04-08 Ira Weinyibacm: convert logging in acm_util.c to acm_log
2014-04-08 Ira Weinyibacm: move acm_if_iter_sys to acm_util.c
2014-04-08 Ira Weinyibacm: Move calling of helper functions out of get_devaddr
2014-04-08 Ira Weinyibacm: move sysfs helper functions to acm_util 'module'
2014-04-08 Ira Weinyibacm: use sysfs (in acm_if_is_ib) rather than ioctl...
2014-04-08 Ira Weinyibacm: pass interface name rather than 'struct ifreq...
2014-04-08 Ira Weinyibacm: get_devaddr remove unused variable from signature
2014-03-21 Ira Weinyibacm: properly check return from ibv_open_device
2014-03-21 Ira Weinyibacm: properly check return from ibv_open_device
2014-02-13 Hal Rosenstockibacm.init.in: Fix typo
2014-02-04 Sean Heftybuild: Fix daemon script to work with SuSE
2013-08-16 Hal Rosenstockacm: Remove whitespace
2013-08-12 Hal Rosenstockacm.c: In acm_join_group, no need to set qkey in umad...
2013-08-12 Hal Rosenstockacm.c: Fix endian of qkey in MCMemberRecord in acm_init...
2013-08-12 Hal Rosenstockacm.c: Send multicast joins to SA on default partition
2013-08-12 Hal Rosenstockacm.c: Make sure MGID has full member pkey bit on
2013-08-12 Hal Rosenstockacm.c: Fix endian of transaction ID
2013-08-12 Hal Rosenstockacm.c: Invalid pkey has low order 15 bits 0
2013-08-12 Hal Rosenstockacm.c: In acm_port_up, handle noncontiguous pkeys
2013-08-12 Hal Rosenstocklibacm.c: Remove unneeded structures
2013-08-05 Hal Rosenstockacm.c: Handle client reregister local event
2013-08-01 Hal Rosenstockacm: Save endpoint pkey in host order
2013-08-01 Hal Rosenstockacm: Add pkey to error message
2013-07-26 Sean Heftyibacm: Release 1.0.8 v1.0.8
2013-07-26 Sean HeftyMakefile.am: Fix name of ibacm_hosts.cfg file to *...
2013-07-25 Sean Heftyconfigure: Use subdir-objects option
2013-07-25 Sean Heftyconfigure.ac: Minor updates based on autoupdate suggestions
2013-07-25 Sean Heftyautogen.sh: Use autoreconf
2013-07-25 Sean HeftyMakefile.am: Replace INCLUDES with AM_CPPFLAGS
2013-07-25 Sean HeftyUse foreign option with AM_INIT_AUTOMAKE
2013-07-25 Sean HeftyChange configure.in to configure.ac
2013-07-25 Hal Rosenstock[ibacm] Add support for name cache
2013-07-19 Hal Rosenstock[ibacm] Update documentation for the "new" preload...
2013-07-19 Sean Heftyibacm: Rename hosts file from .cfg to .data
2013-06-28 Sean HeftyAllow user to preload address data without route data
2013-06-28 Hal RosenstockAdd option to allow for ACM cache lookup performance...
2013-06-28 Hal RosenstockAdd support for preloading IPv4 and IPv6 ACM caches
2013-06-28 Hal RosenstockConvert linux header files from DOS to unix format
2013-06-28 Hal Rosenstockib_acme.c: Support IPv6 addressing in resolve_ip
2013-06-28 Hal RosenstockIncrease buffer space for inet_ntop from 32 to INET6_AD...
2013-06-28 Hal RosenstockAdd description of preloading GID and LID destination...
2013-06-28 Hal RosenstockAdd the ability to preload the destination GID and...
2013-06-28 Hal RosenstockUpdate ib_acme.1 and ibacm.1 man pages
2013-06-28 Hal Rosenstockman: Change DOS formatting to unix formatting
2013-06-28 Hal Rosenstockib_acme: Enhance documention in generated ibacm_opt.cfg
2013-06-28 Hal Rosenstockacm_notes.txt: Change DOS formatting to unix formatting
2013-06-28 Sean HeftyRemove sample ibacm_*.cfg files
2013-05-09 Sean HeftyUpdate build notes for the librdmacm
2013-03-25 Sean HeftyIncrease size of available file name
2012-10-09 Sean Heftyib_acme: Add option to display output in more readable...
2012-10-09 Sean Heftyibacm: Remove umask(0)
2012-10-09 Sean Heftyibacm: Timeout address and route data
2012-06-29 Sean Heftyv1.0.7 v1.0.7
2012-06-06 Sean HeftyConfigure init script based on target OS
2012-06-05 Sean Heftyibacm: Automatically select local port if not specified...
2012-05-31 Sean Heftyibacm/acme: Eliminate segfault when SLID/SGID not given
2012-05-31 Hal Rosenstockibacm: Avoid negative shift for subnet timeout
2012-05-31 Dotan Barakibacm: security fix replace sprintf with snprintf
2012-05-31 Sean Heftyibacm: Fix rmpbuild issues
2012-04-06 Sean Heftyv1.0.6 v1.0.6
2012-04-06 Sean Heftyibacm: Fixes to ACM package to support distros
2012-04-06 Sean Heftyibacm: Set default route resolution to SA
2012-04-06 Hal Rosenstockibacm: Display LID using unsigned decimal
2012-04-05 Hal Rosenstockib_acme: Better error handling in resolve_gid
2012-04-05 Hal Rosenstockib_acme: Use IPv4 rather than IPv6 when connecting...
2012-04-05 Hal Rosenstockib_acme: Fix typo
2012-04-04 Sean Heftyibacm: Allow user to specify LIDs and/or GIDs when...
next