summaryrefslogtreecommitdiffstats
path: root/net/rds/connection.c
Commit message (Expand)AuthorAgeFilesLines
* RDS: verify the underlying transport exists before creating a connectionSasha Levin2015-09-091-0/+6
* RDS: rds_conn_lookup() should factor in the struct net for a matchSowmini Varadhan2015-09-061-4/+5
* RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com2015-08-251-0/+2
* RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan2015-08-071-6/+10
* net/rds: RDS-TCP: only initiate reconnect attempt on outgoing TCP socket.Sowmini Varadhan2015-05-091-2/+11
* net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection.Sowmini Varadhan2015-05-091-0/+4
* RDS: make sure not to loop forever inside rds_send_xmitSowmini Varadhan2015-04-081-0/+1
* RDS: only use passive connections when addresses matchSowmini Varadhan2015-04-081-1/+1
* inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa2013-10-201-3/+9
* ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa2013-10-201-3/+3
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-6/+3Star
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
* rds: make local functions/variables staticstephen hemminger2010-10-211-1/+1
* RDS: cancel connection work structs as we shut downZach Brown2010-09-091-0/+4
* RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown2010-09-091-2/+7
* RDS: have sockets get transport module referencesZach Brown2010-09-091-1/+4
* RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown2010-09-091-0/+3
* RDS: remove __init and __exit annotationZach Brown2010-09-091-1/+1
* RDS: whitespaceAndy Grover2010-09-091-1/+0Star
* rds: fix rds_send_xmit() serializationZach Brown2010-09-091-14/+5Star
* rds: block ints when acquiring c_lock in rds_conn_message_info()Zach Brown2010-09-091-2/+3
* RDS: introduce rds_conn_connect_if_down()Zach Brown2010-09-091-0/+12
* rds: use RCU to protect the connection hashChris Mason2010-09-091-22/+22
* RDS: use locking on the connection hash listChris Mason2010-09-091-0/+3
* rds: don't let RDS shutdown a connection while senders are presentChris Mason2010-09-091-0/+7
* RDS: Use a generation counter to avoid rds_send_xmit loopChris Mason2010-09-091-0/+1
* RDS: Change send lock from a mutex to a spinlockAndy Grover2010-09-091-16/+6Star
* RDS: fold rdma.h into rds.hAndy Grover2010-09-091-1/+0Star
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-091-2/+2
* RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover2010-09-091-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-301-4/+2Star
* RDS: Export symbols from core RDSAndy Grover2009-08-241-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/+0Star
* rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2009-04-101-3/+1Star
* RDS: Connection handlingAndy Grover2009-02-271-0/+487