]> git.openfabrics.org - ~shefty/librdmacm.git/shortlog
~shefty/librdmacm.git
2012-10-09 Dotan Barak[5/5,librdmacm] rping: added checks to the return value...
2012-10-09 Dotan Barak[4/5,librdmacm] rstream: added missing return is accept...
2012-10-09 Dotan Barak[3/5,librdmacm] rstream: initialize return value in...
2012-10-09 Dotan Barak[2/5,librdmacm] rsocket: added missing break
2012-10-09 Dotan Barak[1/5,librdmacm] rsocket: add missing va_end() after...
2012-10-04 Sean Heftyucmatose: Remove connect parameter passed into rdma_accept
2012-10-04 Sean Heftyucmatose: Fix number of connections to disconnect
2012-10-03 Sean Heftyrping: Reduce retry_count to fit in 3-bits
2012-10-03 Sean Heftylibrdmacm: Place container_of inside #ifdef
2012-10-03 Sean Heftyaddrinfo: Remove debug printf calls
2012-09-10 Sean Heftyrsockets: Document rsocket protocol and design
2012-09-07 Sean Heftylibrdmacm: Support using GIDs with rdma_getaddrinfo
2012-09-07 Sean Heftyrspreload: Fix state checks in dup2
2012-08-29 Sean Heftylibrdmacm: Rename ucma_copy_rai_addr to ucma_set_ep_data
2012-08-27 Sean Heftylibrdmacm: Enable AF_IB support
2012-08-27 Sean Heftylibrdmacm: Set address family for source address return...
2012-08-27 Yann Droneaudlibrdmacm: Report error level in error messages
2012-08-27 Yann Droneaudlibrdmacm: Use common prefix for error messages
2012-08-27 Yann Droneaudlibrdmacm: Report error messages on stderr
2012-08-23 Sean Heftyrspreload: Avoid rsocket calls until after fork
2012-08-20 Sean Heftyrspreload: Fix checks in fork_active/passive
2012-08-17 Sean Heftylibrdmacm: Re-enable ibacm support
2012-08-16 Sean Heftyrstream: Use MSG_WAITALL for blocking test
2012-08-16 Sean Heftyrsockets: Add support for MSG_WAITALL rrecv() flag
2012-08-14 Sean Heftyrspreload: Add fstat support
2012-08-14 Sean Heftyrspreload: Support sendfile
2012-08-13 Sean Heftyrspreload: Do not block connect when supporting fork
2012-08-13 Sean Heftyrspreload: Minor cleanup of fork_passive handling
2012-08-08 Sean Heftyrsockets: Support SO_OOBINLINE
2012-08-01 Sean Heftyrspreload: Support dup2 calls
2012-08-01 Sean Heftyrspreload: Call real.close in fd_close
2012-07-30 Sean Heftyrsocket: Improve disconnect time under normal conditions
2012-07-30 Sean Heftyrsockets: Use wr_id to determine completion type
2012-07-25 Sean Heftyrsockets: Enable support for privileged ports
2012-07-24 Sean Heftyrspreload: Call init from getsockname()
2012-07-24 Sean Heftyrstream: Add option to test fork support
2012-07-24 Sean Heftylibrspreload: Support server apps that call fork()
2012-07-19 Sean Heftylibrspreload: Make socket_fallback() call more generic
2012-07-19 Sean Heftylibrdmacm: Only allocate verbs resources when needed
2012-07-19 Sean Heftylibrdmacm: Remove unused 'ib' variable from ucma_init
2012-07-12 Sean Heftyv1.0.16 v1.0.16
2012-07-12 Hal Rosenstocklibrspreload: Fix typecast to eliminate compile warnings
2012-07-11 Sean Heftyrspreload: Document use of librspreload library
2012-07-11 sean.hefty... librdmacm: Include src/common.h in distribution
2012-07-11 Yann Droneaudlibrdmacm: Validate source address protocol family...
2012-07-09 Sean Heftyrsocket: Build librspreload library as part of build
2012-06-28 Sean Heftyrsocket: Support IPV6_V6ONLY socket option
2012-06-28 Sean Heftyrsocket: Handle other shutdown option
2012-06-28 Sean Heftyrsocket: Set readfds event if rsocket has been disconnected
2012-06-11 Sean Heftyrsocket: Add rsocket man page
2012-06-08 Sean Heftyrsocket: Use configuration files to specify default...
2012-06-08 Sean Heftyrsocket: Spin before blocking on an rsocket
2012-06-08 Sean Heftyrsocket: Handle TCP_MAXSEG socket option
2012-06-01 Hal Rosenstockman: List RDMA_PS_IB as a supported port space in rdma_...
2012-05-29 Sean Heftyrstream: Use separate connections for latency/bw tests
2012-05-29 Sean Heftyrstream: Use snprintf in place of sprintf
2012-05-28 Sean Heftyrstream: Add option to specify size of send/recv buffers
2012-05-28 Sean Heftyrsockets: Change the default QP size from 512 to 384
2012-05-28 Sean Heftyrsockets: Simplify state checks
2012-05-28 Sean Heftyrsocket preload: Use environment variable to set QP...
2012-05-28 Sean Heftyrsocket: Add option to specify size of inline data
2012-05-28 Sean Heftyrsockets: Allow user to specify the QP sizes
2012-05-28 Sean Heftyrsockets: Define options specific to rsockets
2012-05-28 Sean Heftyrsockets: Reduce QP size if larger than hardware maximums
2012-05-28 Sean Heftyrs-preload: Handle recursive socket() calls
2012-05-28 Sean Heftylibrdmacm: Delay ACM connection until resolving an...
2012-05-28 Sean Heftyacm: Use -1 to indicate an invalid socket rather than 0
2012-05-28 Sean Heftyrsocket: Fix hang in rrecv/rsend after disconnecting
2012-05-21 Sean Heftyrstream: Check for connection error on async connect
2012-05-21 Sean Heftylibrdmacm: Check that send and recv CQs are different...
2012-05-18 Sean Heftylibrdmacm: Support older acm.h header files
2012-05-17 Sean Heftyrstream: Add test option to include more sizes
2012-05-17 Sean Heftyrstream: Group latency/bandwidth tests together
2012-05-16 Sean Heftyrstream: Set rsocket nonblocking if set to async operation
2012-05-16 Sean Heftyrstream: Clarify use of async test option
2012-05-16 Sean Heftylibrdmacm/rstream: Set rsocket nonblocking for base...
2012-05-16 Sean Heftyrstream: Always set TCP_NODELAY on rsocket
2012-05-10 Sean Heftylibrdmacm/rsocket: Succeed setsockopt REUSEADDR on...
2012-05-08 Sean Heftyrsockets: Optimize synchronization to improve performance
2012-04-24 Dotan Barakrping: Replace sprintf with snprintf to protect from...
2012-04-16 Sean Heftyrsocket: Succeed setting SO_KEEPALIVE option rsocket
2012-04-16 Sean Heftyrsocket: Succeed SO_LINGER socket option
2012-04-16 Sean Heftyrsocket: Handle socket option toggling on/off
2012-04-16 Sean Heftyrsocket: Discard unrecognized control messages
2012-04-16 Sean Heftyrsocket: Work-arounds to support RH EL5
2012-04-16 Sean Heftyrsocket: Allow use of LD_PRELOAD to intercept socket...
2012-04-16 Sean Heftyrsocket: Add sample application to copy files over...
2012-04-16 Sean Heftyrsocket: Add example program that uses rsocket
2012-04-16 Sean Heftylibrdmacm: Define streaming over RDMA interface (rsockets)
2012-04-04 Sagi Grimbergucmatose: Fix segfault on address error
2012-03-02 Sean HeftyAutomatically detect if ibacm is installed
2012-03-02 Sean HeftyUpdate rdma_disconnect to indicate both sides should...
2012-03-02 Sean Heftylibrdmamcm: Check for valid route in ucma_set_ib_route
2012-03-02 Sean Heftylibrdmacm: Fix warning 'resolve_msg' breaks aliasing...
2012-03-02 Sean Heftylibrdmacm: Return an error if user specifies AF_IB...
2012-03-02 Sean Heftyudaddy: Update udaddy to use rdma_getaddrinfo
2012-03-02 Sean Heftycmatose: Replace use of getaddrinfo with rdma_getaddrinfo
2012-03-02 Sean Heftylibrdmacm: Report AF_IB as second rdma_addrinfo
2012-03-02 Sean Heftylibrdmacm: Set errno correctly in ucma_complete
2012-03-02 Sean Heftyrdma_verbs: Set errno correctly in rdma_get_send/recv_comp
next