]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2015-10-06 Vladimir SokolovskySDP: RDMA_CM_EVENT_TIMWAIT_EXIT renamed into RDMA_CM_EV...
2015-10-06 Amir VadaiSDP: Don't allow destruct socket when having sdp_destro...
2015-10-06 Amir VadaiSDP: do gracefull close instead of always doing abortiv...
2015-10-06 Amir VadaiSDP: Split sdp_handle_wc() to smaller functions
2015-10-06 Amir VadaiSDP: Use sdp_set_state()
2015-10-06 Amir VadaiCommited old fixes from kernel_patches/fixes/cma_establ...
2015-10-06 Amir VadaiModifies SDP to support the updated 2.6.26-rc2 kernel...
2015-10-06 Jim MottSDP - Fix compile problem on 2.6.24 ia64
2015-10-06 Jim MottSDP: Enable bzcopy by default
2015-10-06 Jim MottSDP - Bug837: executing netperf with TCP_CORK enabled...
2015-10-06 Jim MottSDP - Bug829: poll() always returns POLLOUT on non...
2015-10-06 Jim MottSDP - Bug294: SDP connect() only allows AF_INET (2...
2015-10-06 Jim MottSDP: various bzcopy fixes V2
2015-10-06 Vladimir SokolovskyApplied 'kernel_patches/fixes/sdp_skbuff_offset.patch'.
2015-10-06 Vladimir SokolovskyApplied 'kernel_patches/fixes/sdp_post_credits.patch'
2015-10-06 Vladimir SokolovskySDP: Applied 'kernel_patches/fixes/sdp_cq_param.patch'
2015-10-06 Jim MottSDP: Disable Zcopy.
2015-10-06 Jim MottModifies SDP to support the updated 2.6.24-rc2 kernel...
2015-10-06 Dotan BarakSDP: A better fix of a potential memory leak in the...
2015-10-06 Jim Mottsdp: Fix data corretness regression test failure.
2015-10-06 Jim MottSDP - Fix reference count locking bug
2015-10-06 Jim MottSDP - Make bzcopy defualt for 2K and larger transfer...
2015-10-06 Jim MottSDP - Fix reference count bug that prevents mlx4_ib...
2015-10-06 Michael S.... SDP - Add note on where linux bits in sdp_main come...
2015-10-06 Jim MottSDP - Zero copy bcopy support
2015-10-06 Jim MottSDP - Method used to allocate socket buffers may cause...
2015-10-06 Jim MottSDP bug647 - Validate ChRcvBuf range and add comments
2015-10-06 Jim MottSDP bug646 - Do not send DisConn if there is only 1...
2015-10-06 Jim MottSDP bug644 - DisConn, ChRcvBuf, and ChRcvBufAck sent...
2015-10-06 Jim MottSDP: Add keepalive support
2015-10-06 Jim MottFix SDP build issue in 2.6.22-rc7 kernel. There are...
2015-10-06 Ami PerlmutterIB/sdp: move the socket to accept queue
2015-10-06 Ami PerlmutterIB/sdp: resize data should be added to skb via skb_put...
2015-10-06 Ami PerlmutterIB/sdp: fix problem with sles9 backport (bugzilla 621)
2015-10-06 Ami PerlmutterIB/sdp: slow start recv buffer sizes, and try to resize...
2015-10-06 Ami PerlmutterIB/sdp: print queued rx and tx status to proc_fs implem...
2015-10-06 Michael S.... IB/sdp: Cleanup compilation warnings.
2015-10-06 Ami PerlmutterIB/sdp: Fix to be compliant with CA4-119 (bugzilla...
2015-10-06 Ami PerlmutterIB/sdp: adjust module parameter to improve 8K message BW
2015-10-06 Ami PerlmutterIB/sdp: prevent removal of ib device before cleanup
2015-10-06 Ami PerlmutterIB/sdp: fix dma mapping direction (bugzzila num. 556)
2015-10-06 Ami PerlmutterIB/sdp - use the ib_dma interface
2015-10-06 Ami PerlmutterIB/sdp: cm disconnect should wake up any sleeping proce...
2015-10-06 Amiram PerlmutterIB/sdp: add uid and inode to proc_fs info
2015-10-06 Ami ParlmuterIB/sdp: fix dma leak
2015-10-06 Amiram PerlmutterIB/sdp: fix BSDH len field for HH/HAH login messages.
2015-10-06 Ami ParlmuterIB/sdp: try to send after push mark is set
2015-10-06 Amiram PerlmutterIB/sdp: allow users via module parameter to bound SDP...
2015-10-06 Amiram PerlmutterIB/sdp: fix NULL pointer dereference
2015-10-06 Amiram PerlmutterIB/sdp: add proc_fs support
2015-10-06 Amiram PerlmutterIB/sdp: handle shutdown recv on listening socket
2015-10-06 Michael S.... Update for API changes merged for 2.6.20.
2015-10-06 Amiram PerlmutterIB/sdp: fill required login fields
2015-10-06 Amiram PerlmutterIB/sdp: poll cq in sendmsg only when sent size is large...
2015-10-06 Amiram PerlmutterIB/sdp: fixed compilation error
2015-10-06 Amiram PerlmutterIB/sdp: fixed typo in module parameter description
2015-10-06 Amiram PerlmutterIB/sdp: merge small skbs on receive side into larger...
2015-10-06 Amiram PerlmutterIB/sdp: modify buffer use calculation to eliminate...
2015-10-06 Michael S.... IB/sdp: handle immediate errors on post_send/post_receive
2015-10-06 Michael S.... IB/sdp: disable timewait on close if socket has been...
2015-10-06 Michael S.... IB/sdp: emulate completion with error if packet queued...
2015-10-06 Michael S.... IB/sdp: add receive buffer size scale factor
2015-10-06 Amiram PerlmutterIB/sdp: improve urgent data latency
2015-10-06 Michael S.... IB/sdp: fix data corruption on SLES10 (should affect...
2015-10-06 Michael S.... IB/sdp: fix a crash when child is disconnected while...
2015-10-06 Michael S.... CMA should check backlog_queue, not accept_queue, since...
2015-10-06 Michael S.... IB/sdp: request notification only if CQ exists.
2015-10-06 Michael S.... IB/sdp: do not kill the child socket in accept queue
2015-10-06 Michael S.... IB/sdp: implement SIOCINQ (FIONREAD)
2015-10-06 Amiram PerlmutterIB/sdp: set inet's daddr and dport on active side as...
2015-10-06 Michael S.... IB/sdp: Fix skb truesize calculation for the RX skb
2015-10-06 Amiram PerlmutterIB/sdp: increment seq in case of fin
2015-10-06 Amiram PerlmutterIB/sdp: do not reset offsets on disconnect
2015-10-06 Michael S.... IB/sdp: Use inet_sk for portability.
2015-10-06 Amiram PerlmutterIB/sdp: fill in source address in inet_sock when it...
2015-10-06 Ami ParlmuterIB/sdp: add support for MSG_OOB
2015-10-06 Michael S.... IB/sdp: Add CQ polling, weight configurable globally.
2015-10-06 Michael S.... IB/sdp: Three bugfixes in SDP sockets.
2015-10-06 Michael S.... IB/sdp: remove unused include
2015-10-06 Michael S.... IB/sdp: Two bugfixes in SDP
2015-10-06 Michael S.... IB/sdp: Change PFN_INDEX -> PAGE_INDEX
2015-10-06 Michael S.... IB/sdp: Thinko fix: must update nr frags.
2015-10-06 Michael S.... IB/sdp:Free unused pages.
2015-10-06 Michael S.... IB/sdp: set sport on autobind
2015-10-06 Michael S.... IB/sdp: Use high memory for receive buffers
2015-10-06 Michael S.... IB/sdp: Fix typo in code
2015-10-06 Michael S.... IB/sdp: Implement Nagle algorithm.
2015-10-06 Michael S.... IB/sdp:Split data path debug from not
2015-10-06 Michael S.... IB/sdp: Fix error handling for case when mr allocation...
2015-10-06 Michael S.... IB/sdp: Comment out gso_seg initialization.
2015-10-06 Michael S.... IB/sdp: Fix memory leak in SDP
2015-10-06 Michael S.... sdp: Add SDP - lone SDP from SVN 8227
2015-06-22 Linus TorvaldsLinux 4.1 v4.1 v4.1test
2015-06-21 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2015-06-20 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2015-06-19 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git.kernel...
2015-06-19 Linus TorvaldsMerge tag 'sound-4.1' of git://git.kernel.org/pub/scm...
2015-06-19 Michael TurquetteMerge branch 'ccf/atmel-fixes-for-4.1' of https://githu...
2015-06-19 Nicolas Ferreclk: at91: fix h32mx prototype inclusion in pmc header
2015-06-19 Nicolas Ferreclk: at91: trivial: typo in peripheral clock description
next