summaryrefslogtreecommitdiffstats
path: root/net/rds/threads.c
Commit message (Expand)AuthorAgeFilesLines
* rds: Remove duplicate prefix from rds_conn_path_error useJoe Perches2016-10-171-2/+1
* RDS: TCP: Enable multipath RDS for TCPSowmini Varadhan2016-07-151-0/+2
* RDS: TCP: Simplify reconnect to avoid duelling reconnnect attemptsSowmini Varadhan2016-07-011-0/+5
* RDS: TCP: Hooks to set up a single connection pathSowmini Varadhan2016-07-011-2/+3
* RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan2016-07-011-1/+1
* RDS: Update rds_conn_shutdown to work with rds_conn_pathSowmini Varadhan2016-06-141-1/+1
* RDS: Add rds_conn_path_error()Sowmini Varadhan2016-06-141-1/+2
* RDS: Pass rds_conn_path to rds_send_xmit()Sowmini Varadhan2016-06-141-1/+1
* RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan2016-06-141-40/+52
* RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()Sowmini Varadhan2016-06-071-2/+8
* RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULLSantosh Shilimkar2015-10-051-0/+2
* net/rds: call rds_conn_drop instead of open code it at rds_connect_completeHerton R. Krzesinski2014-10-031-2/+1
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* RDS: remove __init and __exit annotationZach Brown2010-09-081-1/+1
* RDS: return to a single-threaded krdsdZach Brown2010-09-081-1/+1
* rds: fix rds_send_xmit() serializationZach Brown2010-09-081-1/+1
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-081-1/+1
* RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover2010-09-081-53/+8
* RDS: Enable per-cpu workqueue threadsTina Yang2010-03-161-1/+1
* net: Move && and || to end of previous lineJoe Perches2009-11-291-2/+2
* RDS: Export symbols from core RDSAndy Grover2009-08-231-0/+2
* RDS: Connection handlingAndy Grover2009-02-261-0/+265