summaryrefslogtreecommitdiff
path: root/net/rds/connection.c
AgeCommit message (Expand)Author
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2010-10-21rds: make local functions/variables staticstephen hemminger
2010-09-08RDS: cancel connection work structs as we shut downZach Brown
2010-09-08RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown
2010-09-08RDS: have sockets get transport module referencesZach Brown
2010-09-08RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown
2010-09-08RDS: remove __init and __exit annotationZach Brown
2010-09-08RDS: whitespaceAndy Grover
2010-09-08rds: fix rds_send_xmit() serializationZach Brown
2010-09-08rds: block ints when acquiring c_lock in rds_conn_message_info()Zach Brown
2010-09-08RDS: introduce rds_conn_connect_if_down()Zach Brown
2010-09-08rds: use RCU to protect the connection hashChris Mason
2010-09-08RDS: use locking on the connection hash listChris Mason
2010-09-08rds: don't let RDS shutdown a connection while senders are presentChris Mason
2010-09-08RDS: Use a generation counter to avoid rds_send_xmit loopChris Mason
2010-09-08RDS: Change send lock from a mutex to a spinlockAndy Grover
2010-09-08RDS: fold rdma.h into rds.hAndy 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-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-08-23RDS: Export symbols from core RDSAndy Grover
2009-07-20RDS: Refactor end of __conn_create for readabilityAndy Grover
2009-07-20RDS: Don't set c_version in __rds_conn_create()Andy Grover
2009-04-09rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun
2009-02-26RDS: Connection handlingAndy Grover