summaryrefslogtreecommitdiff
path: root/net/rds/tcp.c
AgeCommit message (Expand)Author
2016-08-10RDS: fix rds_tcp_init() error pathVegard Nossum
2015-10-05RDS-TCP: Do not bloat sndbuf/rcvbuf in rds_tcp_tuneSowmini Varadhan
2015-08-07RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.Sowmini Varadhan
2015-08-07RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2010-11-03rds: Remove kfreed tcp conn from listPavel Emelyanov
2010-10-21rds: make local functions/variables staticstephen hemminger
2010-09-08RDS: remove __init and __exit annotationZach Brown
2010-09-08RDS: Stop supporting old cong map sending methodAndy Grover
2010-09-08RDS: inc_purge() transport function unused - remove itAndy Grover
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-08-23RDS: Track transports via an array, not a listAndy Grover
2009-08-23RDS: Add TCP transport to RDSAndy Grover