From: David S. Miller Date: Thu, 14 Apr 2016 03:04:44 +0000 (-0400) Subject: Merge branch 'sctp-delayed-wakeups' X-Git-Tag: v4.7-rc1~154^2~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfb6cbf693536937fc49a7c5822dd39ef9d1a8e5;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'sctp-delayed-wakeups' Marcelo Ricardo Leitner says: ==================== sctp: delay calls to sk_data_ready() as much as possible 1st patch is a preparation for the 2nd. The idea is to not call ->sk_data_ready() for every data chunk processed while processing packets but only once before releasing the socket. v2: patchset re-checked, small changelog fixes v3: on patch 2, make use of local vars to make it more readable ==================== Signed-off-by: David S. Miller --- dfb6cbf693536937fc49a7c5822dd39ef9d1a8e5