aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/threads.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2010-09-08RDS: remove __init and __exit annotationZach Brown1-1/+1
2010-09-08RDS: return to a single-threaded krdsdZach Brown1-1/+1
2010-09-08rds: fix rds_send_xmit() serializationZach Brown1-1/+1
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover1-1/+1
2010-09-08RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover1-53/+8
2010-03-16RDS: Enable per-cpu workqueue threadsTina Yang1-1/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-08-23RDS: Export symbols from core RDSAndy Grover1-0/+2
2009-02-26RDS: Connection handlingAndy Grover1-0/+265