]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
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(...
2015-10-06 Amir Vadaisdp: support iovlen > 1 in zcopy
2015-10-06 Amir Vadaisdp: make sdp_socket.h available to user applications
2015-10-06 Amir Vadaisdp: enable FMR pool cache
2015-10-06 Amir Vadaisdp: Stop SA Cancel timeout when getting SendSM/RdmaRdCompl
2015-10-06 Amir Vadaisdp: SendSM wasn't sent sometimes after getting SrcAvai...
2015-10-06 Amir Vadaisdp: Send SendSM from recvmsg context and not from...
2015-10-06 Amir Vadaisdp: Fix bug in crossing SrcAvail
2015-10-06 Amir Vadaisdp: Add detailed ZCopy aborted send statistics
2015-10-06 Amir Vadaisdp: Prevent kernel crash if device init fails (plus...
2015-10-06 Amir Vadaisdp: Fix crossing SrcAvail handling
2015-10-06 Amir Vadaisdp: Fix bugs in huge paged HW's
2015-10-06 Amir Vadaisdp: BUG1899 - fix warnings on RH4.8 by avoiding multip...
2015-10-06 Amir Vadaisdp: must use ib_sg_dma_*, not sg_dma_* for mapping
2015-10-06 Amir Vadaisdp: use IB_CQ_VECTOR_LEAST_ATTACHED for cq's
2015-10-06 Amir Vadaisdp: make statistics per cpu
2015-10-06 Amir Vadaisdp: added statistics instead of prints
2015-10-06 Amir Vadaisdp: Fix partial ZCopy send bug + recvmsg with MSG_PEEK...
2015-10-06 Amir Vadaisdp: Set a lower limit to ZCopy threshold
2015-10-06 Amir Vadaisdp: Fix ZCopy sink not working
2015-10-06 Amir Vadaisdp: fixed compilation warning
2015-10-06 Amir Vadaisdp: ZCopy SrcAvail payload size limit fixed + fix...
2015-10-06 Amir Vadaisdp: small spec compliancy fixes in code
2015-10-06 Amir Vadaisdp: fix lockup on mthca cards
2015-10-06 Amir Vadaisdp: fix a warning in RH4.0
2015-10-06 Amir Vadaisdp: Fix Hello Ack Header to be according to spec
2015-10-06 Amir Vadaisdp: make /proc/net/sdpprf on only if debug data is on
2015-10-06 Amir Vadaisdp: Cleanup ZCopy page registrations
2015-10-06 Amir Vadaisdp: cancel_work_sync on 2.6.22 didn't return a value
2015-10-06 Amir Vadaisdp: changed important prints in zcopy to warning inste...
2015-10-06 Amir Vadaisdp: flush rx_comp_work before destroying socket +...
2015-10-06 Amir Vadaisdp: cleaned up debug prints
2015-10-06 Amir Vadaisdp: take a reference during zcopy_send
2015-10-06 Amir Vadaisdp: Disable BZcopy + Enable ZCopy
2015-10-06 Amir Vadaisdp: changed some warnings into debug prints
2015-10-06 Amir Vadaisdp: fixed BUG1826 part 1 - schedule while atomic
2015-10-06 Amir Vadaisdp: Fixed annoying warning by memtrack
2015-10-06 Amir Vadaisdp: fixed BUG1796 - running out of memory on rx
2015-10-06 Amir Vadaisdp: fixed sparse warnings
2015-10-06 Amir Vadaisdp: removed unneeded list initialization - percpu_coun...
2015-10-06 Amir Vadaisdp: get max send sge from device capabilities instead...
2015-10-06 Jack Morgensteinsdp: incorrect SDP_FMR_SIZE on 32-bit machines
2015-10-06 Jack Morgensteinsdp: check if sdp device is actually present in sdp_rem...
2015-10-06 Amir Vadaisdp: Process tx completions from sendmsg context. arm...
2015-10-06 Amir Vadaisdp: More code cleanup and ZCopy bugs fixes
2015-10-06 Amir Vadaisdp: code cleanup
2015-10-06 Amir Vadaisdp: fix cross SrcAvail deadlock
2015-10-06 Amir Vadaisdp: Fix ZCopy compatability issues
2015-10-06 Amir Vadaisdp: fix memory leak in bzcopy
2015-10-06 Amir Vadaisdp: fixed signedness warning in compilation + don...
2015-10-06 Amir Vadaisdp: split very big tx buffer into smaller sends
2015-10-06 Amir Vadaisdp: QP should be destroyed before its CQs
2015-10-06 Amir Vadaisdp: fix driver to accept credit updates after RCV_SHUTDOWN
2015-10-06 Amir Vadaisdp: Add support for ZCopy combined mode - RDMA Read
2015-10-06 Amir Vadaisdp: removed unnecessary statistics that caused compila...
2015-10-06 Amir Vadaisdp: fix some warning and bugs in porting to ofed 1.5
2015-10-06 Amir Vadaisdp: fix bad credits advertised when connection initiated
2015-10-06 Amir Vadaisdp: Fix memory leak in bzcopy
2015-10-06 Amir Vadaisdp: fix wrong credit advertised in Hello MID
2015-10-06 Amir Vadaisdp: fix compilation error on 2.6.30
2015-10-06 Amir Vadaisdp: fixed coding style
2015-10-06 Amir Vadaisdp: IB_CQ_VECTOR_LEAST_ATTACHED is not supported yet...
2015-10-06 Amir Vadaisdp: fixed div by zero in sdpstats
2015-10-06 Amir Vadaisdp: make interrupt moderation adaptive
2015-10-06 Amir Vadaisdp: arm nagle timer on not sent packet instead of...
2015-10-06 Amir Vadaisdp: two bug fixes
2015-10-06 Amir Vadaisdp: make bzcopy poll timeout in jiffies instead of...
2015-10-06 Amir Vadaisdp: fix bad handling for not aligned buffers in bzcopy...
2015-10-06 Amir Vadaisdp: fix RX to work well on sink side + cosmetics changes
2015-10-06 Amir Vadaisdp: TX from 1 context only. RX with minimal context...
2015-10-06 Amir Vadaisdp: don't arm nagle timer for every sent packet
2015-10-06 Amir Vadaisdp: remove leftover from debugging
2015-10-06 Amir Vadaisdp: Do not nagle BZCopy packets
2015-10-06 Amir Vadaisdp: don't do nagle on first packet
next