summaryrefslogtreecommitdiffstats
path: root/net/rds/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* RDS: fix rds_tcp_init() error pathVegard Nossum2016-07-041-2/+3
* RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()Sowmini Varadhan2016-06-071-1/+13
* RDS: TCP: Retransmit half-sent datagrams when switching sockets in rds_tcp_re...Sowmini Varadhan2016-06-071-0/+1
* RDS: TCP: Add/use rds_tcp_reset_callbacks to reset tcp socket safelySowmini Varadhan2016-06-071-3/+62
* RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock.Sowmini Varadhan2016-05-031-0/+1
* RDS:TCP: Synchronize rds_tcp_accept_one with rds_send_xmit when resetting t_sockSowmini Varadhan2016-05-031-1/+1
* RDS: TCP: Remove unused constantSowmini Varadhan2016-03-181-2/+0
* RDS: TCP: Add sysctl tunables for sndbuf/rcvbuf on rds-tcp socketSowmini Varadhan2016-03-181-10/+135
* rds: duplicate include net/tcp.hstephen hemminger2016-02-111-1/+0
* RDS-TCP: Do not bloat sndbuf/rcvbuf in rds_tcp_tuneSowmini Varadhan2015-10-051-12/+4
* RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.Sowmini Varadhan2015-08-071-16/+145
* RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan2015-08-071-2/+2
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-311-0/+1
* rds: Remove kfreed tcp conn from listPavel Emelyanov2010-11-031-0/+6
* rds: make local functions/variables staticstephen hemminger2010-10-211-3/+3
* RDS: remove __init and __exit annotationZach Brown2010-09-081-1/+1
* RDS: Stop supporting old cong map sending methodAndy Grover2010-09-081-1/+0
* RDS: inc_purge() transport function unused - remove itAndy Grover2010-09-081-1/+0
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-081-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* RDS: Track transports via an array, not a listAndy Grover2009-08-231-0/+1
* RDS: Add TCP transport to RDSAndy Grover2009-08-231-0/+319
OpenPOWER on IntegriCloud