aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/threads.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-16rds: tcp: various endian-ness fixesSowmini Varadhan1-2/+3
2017-04-02rds: tcp: canonical connection order for all paths with index > 0Sowmini Varadhan1-1/+1
2016-10-17rds: Remove duplicate prefix from rds_conn_path_error useJoe Perches1-2/+1
2016-07-15RDS: TCP: Enable multipath RDS for TCPSowmini Varadhan1-0/+2
2016-07-01RDS: TCP: Simplify reconnect to avoid duelling reconnnect attemptsSowmini Varadhan1-0/+5
2016-07-01RDS: TCP: Hooks to set up a single connection pathSowmini Varadhan1-2/+3
2016-07-01RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan1-1/+1
2016-06-14RDS: Update rds_conn_shutdown to work with rds_conn_pathSowmini Varadhan1-1/+1
2016-06-14RDS: Add rds_conn_path_error()Sowmini Varadhan1-1/+2
2016-06-14RDS: Pass rds_conn_path to rds_send_xmit()Sowmini Varadhan1-1/+1
2016-06-14RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan1-40/+52
2016-06-07RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()Sowmini Varadhan1-2/+8
2015-10-05RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULLSantosh Shilimkar1-0/+2
2014-10-03net/rds: call rds_conn_drop instead of open code it at rds_connect_completeHerton R. Krzesinski1-2/+1
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