summaryrefslogtreecommitdiff
path: root/net/rds/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-05net: rds: Fix NULL ptr use in rds_tcp_kill_sockMao Wenan1-3/+5
2019-04-27net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock().Mao Wenan1-1/+1
2016-08-10RDS: fix rds_tcp_init() error pathVegard Nossum1-2/+3
2015-10-05RDS-TCP: Do not bloat sndbuf/rcvbuf in rds_tcp_tuneSowmini Varadhan1-12/+4
2015-08-07RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.Sowmini Varadhan1-16/+145
2015-08-07RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan1-2/+2
2011-11-01net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2010-11-04rds: Remove kfreed tcp conn from listPavel Emelyanov1-0/+6
2010-10-21rds: make local functions/variables staticstephen hemminger1-3/+3
2010-09-09RDS: remove __init and __exit annotationZach Brown1-1/+1
2010-09-09RDS: Stop supporting old cong map sending methodAndy Grover1-1/+0
2010-09-09RDS: inc_purge() transport function unused - remove itAndy Grover1-1/+0
2010-09-09RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-08-24RDS: Track transports via an array, not a listAndy Grover1-0/+1
2009-08-24RDS: Add TCP transport to RDSAndy Grover1-0/+319