aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/connection.c
Commit message (Expand)AuthorAgeFilesLines
* rds: make local functions/variables staticstephen hemminger2010-10-211-1/+1
* RDS: cancel connection work structs as we shut downZach Brown2010-09-081-0/+4
* RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown2010-09-081-2/+7
* RDS: have sockets get transport module referencesZach Brown2010-09-081-1/+4
* RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown2010-09-081-0/+3
* RDS: remove __init and __exit annotationZach Brown2010-09-081-1/+1
* RDS: whitespaceAndy Grover2010-09-081-1/+0
* rds: fix rds_send_xmit() serializationZach Brown2010-09-081-14/+5
* rds: block ints when acquiring c_lock in rds_conn_message_info()Zach Brown2010-09-081-2/+3
* RDS: introduce rds_conn_connect_if_down()Zach Brown2010-09-081-0/+12
* rds: use RCU to protect the connection hashChris Mason2010-09-081-22/+22
* RDS: use locking on the connection hash listChris Mason2010-09-081-0/+3
* rds: don't let RDS shutdown a connection while senders are presentChris Mason2010-09-081-0/+7
* RDS: Use a generation counter to avoid rds_send_xmit loopChris Mason2010-09-081-0/+1
* RDS: Change send lock from a mutex to a spinlockAndy Grover2010-09-081-16/+6
* RDS: fold rdma.h into rds.hAndy Grover2010-09-081-1/+0
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-081-2/+2
* RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover2010-09-081-0/+53
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: Move && and || to end of previous lineJoe Perches2009-11-291-4/+2
* RDS: Export symbols from core RDSAndy Grover2009-08-231-0/+5
* RDS: Refactor end of __conn_create for readabilityAndy Grover2009-07-201-17/+31
* RDS: Don't set c_version in __rds_conn_create()Andy Grover2009-07-201-1/+0
* rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2009-04-091-3/+1
* RDS: Connection handlingAndy Grover2009-02-261-0/+487