rds: prevent BUG_ON triggering on congestion map updates
[linux-flexiantxendom0-natty.git] / net / rds / ib_send.c
2011-03-08 Neil Hormanrds: prevent BUG_ON triggering on congestion map updates
2010-09-09 Andy GroverRDS: Implement masked atomic operations
2010-09-09 Zach BrownRDS/IB: print string constants in more places
2010-09-09 Zach BrownRDS/IB: track signaled sends
2010-09-09 Zach Brownrds: fix rds_send_xmit() serialization
2010-09-09 Zach BrownRDS/IB: get the xmit max_sge from the RDS IB device...
2010-09-09 Chris Masonrds: Fix reference counting on the for xmit_atomic...
2010-09-09 Chris Masonrds: Fix RDMA message reference counting
2010-09-09 Andy GroverRDS: Move atomic stats from general to ib-specific...
2010-09-09 Andy GroverRDS: Perform unmapping ops in stages
2010-09-09 Andy GroverRDS: Rename data op members prefix from m_ to op_
2010-09-09 Andy GroverRDS: Remove struct rds_rdma_op
2010-09-09 Andy GroverRDS: Implement silent atomics
2010-09-09 Andy GroverRDS/IB: Make all flow control code conditional on i_flowctl
2010-09-09 Andy GroverRDS: Remove unsignaled_bytes sysctl
2010-09-09 Andy GroverRDS: rewrite rds_ib_xmit
2010-09-09 Andy GroverRDS/IB: Remove ib_[header/data]_sge() functions
2010-09-09 Andy GroverRDS/IB: Remove dead code
2010-09-09 Andy GroverRDS/IB: eliminate duplicate code
2010-09-09 Andy GroverRDS: Implement atomic operations
2010-09-09 Andy GroverRDS: make m_rdma_op a member of rds_message
2010-09-09 Andy GroverRDS: fold rdma.h into rds.h
2010-09-09 Andy GroverRDS: break out rdma and data ops into nested structs...
2010-09-09 Andy GroverRDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr...
2010-03-17 Sherman PunRDS: Properly unmap when getting a remote access error
2010-03-17 Andy GroverRDS: Fix congestion issues for loopback
2010-03-17 Andy GroverRDS: Do not BUG() on error returned from ib_post_send
2009-11-30 Joe Perchesnet: Move && and || to end of previous line
2009-04-10 Steve WiseRDS/IW+IB: Allow max credit advertise window.
2009-04-10 Steve WiseRDS/IW+IB: Set the RDS_LL_SEND_FULL bit when we're...
2009-02-27 Andy GroverRDS/IB: Implement IB-specific datagram send.