summaryrefslogtreecommitdiffstats
path: root/net/rds/tcp_listen.c
Commit message (Expand)AuthorAgeFilesLines
* RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.Sowmini Varadhan2015-08-071-30/+8Star
* RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan2015-08-071-4/+12
* net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection.Sowmini Varadhan2015-05-091-0/+46
* rds/tcp_listen: Replace comma with semicolonHimangi Saraogi2014-05-311-1/+1
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-3/+3
* rds: Don't disable BH on BH contextYing Xue2012-08-231-2/+2
* sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-211-1/+1
* 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: remove __init and __exit annotationZach Brown2010-09-091-1/+1
* | RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-091-2/+2
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net/rds: remove uses of NIPQUAD, use %pI4Joe Perches2010-02-041-3/+3
* inet: rename some inet_sock fieldsEric Dumazet2009-10-191-4/+4
* RDS: Add TCP transport to RDSAndy Grover2009-08-241-0/+199