summaryrefslogtreecommitdiffstats
path: root/net/rds/threads.c
Commit message (Expand)AuthorAgeFilesLines
* net/rds: call rds_conn_drop instead of open code it at rds_connect_completeHerton R. Krzesinski2014-10-031-2/+1Star
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
* RDS: remove __init and __exit annotationZach Brown2010-09-091-1/+1
* RDS: return to a single-threaded krdsdZach Brown2010-09-091-1/+1
* rds: fix rds_send_xmit() serializationZach Brown2010-09-091-1/+1
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-091-1/+1
* RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover2010-09-091-53/+8Star
* RDS: Enable per-cpu workqueue threadsTina Yang2010-03-171-1/+1
* net: Move && and || to end of previous lineJoe Perches2009-11-301-2/+2
* RDS: Export symbols from core RDSAndy Grover2009-08-241-0/+2
* RDS: Connection handlingAndy Grover2009-02-271-0/+265