summaryrefslogtreecommitdiffstats
path: root/net/rds/bind.c
Commit message (Expand)AuthorAgeFilesLines
* RDS: TCP: Enable multipath RDS for TCPSowmini Varadhan2016-07-151-0/+6
* RDS: convert bind hash table to re-sizable hashtablesantosh.shilimkar@oracle.com2015-11-021-82/+43
* RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports.Sowmini Varadhan2015-10-131-1/+8
* RDS: Use per-bucket rw lock for bind hash-tableSantosh Shilimkar2015-09-301-15/+32
* RDS: fix rds_sock reference bug while doing bindSantosh Shilimkar2015-09-301-5/+11
* RDS: make socket bind/release locking scheme simple and more efficientSantosh Shilimkar2015-09-301-20/+15
* RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan2015-08-071-1/+2
* net/rds: Add setsockopt support for SO_RDS_TRANSPORTSowmini Varadhan2015-05-311-0/+4
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-06-171-2/+2
* rds: Use RCU for the bind lookup searchesChris Mason2010-09-081-44/+46
* rds: switch to rwlock on bind_lockChris Mason2010-09-081-7/+7
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-081-2/+2
* RDS: Add a debug message suggesting to load transport modulesAndy Grover2009-08-231-0/+3
* RDS: Socket interfaceAndy Grover2009-02-261-0/+199