summaryrefslogtreecommitdiffstats
path: root/net/rds/connection.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDS: Change send lock from a mutex to a spinlockAndy Grover2010-09-091-16/+6
* RDS: fold rdma.h into rds.hAndy Grover2010-09-091-1/+0
* 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/+2
* 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/+0
* rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2009-04-101-3/+1
* RDS: Connection handlingAndy Grover2009-02-271-0/+487