summaryrefslogtreecommitdiffstats
path: root/net/rds (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | RDS: Rewrite rds_send_xmitAndy Grover2010-09-092-63/+73
* | RDS: Rename data op members prefix from m_ to op_Andy Grover2010-09-096-51/+51
* | RDS: Remove struct rds_rdma_opAndy Grover2010-09-098-148/+145
* | RDS: purge atomic resources too in rds_message_purge()Andy Grover2010-09-093-0/+22
* | RDS: Inline rdma_prepare into cmsg_rdma_argsAndy Grover2010-09-091-26/+12
* | RDS: Implement silent atomicsAndy Grover2010-09-095-35/+45
* | RDS: Move loop-only function to loop.cAndy Grover2010-09-092-8/+13
* | RDS/IB: Make all flow control code conditional on i_flowctlAndy Grover2010-09-091-6/+8
* | RDS: Remove unsignaled_bytes sysctlAndy Grover2010-09-093-21/+0
* | RDS: rewrite rds_ib_xmitAndy Grover2010-09-091-78/+45
* | RDS/IB: Remove ib_[header/data]_sge() functionsAndy Grover2010-09-093-55/+23
* | RDS/IB: Remove dead codeAndy Grover2010-09-091-14/+0
* | RDS/IB: Disallow connections less than RDS 3.1Andy Grover2010-09-092-47/+16
* | RDS/IB: eliminate duplicate codeAndy Grover2010-09-091-19/+11
* | RDS: inc_purge() transport function unused - remove itAndy Grover2010-09-0912-18/+3
* | RDS: WhitespaceAndy Grover2010-09-093-4/+3
* | RDS: Do not mask address when pinning pagesAndy Grover2010-09-091-2/+2
* | RDS: Base init_depth and responder_resources on hw valuesAndy Grover2010-09-094-11/+24
* | RDS: Implement atomic operationsAndy Grover2010-09-098-23/+302
* | RDS: Clear up some confusing code in send_remove_from_sockAndy Grover2010-09-091-1/+1
* | RDS: make sure all sgs alloced are initializedAndy Grover2010-09-092-3/+2
* | RDS: make m_rdma_op a member of rds_messageAndy Grover2010-09-096-90/+129
* | RDS: fold rdma.h into rds.hAndy Grover2010-09-0912-95/+77
* | RDS: Explicitly allocate rm in sendmsg()Andy Grover2010-09-093-27/+62
* | RDS: cleanup/fix rds_rdma_unuseAndy Grover2010-09-091-12/+15
* | RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover2010-09-097-85/+96
* | RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-0926-90/+90
* | RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover2010-09-093-53/+63
* | RDS: Fix locking in send on m_rs_lockAndy Grover2010-09-091-7/+8
* | RDS: Rewrite rds_send_drop_to() for clarityAndy Grover2010-09-091-35/+29
* | RDS: Fix corrupted rds_mrsTina Yang2010-09-091-0/+8
* | RDS: Fix BUG_ONs to not fire when in a taskletAndy Grover2010-09-092-2/+2
|/
* rds: fix a leak of kernel memoryEric Dumazet2010-08-191-1/+1
* net/rds: Add missing mutex_unlockJulia Lawall2010-05-292-0/+2
* net: Remove unnecessary semicolons after switch statementsJoe Perches2010-05-181-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-271-1/+1
|\
| * rdma: potential ERR_PTR dereferenceDan Carpenter2010-04-231-1/+1
* | net: sk_sleep() helperEric Dumazet2010-04-214-4/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-1121-0/+21
|\|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3021-0/+21
* | rds: cleanup: remove unneeded variableDan Carpenter2010-03-241-2/+0
* | RDS: Enable per-cpu workqueue threadsTina Yang2010-03-171-1/+1
* | RDS: Do not call set_page_dirty() with irqs offAndy Grover2010-03-173-7/+12
* | RDS: Properly unmap when getting a remote access errorSherman Pun2010-03-171-1/+5
* | RDS: only put sockets that have seen congestion on the poll_waitqAndy Grover2010-03-173-2/+11
* | RDS: Fix locking in rds_send_drop_to()Tina Yang2010-03-171-6/+7
* | RDS: Turn down alarming reconnect messagesAndy Grover2010-03-173-3/+6
* | RDS: Workaround for in-use MRs on close causing crashAndy Grover2010-03-171-2/+2
* | RDS: Fix send locking issueTina Yang2010-03-171-3/+2
* | RDS: Fix congestion issues for loopbackAndy Grover2010-03-173-9/+7