aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-08RDS/IB: Remove ib_[header/data]_sge() functionsAndy Grover3-55/+23
2010-09-08RDS/IB: Remove dead codeAndy Grover1-14/+0
2010-09-08RDS/IB: Disallow connections less than RDS 3.1Andy Grover2-47/+16
2010-09-08RDS/IB: eliminate duplicate codeAndy Grover1-19/+11
2010-09-08RDS: inc_purge() transport function unused - remove itAndy Grover12-18/+3
2010-09-08RDS: WhitespaceAndy Grover3-4/+3
2010-09-08RDS: Do not mask address when pinning pagesAndy Grover1-2/+2
2010-09-08RDS: Base init_depth and responder_resources on hw valuesAndy Grover4-11/+24
2010-09-08RDS: Implement atomic operationsAndy Grover8-23/+302
2010-09-08RDS: Clear up some confusing code in send_remove_from_sockAndy Grover1-1/+1
2010-09-08RDS: make sure all sgs alloced are initializedAndy Grover2-3/+2
2010-09-08RDS: make m_rdma_op a member of rds_messageAndy Grover6-90/+129
2010-09-08RDS: fold rdma.h into rds.hAndy Grover12-95/+77
2010-09-08RDS: Explicitly allocate rm in sendmsg()Andy Grover3-27/+62
2010-09-08RDS: cleanup/fix rds_rdma_unuseAndy Grover1-12/+15
2010-09-08RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover7-85/+96
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover26-90/+90
2010-09-08RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover3-53/+63
2010-09-08RDS: Fix locking in send on m_rs_lockAndy Grover1-7/+8
2010-09-08RDS: Rewrite rds_send_drop_to() for clarityAndy Grover1-35/+29
2010-09-08RDS: Fix corrupted rds_mrsTina Yang1-0/+8
2010-09-08RDS: Fix BUG_ONs to not fire when in a taskletAndy Grover2-2/+2
2010-08-18rds: fix a leak of kernel memoryEric Dumazet1-1/+1
2010-05-29net/rds: Add missing mutex_unlockJulia Lawall2-0/+2
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches1-1/+1
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-04-22rdma: potential ERR_PTR dereferenceDan Carpenter1-1/+1
2010-04-20net: sk_sleep() helperEric Dumazet4-4/+4
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller21-0/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo21-0/+21
2010-03-24rds: cleanup: remove unneeded variableDan Carpenter1-2/+0
2010-03-16RDS: Enable per-cpu workqueue threadsTina Yang1-1/+1
2010-03-16RDS: Do not call set_page_dirty() with irqs offAndy Grover3-7/+12
2010-03-16RDS: Properly unmap when getting a remote access errorSherman Pun1-1/+5
2010-03-16RDS: only put sockets that have seen congestion on the poll_waitqAndy Grover3-2/+11
2010-03-16RDS: Fix locking in rds_send_drop_to()Tina Yang1-6/+7
2010-03-16RDS: Turn down alarming reconnect messagesAndy Grover3-3/+6
2010-03-16RDS: Workaround for in-use MRs on close causing crashAndy Grover1-2/+2
2010-03-16RDS: Fix send locking issueTina Yang1-3/+2
2010-03-16RDS: Fix congestion issues for loopbackAndy Grover3-9/+7
2010-03-16RDS/TCP: Wait to wake thread when write space availableAndy Grover1-1/+3
2010-03-16RDS: update copy_to_user state in tcp transportAndy Grover1-0/+1
2010-03-16RDS: sendmsg() should check sndtimeo, not rcvtimeoAndy Grover1-1/+1
2010-03-16RDS: Do not BUG() on error returned from ib_post_sendAndy Grover5-12/+9
2010-02-03net/rds: remove uses of NIPQUAD, use %pI4Joe Perches3-9/+8
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-4/+4
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds20-94/+155
2009-11-29net: Move && and || to end of previous lineJoe Perches14-62/+56
2009-11-19RDMA/cm: fix loopback address supportSean Hefty2-4/+4
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman3-17/+17