aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/send.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-20net: sk_sleep() helperEric Dumazet1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16RDS: Do not call set_page_dirty() with irqs offAndy Grover1-6/+8
2010-03-16RDS: only put sockets that have seen congestion on the poll_waitqAndy Grover1-1/+3
2010-03-16RDS: Fix locking in rds_send_drop_to()Tina Yang1-6/+7
2010-03-16RDS: Fix send locking issueTina Yang1-3/+2
2010-03-16RDS: sendmsg() should check sndtimeo, not rcvtimeoAndy Grover1-1/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches1-14/+13
2009-08-23RDS: Export symbols from core RDSAndy Grover1-0/+3
2009-04-09RDS: Establish connection before parsing CMSGsAndy Grover1-5/+5
2009-04-02RDS: Fix m_rs_lock deadlockAndy Grover1-3/+3
2009-02-26RDS: send.cAndy Grover1-0/+1003