From: WANG Cong Date: Wed, 12 Feb 2014 01:21:26 +0000 (-0800) Subject: net: allow setting mac address of loopback device X-Git-Tag: v3.15-rc1~113^2~369 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25f929fbff0d1bcebf2e92656d33025cd330cbf8;p=pandora-kernel.git net: allow setting mac address of loopback device We are trying to mirror the local traffic from lo to eth0, allowing setting mac address of lo to eth0 would make the ether addresses in these packets correct, so that we don't have to modify the ether header again. Since usually no one cares about its mac address (all-zero), it is safe to allow those who care to set its mac address. Cc: Hannes Frederic Sowa Cc: Neil Horman Cc: Stephen Hemminger Cc: Eric Dumazet Cc: David S. Miller Signed-off-by: Cong Wang Acked-by: Neil Horman Signed-off-by: David S. Miller --- Reading git-diff-tree failed