aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/bind.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-02RDS: log the address on bind failureSantosh Shilimkar1-2/+2
2016-07-15RDS: TCP: Enable multipath RDS for TCPSowmini Varadhan1-0/+6
2015-11-02RDS: convert bind hash table to re-sizable hashtablesantosh.shilimkar@oracle.com1-82/+43
2015-10-13RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports.Sowmini Varadhan1-1/+8
2015-09-30RDS: Use per-bucket rw lock for bind hash-tableSantosh Shilimkar1-15/+32
2015-09-30RDS: fix rds_sock reference bug while doing bindSantosh Shilimkar1-5/+11
2015-09-30RDS: make socket bind/release locking scheme simple and more efficientSantosh Shilimkar1-20/+15
2015-08-07RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than init_netSowmini Varadhan1-1/+2
2015-05-31net/rds: Add setsockopt support for SO_RDS_TRANSPORTSowmini Varadhan1-0/+4
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2011-06-17net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-2/+2
2010-09-08rds: Use RCU for the bind lookup searchesChris Mason1-44/+46
2010-09-08rds: switch to rwlock on bind_lockChris Mason1-7/+7
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover1-2/+2
2009-08-23RDS: Add a debug message suggesting to load transport modulesAndy Grover1-0/+3
2009-02-26RDS: Socket interfaceAndy Grover1-0/+199