aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/connection.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2010-10-21rds: make local functions/variables staticstephen hemminger1-1/+1
2010-09-08RDS: cancel connection work structs as we shut downZach Brown1-0/+4
2010-09-08RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown1-2/+7
2010-09-08RDS: have sockets get transport module referencesZach Brown1-1/+4
2010-09-08RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown1-0/+3
2010-09-08RDS: remove __init and __exit annotationZach Brown1-1/+1
2010-09-08RDS: whitespaceAndy Grover1-1/+0
2010-09-08rds: fix rds_send_xmit() serializationZach Brown1-14/+5
2010-09-08rds: block ints when acquiring c_lock in rds_conn_message_info()Zach Brown1-2/+3
2010-09-08RDS: introduce rds_conn_connect_if_down()Zach Brown1-0/+12
2010-09-08rds: use RCU to protect the connection hashChris Mason1-22/+22
2010-09-08RDS: use locking on the connection hash listChris Mason1-0/+3
2010-09-08rds: don't let RDS shutdown a connection while senders are presentChris Mason1-0/+7
2010-09-08RDS: Use a generation counter to avoid rds_send_xmit loopChris Mason1-0/+1
2010-09-08RDS: Change send lock from a mutex to a spinlockAndy Grover1-16/+6
2010-09-08RDS: fold rdma.h into rds.hAndy Grover1-1/+0
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover1-2/+2
2010-09-08RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover1-0/+53
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches1-4/+2
2009-08-23RDS: Export symbols from core RDSAndy Grover1-0/+5
2009-07-20RDS: Refactor end of __conn_create for readabilityAndy Grover1-17/+31
2009-07-20RDS: Don't set c_version in __rds_conn_create()Andy Grover1-1/+0
2009-04-09rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-3/+1
2009-02-26RDS: Connection handlingAndy Grover1-0/+487