summaryrefslogtreecommitdiffstats
path: root/net/rds/ib_send.c
AgeCommit message (Expand)AuthorLines
2015-02-07net: rds: Remove repeated function names from debug outputRasmus Villemoes-2/+2
2014-05-18net: rds: Use time_after() for time comparisonManuel Schölling-2/+2
2013-12-03rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra-3/+2
2011-06-17net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies-2/+2
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-08rds: prevent BUG_ON triggering on congestion map updatesNeil Horman-1/+4
2010-09-08RDS: Implement masked atomic operationsAndy Grover-5/+9
2010-09-08RDS/IB: print string constants in more placesZach Brown-6/+41
2010-09-08RDS/IB: track signaled sendsZach Brown-5/+42
2010-09-08rds: fix rds_send_xmit() serializationZach Brown-1/+1
2010-09-08RDS/IB: get the xmit max_sge from the RDS IB device on the connectionZach Brown-7/+5
2010-09-08rds: Fix reference counting on the for xmit_atomic and xmit_rdmaChris Mason-1/+9
2010-09-08rds: Fix RDMA message reference countingChris Mason-5/+6
2010-09-08RDS: Move atomic stats from general to ib-specific areaAndy Grover-2/+2
2010-09-08RDS: Perform unmapping ops in stagesAndy Grover-117/+125
2010-09-08RDS: Rename data op members prefix from m_ to op_Andy Grover-13/+13
2010-09-08RDS: Remove struct rds_rdma_opAndy Grover-30/+30
2010-09-08RDS: Implement silent atomicsAndy Grover-30/+32
2010-09-08RDS/IB: Make all flow control code conditional on i_flowctlAndy Grover-6/+8
2010-09-08RDS: Remove unsignaled_bytes sysctlAndy Grover-7/+0
2010-09-08RDS: rewrite rds_ib_xmitAndy Grover-78/+45
2010-09-08RDS/IB: Remove ib_[header/data]_sge() functionsAndy Grover-20/+12
2010-09-08RDS/IB: Remove dead codeAndy Grover-14/+0
2010-09-08RDS/IB: eliminate duplicate codeAndy Grover-19/+11
2010-09-08RDS: Implement atomic operationsAndy Grover-16/+124
2010-09-08RDS: make m_rdma_op a member of rds_messageAndy Grover-10/+10
2010-09-08RDS: fold rdma.h into rds.hAndy Grover-1/+0
2010-09-08RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover-21/+23
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover-2/+2
2010-03-16RDS: Properly unmap when getting a remote access errorSherman Pun-1/+5
2010-03-16RDS: Fix congestion issues for loopbackAndy Grover-0/+7
2010-03-16RDS: Do not BUG() on error returned from ib_post_sendAndy Grover-4/+3
2009-11-29net: Move && and || to end of previous lineJoe Perches-2/+2
2009-04-09RDS/IW+IB: Allow max credit advertise window.Steve Wise-4/+4
2009-04-09RDS/IW+IB: Set the RDS_LL_SEND_FULL bit when we're throttled.Steve Wise-1/+1
2009-02-26RDS/IB: Implement IB-specific datagram send.Andy Grover-0/+874