summaryrefslogtreecommitdiffstats
path: root/net/rds/tcp_connect.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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-251-2/+2
* | RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-091-1/+1
|/
* net: Remove unnecessary semicolons after switch statementsJoe Perches2010-05-181-1/+1
* net/rds: remove uses of NIPQUAD, use %pI4Joe Perches2010-02-041-4/+3Star
* RDS: Add TCP transport to RDSAndy Grover2009-08-241-0/+153