summaryrefslogtreecommitdiffstats
path: root/net/rds/tcp_connect.c
Commit message (Expand)AuthorAgeFilesLines
* RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan2016-06-141-1/+3
* RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()Sowmini Varadhan2016-06-071-1/+1
* rds: tcp: block BH in TCP callbacksEric Dumazet2016-05-191-2/+2
* RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock.Sowmini Varadhan2016-05-031-0/+8
* RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.Sowmini Varadhan2015-08-071-2/+4
* RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan2015-08-071-1/+2
* net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection.Sowmini Varadhan2015-05-091-0/+1
* net/rds: do proper house keeping if connection fails in rds_tcp_conn_connectHerton R. Krzesinski2014-10-031-1/+4
* rds: Don't disable BH on BH contextYing Xue2012-08-221-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-2/+2
|\
| * net: fix a lockdep splatEric Dumazet2010-09-241-2/+2
* | RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-081-1/+1
|/
* net: Remove unnecessary semicolons after switch statementsJoe Perches2010-05-171-1/+1
* net/rds: remove uses of NIPQUAD, use %pI4Joe Perches2010-02-031-4/+3
* RDS: Add TCP transport to RDSAndy Grover2009-08-231-0/+153
OpenPOWER on IntegriCloud