aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/tcp_listen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-05RDS: Use a single TCP socket for both send and receive.Sowmini Varadhan1-13/+9
2015-08-07RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.Sowmini Varadhan1-30/+8
2015-08-07RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than init_netSowmini Varadhan1-4/+12
2015-05-09net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection.Sowmini Varadhan1-0/+46
2014-05-30rds/tcp_listen: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-3/+3
2012-08-22rds: Don't disable BH on BH contextYing Xue1-2/+2
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov1-1/+1
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2010-09-24net: fix a lockdep splatEric Dumazet1-2/+2
2010-09-08RDS: remove __init and __exit annotationZach Brown1-1/+1
2010-09-08RDS: 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 implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-03net/rds: remove uses of NIPQUAD, use %pI4Joe Perches1-3/+3
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-4/+4
2009-08-23RDS: Add TCP transport to RDSAndy Grover1-0/+199