Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-27net/rds: Check laddr_check before calling itKa-Cheong Poon
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-11net/rds: An rds_sock is added too early to the hash tableKa-Cheong Poon
2019-09-05Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht
2019-04-12net/rds: Check address length before reading address familyTetsuo Handa
2019-01-31rds: fix refcount bug in rds_sock_addrefEric Dumazet
2018-09-12rds: fix two RCU related problemsCong Wang
2018-08-01rds: Remove IPv6 dependencyKa-Cheong Poon
2018-07-24rds: Enable RDS IPv6 supportKa-Cheong Poon
2018-07-24rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon
2017-12-27rds; Reset rs->rs_bound_addr in rds_add_bound() failure pathSowmini Varadhan
2017-08-28RDS: make rhashtable_params constBhumika Goyal
2017-01-03RDS: log the address on bind failureSantosh Shilimkar
2016-07-15RDS: TCP: Enable multipath RDS for TCPSowmini Varadhan
2015-11-02RDS: convert bind hash table to re-sizable hashtablesantosh.shilimkar@oracle.com
2015-10-13RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports.Sowmini Varadhan
2015-09-30RDS: Use per-bucket rw lock for bind hash-tableSantosh Shilimkar
2015-09-30RDS: fix rds_sock reference bug while doing bindSantosh Shilimkar
2015-09-30RDS: make socket bind/release locking scheme simple and more efficientSantosh Shilimkar
2015-08-07RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan
2015-06-01net/rds: Add setsockopt support for SO_RDS_TRANSPORTSowmini Varadhan
2014-01-15net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2011-06-17net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies
2010-09-09rds: Use RCU for the bind lookup searchesChris Mason
2010-09-09rds: switch to rwlock on bind_lockChris Mason
2010-09-09RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover
2009-08-24RDS: Add a debug message suggesting to load transport modulesAndy Grover
2009-02-27RDS: Socket interfaceAndy Grover