summaryrefslogtreecommitdiffstats
path: root/net/rds/send.c
Commit message (Expand)AuthorAgeFilesLines
* RDS: TCP: Retransmit half-sent datagrams when switching sockets in rds_tcp_re...Sowmini Varadhan2016-06-081-0/+1
* RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2015-11-241-1/+3
* RDS: fix rds-ping deadlock over TCP transportsantosh.shilimkar@oracle.com2015-10-191-3/+2Star
* RDS: IB: split send completion handling and do batch ackSantosh Shilimkar2015-10-051-0/+1
* RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULLSantosh Shilimkar2015-10-051-4/+6
* RDS: defer the over_batch work to send workerSantosh Shilimkar2015-10-051-3/+6
* RDS: return EMSGSIZE for oversize requests before processing/queueingMukesh Kacker2015-08-251-5/+6
* RDS: make sure rds_send_drop_to properly takes the m_rs_locksantosh.shilimkar@oracle.com2015-08-251-1/+15
* RDS: Mark message mapped before transmitsantosh.shilimkar@oracle.com2015-08-251-8/+16
* RDS: check for congestion updates during rds_send_xmitsantosh.shilimkar@oracle.com2015-08-251-1/+2
* RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan2015-08-071-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-141-2/+31
|\
| * RDS: make sure not to loop forever inside rds_send_xmitSowmini Varadhan2015-04-081-2/+31
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-2/+1Star
|/
* net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-111-2/+2
* put iov_iter into msghdrAl Viro2014-12-091-3/+1Star
* rds: switch rds_message_copy_from_user() to iov_iterAl Viro2014-11-241-1/+3
* net/rds: fix possible double free on sock tear downHerton R. Krzesinski2014-10-031-4/+7
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-3/+3
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-191-1/+1
* RDS: fix rds-ping spinlock recursionjeff.liu2012-10-091-1/+1
* Remove printk from rds_sendmsgDave Jones2012-03-201-1/+0Star
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
* net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker2011-11-011-0/+1
* net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-06-171-4/+3Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* RDS: Let rds_message_alloc_sgs() return NULLAndy Grover2010-10-311-0/+4
* rds: make local functions/variables staticstephen hemminger2010-10-211-1/+3
* RDS: Implement masked atomic operationsAndy Grover2010-09-091-0/+4
* rds: fix rds_send_xmit() serializationZach Brown2010-09-091-39/+43
* rds: remove unused rds_send_acked_before()Zach Brown2010-09-091-29/+0Star
* RDS: introduce rds_conn_connect_if_down()Zach Brown2010-09-091-14/+2Star
* rds: Fix reference counting on the for xmit_atomic and xmit_rdmaChris Mason2010-09-091-8/+2Star
* rds: Fix RDMA message reference countingChris Mason2010-09-091-3/+8
* rds: don't let RDS shutdown a connection while senders are presentChris Mason2010-09-091-3/+14
* RDS: Update comments in rds_send_xmit()Andy Grover2010-09-091-3/+2Star
* RDS: Use a generation counter to avoid rds_send_xmit loopChris Mason2010-09-091-4/+7
* RDS: Get pong working againAndy Grover2010-09-091-1/+4
* RDS: Remove send_quota from send_xmit()Andy Grover2010-09-091-15/+15
* RDS: Fix locking in send on m_rs_lockAndy Grover2010-09-091-2/+3
* RDS: Call rds_send_xmit() directly from sendmsg()Andy Grover2010-09-091-1/+1
* RDS: rds_send_xmit() locking/irq fixesAndy Grover2010-09-091-9/+12
* RDS: Change send lock from a mutex to a spinlockAndy Grover2010-09-091-8/+7Star
* RDS: Stop supporting old cong map sending methodAndy Grover2010-09-091-32/+7Star
* RDS: Perform unmapping ops in stagesAndy Grover2010-09-091-1/+5
* RDS: Make sure cmsgs aren't used in improper waysAndy Grover2010-09-091-0/+9
* RDS: Add flag for silent ops. Do atomic op before RDMAAndy Grover2010-09-091-24/+31
* RDS: queue failure notifications for dropped atomic opsAndy Grover2010-09-091-2/+10
* RDS: Do not set op_active in r_m_copy_from_user().Andy Grover2010-09-091-5/+8
* RDS: Rewrite rds_send_xmitAndy Grover2010-09-091-60/+71