summaryrefslogtreecommitdiffstats
path: root/net/rds/bind.c
Commit message (Expand)AuthorAgeFilesLines
* rds: fix two RCU related problemsCong Wang2018-09-121-1/+4
* rds: Remove IPv6 dependencyKa-Cheong Poon2018-08-011-1/+3
* rds: Enable RDS IPv6 supportKa-Cheong Poon2018-07-231-9/+50
* rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon2018-07-231-28/+63
* rds; Reset rs->rs_bound_addr in rds_add_bound() failure pathSowmini Varadhan2017-12-271-0/+1
* RDS: make rhashtable_params constBhumika Goyal2017-08-281-1/+1
* RDS: log the address on bind failureSantosh Shilimkar2017-01-021-2/+2
* 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