summaryrefslogtreecommitdiffstats
path: root/net/rds/connection.c
AgeCommit message (Expand)AuthorLines
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa-3/+9
2013-10-19ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa-3/+3
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-6/+3
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+1
2010-10-21rds: make local functions/variables staticstephen hemminger-1/+1
2010-09-08RDS: cancel connection work structs as we shut downZach Brown-0/+4
2010-09-08RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown-2/+7
2010-09-08RDS: have sockets get transport module referencesZach Brown-1/+4
2010-09-08RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown-0/+3
2010-09-08RDS: remove __init and __exit annotationZach Brown-1/+1
2010-09-08RDS: whitespaceAndy Grover-1/+0
2010-09-08rds: fix rds_send_xmit() serializationZach Brown-14/+5
2010-09-08rds: block ints when acquiring c_lock in rds_conn_message_info()Zach Brown-2/+3
2010-09-08RDS: introduce rds_conn_connect_if_down()Zach Brown-0/+12
2010-09-08rds: use RCU to protect the connection hashChris Mason-22/+22
2010-09-08RDS: use locking on the connection hash listChris Mason-0/+3
2010-09-08rds: don't let RDS shutdown a connection while senders are presentChris Mason-0/+7
2010-09-08RDS: Use a generation counter to avoid rds_send_xmit loopChris Mason-0/+1
2010-09-08RDS: Change send lock from a mutex to a spinlockAndy Grover-16/+6
2010-09-08RDS: fold rdma.h into rds.hAndy Grover-1/+0
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover-2/+2
2010-09-08RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover-0/+53
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches-4/+2
2009-08-23RDS: Export symbols from core RDSAndy Grover-0/+5
2009-07-20RDS: Refactor end of __conn_create for readabilityAndy Grover-17/+31
2009-07-20RDS: Don't set c_version in __rds_conn_create()Andy Grover-1/+0
2009-04-09rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun-3/+1
2009-02-26RDS: Connection handlingAndy Grover-0/+487