]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2015-10-06 Amir Vadaisdp: Some improvements to multistream BW
2015-10-06 Eldad Zingersdp: add support for no recv polling at all
2015-10-06 Eldad Zingersdp: BUG1923 - fix support for MSG_OOB
2015-10-06 Eldad Zingersdp: remove unused variables
2015-10-06 Eldad Zingersdp: fixed for error code in sendmsg-BZCopy
2015-10-06 Eldad Zingersdp: fixed skbs-control-queue memory leak
2015-10-06 Eldad Zingersdp: fixed device removal issues
2015-10-06 Eldad Zingersdp: added the ability to use sdpprf for any debug...
2015-10-06 Eldad Zingersdp: fixed a deadlock when tx_timer calls sdp_reset...
2015-10-06 Eldad Zingersdp: fixed SrcAvail memory leak
2015-10-06 Eldad Zingersdp: removed unnecessary variable 'vm_wait'
2015-10-06 Eldad Zingersdp: stability improvements for ZCopy
2015-10-06 Eldad Zingersdp: properly kill nagle_timer on socket reset
2015-10-06 Eldad Zingersdp: BUG2092 - ib_device field in sdp_sock is reset...
2015-10-06 Eldad Zingersdp: fix for stopping tx timer/tasklet when socket...
2015-10-06 Eldad Zingersdp: BUG1403 - last sk_refcnt is called while cma handl...
2015-10-06 Eldad Zingersdp: bug fix for a case of no memory to allocate for...
2015-10-06 Eldad Zingersdp: rx_irq should use tasklet instead of timer due...
2015-10-06 Eldad Zingersdp: better handling of page-allocation-failure
2015-10-06 Eldad Zingersdp: reduce size of sdp_buf to what is really being...
2015-10-06 Eldad Zingersdp: remove the relation between qp_active and sdp_free...
2015-10-06 Eldad Zingersdp: small fix to support device removal during traffic
2015-10-06 Eldad Zingersdp: bug fix for a case of no memory to allocate for...
2015-10-06 Eldad Zingersdp: fix behavior when a skb allocation fails
2015-10-06 Eldad Zingersdp: some small non-behavioral changes in sdp_dreq_wait...
2015-10-06 Eldad Zingersdp: rewrite orphan count logic
2015-10-06 Eldad Zingersdp: change socket reference semantics: keepalive ...
2015-10-06 Eldad Zingersdp: remove unnecessary argument from sdp_connected_han...
2015-10-06 Eldad Zingersdp: removed extra debug message and comment.
2015-10-06 Eldad Zingersdp: fix for socket refcnt when error is marked while...
2015-10-06 Eldad Zingersdp: enable support for ib devices that do not support fmr
2015-10-06 Eldad Zingersdp: before activating rx_ring timer, need to check...
2015-10-06 Eldad Zingersdp: fix compilation warnings
2015-10-06 Eldad Zingersdp: define SDP_MAX_PAYLOAD as ulong instead of int...
2015-10-06 Eldad Zingersdp: some small non-functional changes.
2015-10-06 Eldad Zingersdp: enable rx_cq arming when no one polls.
2015-10-06 Eldad Zingersdp: before arming cq, need to check if cq was not...
2015-10-06 Eldad Zingersdp: When purging tx_ring, rdma_inflight accountings...
2015-10-06 Eldad Zingersdp: tx_ring timer should not be scheduled if the qp...
2015-10-06 Eldad Zingersdp: if can't recv or send, and the qp is not active...
2015-10-06 Eldad Zingersdp: rx completions workqueue should be flushed after...
2015-10-06 Eldad Zingersdp: rx/tx tasklets should be properly killed when...
2015-10-06 Eldad Zingersdp: some annoying whitespaces removed.
2015-10-06 Eldad Zingersdp: remove white spaces in the end of some lines.
2015-10-06 Eldad Zingersdp: device_removal_lock should not be a spinlock becau...
2015-10-06 Eldad Zingersdp: error value for sdp_set_error() should be negative.
2015-10-06 Eldad Zingersdp: Fix for deadlock between sdp_connect and sdp_destr...
2015-10-06 Amir Vadaisdp: cleanup ssk->rx_sa when aborting incoming SrcAvail
2015-10-06 Amir Vadaisdp: fix compilation warnings in RH
2015-10-06 Amir Vadaisdp: sdp_destroy_qp should be protected in destroy...
2015-10-06 Amir Vadaisdp: don't double free fmr
2015-10-06 Amir Vadaisdp: Limit FMR resources
2015-10-06 Amir Vadaisdp: Fix for hangs/crashes in rare cases
2015-10-06 Eldad Zingersdp: Fix for warning message when receiving with MSG_PE...
2015-10-06 Eldad Zingersdp: On MSG_PEEK, no rdma_rd_complete should be sent.
2015-10-06 Eldad Zingersdp: update for sdp_cma_handler() events debug messages.
2015-10-06 Eldad Zingersdp: fix for handling multi iov's in ZCOPY.
2015-10-06 Amir Vadaisdp: Fix iperf multistream hanging
2015-10-06 Amir Vadaisdp: Fix wrong use of ssk->sdp_disconnect
2015-10-06 Amir Vadaisdp: protect sdp_auto_moderation from device removal
2015-10-06 Eldad Zingersdp: sdp_recvmsg() shouldn't handle SDP_MID_DISCONN...
2015-10-06 Eldad Zingersdp: added lock_sock() to sdp_poll()
2015-10-06 Amir Vadaisdp: Cleanedup some commented lines
2015-10-06 Amir Vadaisdp: Fix bad handling of small rcvbuf size in zcopy
2015-10-06 Amir Vadaisdp: fix issues in orphan count
2015-10-06 Amir Vadaisdp: protect rx_ring access with a lock
2015-10-06 Amir Vadaisdp: cleanup skb allocations
2015-10-06 Amir Vadaisdp: Reuse buffers in rx ring
2015-10-06 Amir Vadaisdp: cpu affinity in sdpstats
2015-10-06 Amir Vadaisdp: use polling in rx
2015-10-06 Eldad Zingersdp: fix for a bug of lost refcnt in TCP_TIME_WAIT...
2015-10-06 Eldad Zingersdp: BUG2038 - transmission goal size won't exceed...
2015-10-06 Eldad Zingersdp: SDP_WARN_ON defined to be used instead of WARN_ON...
2015-10-06 Eldad Zingersdp: new debug function added, minor debug message...
2015-10-06 Eldad Zingersdp: device removal rewritten for a stability improvement.
2015-10-06 Eldad Zingersdp: unnecessary local variable removed, 'const' declar...
2015-10-06 Eldad Zingersdp: tx timer is deleted when sockets goes to TCP_CLOSE
2015-10-06 Eldad Zingersdp: canceled a call to sdp_desroy_work() on send compl...
2015-10-06 Eldad Zingersdp: unnecessary wait-queue removed from sdp_sock struc...
2015-10-06 Eldad Zingersdp: unnecessary local variable removed.
2015-10-06 Eldad Zingersdp: debug message for reference count changed from...
2015-10-06 Eldad Zingersdp: BUG2031 - sdp_cma_handler() won't be invoked after...
2015-10-06 Amir Vadaisdp: fix a leak when ib_post_xxx fail + small fixes
2015-10-06 Eldad Zingersdp: on device removal, ref count taken so that socket...
2015-10-06 Amir Vadaisdp: use max number of SGE from HW capabilities
2015-10-06 Amir Vadaisdp: Fix a hang when ib_post_recv is failed
2015-10-06 Amir Vadaisdp: fix compilation warning on debug prints
2015-10-06 Eldad Zingersdp: sdp_bzcopy_thresh module parameter removal
2015-10-06 Eldad Zingersdp: BUG2017 - better initialization implementation...
2015-10-06 Eldad Zingersdp: fix for brutal device removing
2015-10-06 Amir Vadaisdp: Don't try to allocate FMR larger than RLIMIT_MEMLOCK
2015-10-06 Amir Vadaisdp: Don't count sdp header twice when calculating...
2015-10-06 Eldad Zingersdp: timeout for abortive close updated
2015-10-06 Amir Vadaisdp: module parameter to disable SDP over ROCEE
2015-10-06 Eldad Zingersdp: added differentiation between bind failures of...
2015-10-06 Eldad Zingersdp: BUG1727 - there is no point of using zcopy when...
2015-10-06 Eldad Zingersdp: BUG1992 - enable transmission of credits update...
2015-10-06 Eldad Zingersdp: unnecessary 'if' statement canceled.
2015-10-06 Eldad Zingersdp: BUG1727 - fixed select(2) behavior on a new nonblo...
2015-10-06 Eldad Zingersdp: BUG1727 - sdp_destroy_work() and sdp_connect(...
next