summaryrefslogtreecommitdiff
path: root/net/rds/connection.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-09RDS: fold rdma.h into rds.hAndy Grover1-1/+0
2010-09-09RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover1-2/+2
2010-09-09RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover1-0/+53
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-30net: Move && and || to end of previous lineJoe Perches1-4/+2
2009-08-24RDS: Export symbols from core RDSAndy Grover1-0/+5
2009-07-20RDS: Refactor end of __conn_create for readabilityAndy Grover1-17/+31
2009-07-20RDS: Don't set c_version in __rds_conn_create()Andy Grover1-1/+0
2009-04-10rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-3/+1
2009-02-27RDS: Connection handlingAndy Grover1-0/+487