From: Eric Dumazet Date: Sun, 22 Apr 2012 23:34:26 +0000 (+0000) Subject: net: add a limit parameter to sk_add_backlog() X-Git-Tag: v3.5-rc1~109^2~315 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f545a38f74584cc7424cb74f792a00c6d2589485;p=pandora-kernel.git net: add a limit parameter to sk_add_backlog() sk_add_backlog() & sk_rcvqueues_full() hard coded sk_rcvbuf as the memory limit. We need to make this limit a parameter for TCP use. No functional change expected in this patch, all callers still using the old sk_rcvbuf limit. Signed-off-by: Eric Dumazet Cc: Neal Cardwell Cc: Tom Herbert Cc: Maciej Żenczykowski Cc: Yuchung Cheng Cc: Ilpo Järvinen Cc: Rick Jones Signed-off-by: David S. Miller --- Reading git-diff-tree failed