From: Jakub Kicinski Date: Sat, 15 Mar 2014 14:55:32 +0000 (+0000) Subject: igb: fix race conditions on queuing skb for HW time stamp X-Git-Tag: v3.15-rc1~113^2~51^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4420a3b412b09cc60d6e3d662428b7e6c36e90;p=pandora-kernel.git igb: fix race conditions on queuing skb for HW time stamp igb has a single set of TX time stamping resources per NIC. Use a simple bit lock to avoid race conditions and leaking skbs when multiple TX rings try to claim time stamping. Signed-off-by: Jakub Kicinski Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed