summaryrefslogtreecommitdiff
path: root/net/rds/connection.c
AgeCommit message (Expand)Author
2014-04-07Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12Scott Wood
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa
2013-10-19ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
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-09RDS: cancel connection work structs as we shut downZach Brown
2010-09-09RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown
2010-09-09RDS: have sockets get transport module referencesZach Brown
2010-09-09RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown
2010-09-09RDS: remove __init and __exit annotationZach Brown
2010-09-09RDS: whitespaceAndy Grover
2010-09-09rds: fix rds_send_xmit() serializationZach Brown
2010-09-09rds: block ints when acquiring c_lock in rds_conn_message_info()Zach Brown
2010-09-09RDS: introduce rds_conn_connect_if_down()Zach Brown
2010-09-09rds: use RCU to protect the connection hashChris Mason
2010-09-09RDS: use locking on the connection hash listChris Mason
2010-09-09rds: don't let RDS shutdown a connection while senders are presentChris Mason
2010-09-09RDS: Use a generation counter to avoid rds_send_xmit loopChris Mason
2010-09-09RDS: Change send lock from a mutex to a spinlockAndy Grover
2010-09-09RDS: fold rdma.h into rds.hAndy Grover
2010-09-09RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover
2010-09-09RDS: 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-30net: Move && and || to end of previous lineJoe Perches
2009-08-24RDS: 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-10rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun
2009-02-27RDS: Connection handlingAndy Grover