aboutsummaryrefslogtreecommitdiff
path: root/net/rds/iw_send.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-07net: rds: Remove repeated function names from debug outputGravatar Rasmus Villemoes 1-2/+2
2014-05-18net: rds: Use time_after() for time comparisonGravatar Manuel Schölling 1-2/+2
2011-06-17net/rds: use prink_ratelimited() instead of printk_ratelimit()Gravatar Manuel Zerpies 1-2/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-09-08RDS: Rename data op members prefix from m_ to op_Gravatar Andy Grover 1-12/+12
2010-09-08RDS: Remove struct rds_rdma_opGravatar Andy Grover 1-34/+34
2010-09-08RDS: make m_rdma_op a member of rds_messageGravatar Andy Grover 1-8/+8
2010-09-08RDS: fold rdma.h into rds.hGravatar Andy Grover 1-1/+0
2010-09-08RDS: break out rdma and data ops into nested structs in rds_messageGravatar Andy Grover 1-18/+20
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsGravatar Andy Grover 1-2/+2
2010-03-16RDS: Do not BUG() on error returned from ib_post_sendGravatar Andy Grover 1-2/+1
2009-11-29net: Move && and || to end of previous lineGravatar Joe Perches 1-4/+3
2009-07-20RDS/IW: Remove page_shift variable from iwarp transportGravatar Andy Grover 1-1/+1
2009-04-09RDS/IW+IB: Allow max credit advertise window.Gravatar Steve Wise 1-4/+4
2009-04-09RDS/IW+IB: Set the RDS_LL_SEND_FULL bit when we're throttled.Gravatar Steve Wise 1-1/+1
2009-02-26RDS: Add iWARP supportGravatar Andy Grover 1-0/+975