]> git.openfabrics.org - ~shefty/librdmacm.git/shortlog
~shefty/librdmacm.git
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
2011-12-15 Sean HeftyMerge branch 'sor'
2011-12-15 Sean Heftylibrdmacm: Update web site and email addresses
2011-12-12 Sean HeftyMerge branch 'sor'
2011-12-12 Or Gerlitzudaddy/ucmatose: allow easy setting of tos in hex
2011-12-08 Sean Heftylibrdmacm: Return ECONNREFUSED from rdma_connect on...
2011-10-31 Dotan Barakrdma/cma: minor code refactoring when saving a string...
2011-10-26 Dotan Baraklibrdmacm/udaddy: Fix resource leak in case of error
2011-09-29 Sean Heftylibrdmacm: Verify size of route_len
2011-09-27 Sean Heftylibrdmacm: Fix duplicate free of connect
2011-09-27 Sean Heftyrdma/verbs: Fix race polling for completions
2011-09-14 Sean Heftyv1.0.15 v1.0.15
2011-08-23 Dotan Baraklibrdmacm: Fix resource in rdma_migrate_id() error...
2011-08-23 Sean Heftylibrdmacm: Fix resource leak when CMA_CREATE_MSG_CMD_RE...
2011-08-23 Sean Heftyrdma_xserver/client: Add new test apps
2011-08-23 Sean Heftylibrdmacm: Do not wait in rdma_accept for UD QPs
2011-08-23 Sean Heftylibrdmacm: Specify QP type separately from port space
2011-08-23 Sean Heftylibrdmacm: Abstract ibverbs SRQ creation
2011-08-23 Sean Heftylibrdmacm: Add support for XRC qp types
2011-08-23 Sean Heftylibrdmacm: Renumber RDMA_PS_IB to match kernel patch
2011-08-23 Sean Heftylibrdmacm: Limit autotools output
2011-08-22 Sean Heftylibrdmacm: Use union with sockaddr structures
2011-08-22 Sean Heftylibrdmacm: Fix crash in rdma_connect
2011-05-27 Yann Droneaudlibrdmacm: Fail ucma_init if ibv_get_device_list is...
2011-05-09 Sean Heftyrdma_server: fix typo in print
2011-04-15 Sean Heftylibrdmacm: define REUSEADDR option
2011-04-01 Sean Heftylibrdmacm/man: Size of private data for accept is 196...
2011-03-29 Or GerlitzDocument the fact that errno of EISCONN (Transport...
2011-03-28 Or Gerlitzlibrdmacm/doc: Document private data length limitations
2011-03-14 Sean Heftylibrdmacm/man: fixup rdma_accept documentation for...
2011-03-10 Sean Heftylibrdmacm: Document to set accept_local sysctl for...
2011-03-05 Sean HeftyOnly allow a user to allocate a single QP off an rdma_cm_id
2011-03-04 Sean HeftyUpdate rdma_join_multicast documentation to include...
2010-12-15 Roland Dreierlibrdmacm: Add a check for libpthread during librdmacm...
2010-12-15 Sean Hefty(no commit message)
2010-12-09 Sean Heftyv1.0.14 v1.0.14
2010-12-09 Sean Heftylibrdmacm: Support RAI_NUMERICHOST and no delay options
2010-12-02 Sean Heftylibrdmacm: support non-default ACM port number
2010-11-01 Sean Heftylibrdmacm/rping: Make sure CQ event thread exits before...
2010-11-01 Jonathan Rosserlibrdmacm: fix compiler warning of void * arithmetic
2010-11-01 Jonathan Rosserlibrdmacm: fix make install
2010-11-01 Jason Gunthorpelibrdmacm: Fix autotools to include the necessary M4...
2010-10-20 Steve WiseRPING: Remove printf for FLUSH completion.
2010-10-18 Sean Heftylibrdmacm: do not modify qp_init_attr in rdma_get_request
2010-10-04 Sean Heftylibrdmacm: only allocate qp in rdma_create_ep if qp_att...
2010-08-19 Sean Heftylibrdmacm: expand support for hints to rdma_getaddrinfo
2010-08-19 Sean Heftylibrdmacm: do not pass uninitialized ai_hints into...
2010-08-10 Sean Heftylibrdmacm: release 1.0.13 v1.0.13
2010-08-10 Sean Heftylibrdmacm: document event status field
2010-08-10 Sean Heftylibrdmacm/man: fix typos in man pages
2010-08-10 Sean Heftylibrdmacm: specify return value in man pages
2010-08-10 Sean Heftylibrdmacm: fix all calls to set errno
2010-07-23 Sean Heftylibrdmacm: convert ibv error values to errno
2010-07-19 Sean Heftylibrdmacm/man: add man pages for calls in rdma_verbs.h
2010-07-19 Sean Heftylibrdmacm/man: add rdma_get_request man page to release
2010-06-01 Sean Heftylibrdmacm: remove 32-bit build warnings
2010-06-01 Sean Heftylibrdmacm: support 2.6.9
2010-05-24 Sean Heftylibrdmacm: release 1.0.12 v1.0.12
2010-05-24 Sean Heftylibrdmacm: fix makefile installation path
2010-05-21 Sean Heftylibrdmacm/man: add man pages for new APIs
2010-05-17 Sean Heftylibrdmacm: define struct ibv_path_record if not defined
2010-05-11 Sean Heftylibrdmacm: disable AF_IB support
next