summaryrefslogtreecommitdiff
path: root/net/rds/cong.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-15RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan1-1/+2
2016-04-17RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com1-2/+2
2015-02-12rds: rds_cong_queue_updates needs to defer the congestion update transmissionSowmini Varadhan1-1/+15
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-03-24rds: use little-endian bitopsAkinobu Mita1-3/+3
2011-03-24rds: stop including asm-generic/bitops/le.h directlyAkinobu Mita1-5/+4
2010-09-09RDS: Bypass workqueue when queueing cong updatesAndy Grover1-1/+1
2010-09-09RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover1-3/+3
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-17RDS: Fix congestion issues for loopbackAndy Grover1-2/+0
2009-10-31RDS: Do not send congestion updates to loopback connectionsAndy Grover1-0/+2
2009-08-24RDS: Export symbols from core RDSAndy Grover1-0/+1
2009-03-02rds: Fix build on powerpc.David S. Miller1-0/+2
2009-02-27RDS: Congestion-handling codeAndy Grover1-0/+402