summaryrefslogtreecommitdiff
path: root/net/rds/ib_send.c
AgeCommit message (Expand)Author
2017-10-26rds: Fix inaccurate accounting of unsignaled wrsHåkon Bugge
2017-10-26rds: ib: Fix uninitialized variableHåkon Bugge
2017-02-17rds:Remove unnecessary ib_ring unallocZhu Yanjun
2017-01-02RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar
2017-01-02RDS: IB: include faddr in connection logSantosh Shilimkar
2016-07-01RDS: Rework path specific indirectionsSowmini Varadhan
2016-06-14RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan
2016-03-02RDS: IB: Remove the RDS_IB_SEND_OP dependencysantosh.shilimkar@oracle.com
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-10-08IB: split struct ib_send_wrChristoph Hellwig
2015-10-05RDS: IB: split send completion handling and do batch ackSantosh Shilimkar
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-08-30rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe
2015-08-25RDS: Make sure we do a signaled send for large-sendsantosh.shilimkar@oracle.com
2015-06-02Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford
2015-06-02rds: re-entry of rds_ib_xmit/rds_iw_xmitWengang Wang
2015-05-18RDS: Switch to generic logging helpersSagi Grimberg
2015-02-07net: rds: Remove repeated function names from debug outputRasmus Villemoes
2014-05-18net: rds: Use time_after() for time comparisonManuel Schölling
2013-12-03rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra
2011-06-17net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-08rds: prevent BUG_ON triggering on congestion map updatesNeil Horman
2010-09-08RDS: Implement masked atomic operationsAndy Grover
2010-09-08RDS/IB: print string constants in more placesZach Brown
2010-09-08RDS/IB: track signaled sendsZach Brown
2010-09-08rds: fix rds_send_xmit() serializationZach Brown
2010-09-08RDS/IB: get the xmit max_sge from the RDS IB device on the connectionZach Brown
2010-09-08rds: Fix reference counting on the for xmit_atomic and xmit_rdmaChris Mason
2010-09-08rds: Fix RDMA message reference countingChris Mason
2010-09-08RDS: Move atomic stats from general to ib-specific areaAndy Grover
2010-09-08RDS: Perform unmapping ops in stagesAndy Grover
2010-09-08RDS: Rename data op members prefix from m_ to op_Andy Grover
2010-09-08RDS: Remove struct rds_rdma_opAndy Grover
2010-09-08RDS: Implement silent atomicsAndy Grover
2010-09-08RDS/IB: Make all flow control code conditional on i_flowctlAndy Grover
2010-09-08RDS: Remove unsignaled_bytes sysctlAndy Grover
2010-09-08RDS: rewrite rds_ib_xmitAndy Grover
2010-09-08RDS/IB: Remove ib_[header/data]_sge() functionsAndy Grover
2010-09-08RDS/IB: Remove dead codeAndy Grover
2010-09-08RDS/IB: eliminate duplicate codeAndy Grover
2010-09-08RDS: Implement atomic operationsAndy Grover
2010-09-08RDS: make m_rdma_op a member of rds_messageAndy Grover
2010-09-08RDS: fold rdma.h into rds.hAndy Grover
2010-09-08RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover
2010-03-16RDS: Properly unmap when getting a remote access errorSherman Pun
2010-03-16RDS: Fix congestion issues for loopbackAndy Grover
2010-03-16RDS: Do not BUG() on error returned from ib_post_sendAndy Grover
2009-11-29net: Move && and || to end of previous lineJoe Perches