From: Alexander Duyck Date: Thu, 29 May 2014 01:44:46 +0000 (-0700) Subject: net: Add support for device specific address syncing X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~103^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=670e5b8eaf85704742bc3cb1df51fdd3ce08fc15;p=pandora-kernel.git net: Add support for device specific address syncing This change provides a function to be used in order to break the ndo_set_rx_mode call into a set of address add and remove calls. The code is based on the implementation of dev_uc_sync/dev_mc_sync. Since they essentially do the same thing but with only one dev I simply named my functions __dev_uc_sync/__dev_mc_sync. I also implemented an unsync version of the functions as well to allow for cleanup on close. Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed