summaryrefslogtreecommitdiff
path: root/net/rds/threads.c
AgeCommit message (Expand)Author
2017-07-16rds: cancel send/recv work before queuing connection shutdownSowmini Varadhan
2017-06-16rds: tcp: various endian-ness fixesSowmini Varadhan
2017-04-02rds: tcp: canonical connection order for all paths with index > 0Sowmini Varadhan
2016-10-17rds: Remove duplicate prefix from rds_conn_path_error useJoe Perches
2016-07-15RDS: TCP: Enable multipath RDS for TCPSowmini Varadhan
2016-07-01RDS: TCP: Simplify reconnect to avoid duelling reconnnect attemptsSowmini Varadhan
2016-07-01RDS: TCP: Hooks to set up a single connection pathSowmini Varadhan
2016-07-01RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan
2016-06-14RDS: Update rds_conn_shutdown to work with rds_conn_pathSowmini Varadhan
2016-06-14RDS: Add rds_conn_path_error()Sowmini Varadhan
2016-06-14RDS: Pass rds_conn_path to rds_send_xmit()Sowmini Varadhan
2016-06-14RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan
2016-06-07RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()Sowmini Varadhan
2015-10-05RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULLSantosh Shilimkar
2014-10-03net/rds: call rds_conn_drop instead of open code it at rds_connect_completeHerton R. Krzesinski
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2010-09-08RDS: remove __init and __exit annotationZach Brown
2010-09-08RDS: return to a single-threaded krdsdZach Brown
2010-09-08rds: fix rds_send_xmit() serializationZach Brown
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover
2010-09-08RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover
2010-03-16RDS: Enable per-cpu workqueue threadsTina Yang
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-08-23RDS: Export symbols from core RDSAndy Grover
2009-02-26RDS: Connection handlingAndy Grover