aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/rds.h
Commit message (Expand)AuthorAgeFilesLines
* net: cleanup unused macros in net directoryShan Wei2011-01-191-1/+0
* rds: make local functions/variables staticstephen hemminger2010-10-211-5/+0
* RDS: Implement masked atomic operationsAndy Grover2010-09-081-2/+12
* RDS/IB: print string constants in more placesZach Brown2010-09-081-0/+1
* RDS: have sockets get transport module referencesZach Brown2010-09-081-0/+1
* RDS: remove old rs_transport commentZach Brown2010-09-081-6/+0
* RDS: remove __init and __exit annotationZach Brown2010-09-081-5/+5
* rds: fix rds_send_xmit() serializationZach Brown2010-09-081-3/+2
* rds: remove unused rds_send_acked_before()Zach Brown2010-09-081-1/+0
* RDS: introduce rds_conn_connect_if_down()Zach Brown2010-09-081-0/+1
* rds: don't let RDS shutdown a connection while senders are presentChris Mason2010-09-081-0/+1
* rds: Use RCU for the bind lookup searchesChris Mason2010-09-081-1/+1
* rds: per-rm flush_wait waitqChris Mason2010-09-081-0/+2
* RDS: Use a generation counter to avoid rds_send_xmit loopChris Mason2010-09-081-0/+1
* RDS: Move atomic stats from general to ib-specific areaAndy Grover2010-09-081-2/+0
* RDS: Change send lock from a mutex to a spinlockAndy Grover2010-09-081-3/+3
* RDS: Stop supporting old cong map sending methodAndy Grover2010-09-081-6/+0
* RDS: Perform unmapping ops in stagesAndy Grover2010-09-081-1/+3
* RDS: Add flag for silent ops. Do atomic op before RDMAAndy Grover2010-09-081-0/+2
* RDS: Move some variables around for consistencyAndy Grover2010-09-081-2/+6
* RDS: Rewrite rds_send_xmitAndy Grover2010-09-081-3/+2
* RDS: Rename data op members prefix from m_ to op_Andy Grover2010-09-081-3/+3
* RDS: Remove struct rds_rdma_opAndy Grover2010-09-081-22/+19
* RDS: purge atomic resources too in rds_message_purge()Andy Grover2010-09-081-0/+1
* RDS: Implement silent atomicsAndy Grover2010-09-081-1/+2
* RDS: inc_purge() transport function unused - remove itAndy Grover2010-09-081-2/+0
* RDS: Implement atomic operationsAndy Grover2010-09-081-3/+30
* RDS: make m_rdma_op a member of rds_messageAndy Grover2010-09-081-1/+1
* RDS: fold rdma.h into rds.hAndy Grover2010-09-081-0/+76
* RDS: Explicitly allocate rm in sendmsg()Andy Grover2010-09-081-2/+5
* RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover2010-09-081-5/+11
* RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover2010-09-081-0/+2
* net: sk_sleep() helperEric Dumazet2010-04-201-1/+1
* RDS: only put sockets that have seen congestion on the poll_waitqAndy Grover2010-03-161-0/+2
* RDS: Track transports via an array, not a listAndy Grover2009-08-231-0/+6
* net: mark read-only arrays as constJan Engelhardt2009-08-051-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-181-1/+1
|\
| * FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells2009-04-211-1/+1
* | RDS/IW+IB: Allow max credit advertise window.Steve Wise2009-04-091-1/+1
|/
* RDS: Use spinlock to protect 64b value update on 32b archsAndy Grover2009-04-021-0/+4
* RDS: Main header fileAndy Grover2009-02-261-0/+686