summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)Author
2010-09-08RDS: Add flag for silent ops. Do atomic op before RDMAAndy Grover
2010-09-08RDS: Move some variables around for consistencyAndy Grover
2010-09-08RDS: queue failure notifications for dropped atomic opsAndy Grover
2010-09-08RDS: Add a warning if trying to allocate 0 sgsAndy Grover
2010-09-08RDS: Do not set op_active in r_m_copy_from_user().Andy Grover
2010-09-08RDS: Rewrite rds_send_xmitAndy 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: purge atomic resources too in rds_message_purge()Andy Grover
2010-09-08RDS: Inline rdma_prepare into cmsg_rdma_argsAndy Grover
2010-09-08RDS: Implement silent atomicsAndy Grover
2010-09-08RDS: Move loop-only function to loop.cAndy 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: Disallow connections less than RDS 3.1Andy Grover
2010-09-08RDS/IB: eliminate duplicate codeAndy Grover
2010-09-08RDS: inc_purge() transport function unused - remove itAndy Grover
2010-09-08RDS: WhitespaceAndy Grover
2010-09-08RDS: Do not mask address when pinning pagesAndy Grover
2010-09-08RDS: Base init_depth and responder_resources on hw valuesAndy Grover
2010-09-08RDS: Implement atomic operationsAndy Grover
2010-09-08RDS: Clear up some confusing code in send_remove_from_sockAndy Grover
2010-09-08RDS: make sure all sgs alloced are initializedAndy 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: Explicitly allocate rm in sendmsg()Andy Grover
2010-09-08RDS: cleanup/fix rds_rdma_unuseAndy 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-09-08RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover
2010-09-08RDS: Fix locking in send on m_rs_lockAndy Grover
2010-09-08RDS: Rewrite rds_send_drop_to() for clarityAndy Grover
2010-09-08RDS: Fix corrupted rds_mrsTina Yang
2010-09-08RDS: Fix BUG_ONs to not fire when in a taskletAndy Grover
2010-08-18rds: fix a leak of kernel memoryEric Dumazet
2010-05-29net/rds: Add missing mutex_unlockJulia Lawall
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-22rdma: potential ERR_PTR dereferenceDan Carpenter
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24rds: cleanup: remove unneeded variableDan Carpenter
2010-03-16RDS: Enable per-cpu workqueue threadsTina Yang
2010-03-16RDS: Do not call set_page_dirty() with irqs offAndy Grover
2010-03-16RDS: Properly unmap when getting a remote access errorSherman Pun
2010-03-16RDS: only put sockets that have seen congestion on the poll_waitqAndy Grover