From: David S. Miller Date: Tue, 8 Jan 2008 05:00:40 +0000 (-0800) Subject: [NET]: Stop polling when napi_disable() is pending. X-Git-Tag: v2.6.24-rc8~54^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed17f3094b960d3a54b10f17abbe4b57e976eec;p=pandora-kernel.git [NET]: Stop polling when napi_disable() is pending. This finally adds the code in net_rx_action() to break out of the ->poll()'ing loop when a napi_disable() is found to be pending. Now, even if a device is being flooded with packets it can be cleanly brought down. Signed-off-by: David S. Miller --- Reading git-diff-tree failed