aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/cong.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-23rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon1-10/+13
2018-02-08rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and rds connection/workq managementSowmini Varadhan1-1/+1
2018-01-05rds: use RCU to synchronize work-enqueue with connection teardownSowmini Varadhan1-3/+7
2016-06-14RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan1-1/+2
2016-04-16RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com1-2/+2
2015-02-11rds: rds_cong_queue_updates needs to defer the congestion update transmissionSowmini Varadhan1-1/+15
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-03-23rds: use little-endian bitopsAkinobu Mita1-3/+3
2011-03-23rds: stop including asm-generic/bitops/le.h directlyAkinobu Mita1-5/+4
2010-09-08RDS: Bypass workqueue when queueing cong updatesAndy Grover1-1/+1
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover1-3/+3
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16RDS: Fix congestion issues for loopbackAndy Grover1-2/+0
2009-10-30RDS: Do not send congestion updates to loopback connectionsAndy Grover1-0/+2
2009-08-23RDS: Export symbols from core RDSAndy Grover1-0/+1
2009-03-02rds: Fix build on powerpc.David S. Miller1-0/+2
2009-02-26RDS: Congestion-handling codeAndy Grover1-0/+402