]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2015-07-07 Dotan Barakrds: fix compilation warnings
2015-07-07 Bang NguyenRDS: cleanup checkpatch errors
2015-07-07 Bang NguyenRDS Quality Of Service
2015-07-07 Bang NguyenRDS: Use IB_CQ_NEXT_COMP instead of IB_CQ_SOLICITED...
2015-07-07 Chris MasonRDS: make sure rds_send_xmit doesn't loop forever
2015-07-07 Bang NguyenRDS: issue warning if re-connect stalling for more...
2015-07-07 Chris MasonRDS: don't test ring_empty or ring_low without locks...
2015-07-07 Chris MasonRDS: don't use RCU for the bind hash table
2015-07-07 Venkat VenkatsubraRDS: avoid double destory of cm_id when rdms_resolve_ro...
2015-07-07 Chris MasonRDS: make sure rds_send_drop_to properly takes the...
2015-07-07 Chris MasonRDS: kick krdsd to send congestion map updates
2015-07-07 Chris MasonRDS: add debuging code around sock_hold and sock_put.
2015-07-07 Chris MasonRDS: Don't destroy the rdma id until after we're dong...
2015-07-07 Chris MasonRDS: adjust BUG()s for irqs disabled.
2015-07-07 Chris Masonrds: make sure we don't deref a null cm_id->device...
2015-07-07 Chris MasonRDS: don't use GFP_ATOMIC for sk_alloc in rds_create
2015-07-07 Chris MasonRDS: Make sure we do a signaled send at least once...
2015-07-07 Tina YangRDS: Fix an rcu race with rds_bin_lookup
2015-07-07 Chris MasonRDS: Fix RDS_MSG_MAPPED usage.
2015-07-07 Chris MasonRDS: add a sock_destruct callback with debugging
2015-07-07 Tina YangRDS: add a sock_destruct callback with debugging
2015-07-07 Chris MasonRDS: limit the number of times we loop in rds_send_xmit
2015-07-07 Chris MasonRDS Make sure we check for congestion updates during...
2015-07-07 Chris MasonMake sure to kick rds_send_xmit for both LL_SEND_FULL...
2015-07-07 Chris MasonRDS: make sure we post recv buffers
2015-07-07 Chris MasonRDS: don't trust the LL_SEND_FULL bit
2015-07-07 Chris MasonRDS: give up on half formed connections after 15s
2015-07-07 Chris Masonrds_send_xmit is called uner a spinlock, lets not do...
2015-07-07 Chris MasonRDS: make sure not to loop forever inside rds_send_xmit
2015-07-07 Andy Groverrds: check for excessive looping in rds_send_xmit
2015-07-07 Chris Masonrds: don't update ipaddress tables if the address hasn...
2015-07-07 Andy Groverchange ib default retry to 1
2015-07-07 Andy GroverThis patch adds the modparam to rds.ko.
2015-07-07 Zach BrownRDS: only use passive connections when addresses match
2015-07-07 Chris MasonRDS: destroy the ib state that generates call back...
2015-07-07 Chris MasonRDS: check access on pages before doing copy_to_user
2015-07-07 Zach BrownRDS/IB: always free recv frag as we free its ring entry
2015-07-07 Andy GroverRDS/IB: Quiet warnings when leaking frags
2015-07-07 Zach BrownFix loopback connection reference counts
2015-07-07 Zach BrownRDS: cancel connection work structs as we shut down
2015-07-07 Zach BrownRDS: don't call rds_conn_shutdown() from rds_conn_destroy()
2015-07-07 Zach BrownRDS: have sockets get transport module references
2015-07-07 Zach BrownRDS: remove old rs_transport comment
2015-07-07 Zach BrownRDS: lock rds_conn_count decrement in rds_conn_destroy()
2015-07-07 Andy GroverUse CQ_NEXT_COMP for recv completions
2015-07-07 Zach BrownRDS/IB: protect the list of IB devices
2015-07-07 Zach BrownRDS/IB: print IB event strings as well as their number
2015-07-07 Chris MasonRDS: flush the FMR pool less often.
2015-07-07 Chris MasonRDS: make sure the ring is really full before we return...
2015-07-07 Andy GroverRDS: use different cq handlers for send and recv
2015-07-07 Zach BrownRDS/IB: track signaled sends
2015-07-07 Zach BrownRDS: remove __init and __exit annotation
2015-07-07 Zach BrownRDS: fix races and other problems with rmmod and device...
2015-07-07 Chris MasonRDS: properly init the sg table in our frags
2015-07-07 Andy GroverRDS: add support for atomic messages over the wire
2015-07-07 Dotan Barakrds: fix compilation warnings
2015-07-07 Eli CohenFix backports for rds
2015-07-07 Andy GroverRDS: Fix BUG_ONs to not fire when in a tasklet
2015-07-07 Tina YangRDS: Enable per-cpu workqueue threads
2015-07-07 Andy GroverRDS: Do not call set_page_dirty() with irqs off
2015-07-07 Sherman PunRDS: Properly unmap when getting a remote access error
2015-07-07 Andy GroverRDS: only put sockets that have seen congestion on...
2015-07-07 Tina YangRDS: Fix locking in rds_send_drop_to()
2015-07-07 Andy GroverRDS: Turn down alarming reconnect messages
2015-07-07 Andy GroverRDS: Workaround for in-use MRs on close causing crash
2015-07-07 Tina YangRDS: Fix send locking issue
2015-07-07 Andy GroverRDS: Fix congestion issues for loopback
2015-07-07 Andy GroverRDS/TCP: Wait to wake thread when write space available
2015-07-07 Andy GroverRDS: use IB_CQ_VECTOR_LEAST_ATTACHED for cq's
2015-07-07 Andy GroverRDS: update copy_to_user state in tcp transport
2015-07-07 Andy GroverRDS: sendmsg() should check sndtimeo, not rcvtimeo
2015-07-07 Andy GroverRDS: Do not BUG() on error returned from ib_post_send
2015-07-07 Andy GroverRDS: Re-add pf/sol access via sysctl
2015-07-07 Andy GroverRDS/IB+IW: Move recv processing to a tasklet
2015-07-07 Andy GroverRDS: Do not send congestion updates to loopback connections
2015-07-07 Andy GroverRDS: Fix panic on unload
2015-07-07 Andy GroverRDS: Fix potential race around rds_i[bw]_allocation
2015-07-07 Andy GroverRDS: Add GET_MR_FOR_DEST sockopt
2015-07-07 Andy GroverRDS: Add a debug message suggesting to load transport...
2015-07-07 Andy GroverRDS: Track transports via an array, not a list
2015-07-07 Andy GroverRDS: Modularize RDMA and TCP transports
2015-07-07 Andy GroverRDS: Export symbols from core RDS
2015-07-07 Andy GroverRDS: Re-add TCP transport to RDS
2015-07-07 Andy GroverRDS/IB: Drop connection when a fatal QP event is received
2015-07-07 Andy GroverRDS/IB: Disable flow control in sysctl and explain why
2015-07-07 Andy GroverRDS/IB: Move tx/rx ring init and refill to later
2015-07-07 Andy GroverRDS: Don't set c_version in __rds_conn_create()
2015-07-07 Andy GroverRDS/IB: Rename byte_len to data_len to enhance readability
2015-07-07 Andy GroverRDS/RDMA: Fix cut-n-paste errors in printks in rdma_tra...
2015-07-07 Andy GroverRDS/IB: Fix printk to indicate remote IP, not local
2015-07-07 Andy GroverRDS/IB: Handle connections using RDS 3.0 wire protocol
2015-07-07 Andy GroverRDS/IB: Improve RDS protocol version checking
2015-07-07 Andy GroverRDS: Set retry_count to 2 and make modifiable via modparam
2015-07-07 Andy GroverRDS: Refactor end of __conn_create for readability
2015-07-07 Andy GroverRDS/IW: Remove dead code
2015-07-07 Andy GroverRDS/IW: Remove page_shift variable from iwarp transport
2015-07-07 Andy GroverRDS/IB: Always use PAGE_SIZE for FMR page size
2015-07-07 Andy GroverRDS: Fix completion notifications on blocking sockets
2015-07-07 David HowellsFRV: Fix the section attribute on UP DECLARE_PER_CPU()
2015-07-07 Mukesh Kackerrds: revert RDS code to 8cbd960 commit to rebase UEK...
next