Alexander Duyck
670e5b8eaf
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 <alexander.h.duyck@intel.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2014-06-02 10:40:54 -07:00
..
2014-04-11 14:14:57 -07:00
2014-01-16 11:31:58 -08:00
2014-05-24 00:32:30 -04:00
2014-05-23 16:28:53 -04:00
2014-05-30 17:17:04 -07:00
2014-04-11 16:15:36 -04:00
2014-05-24 00:32:30 -04:00
2014-05-27 13:47:27 -04:00
2014-06-01 22:05:16 -07:00
2014-04-11 16:15:36 -04:00
2014-05-19 09:38:24 +02:00
2014-05-16 21:29:55 +04:00
2014-06-02 10:40:54 -07:00
2014-04-24 13:44:54 -04:00
2014-05-23 16:28:53 -04:00
2014-05-23 16:28:53 -04:00
2013-12-06 12:37:57 -05:00
2014-05-24 00:32:30 -04:00
2014-01-16 15:30:31 -08:00
2014-03-27 15:28:06 -04:00
2014-06-02 10:39:42 -07:00
2014-05-30 17:54:47 -07:00
2014-05-30 17:54:47 -07:00
2014-05-23 16:28:53 -04:00
2014-01-18 23:04:16 -08:00
2014-05-30 17:35:23 -07:00
2014-05-30 17:48:58 -07:00
2014-05-23 16:28:53 -04:00
2014-01-28 18:01:32 -08:00
2014-05-27 13:47:27 -04:00
2014-05-22 15:27:32 -04:00
2014-05-30 17:54:47 -07:00
2013-12-06 12:37:56 -05:00
2014-06-02 10:36:18 -07:00
2014-04-11 16:15:36 -04:00
2014-05-20 00:23:59 +02:00
2014-05-22 16:27:37 -07:00
2014-04-24 13:44:54 -04:00
2014-04-24 13:44:54 -04:00
2014-05-30 17:48:58 -07:00
2014-05-22 13:58:36 -04:00
2014-04-11 16:15:36 -04:00
2014-05-16 15:24:47 -04:00
2014-05-24 00:32:30 -04:00
2014-05-23 16:28:53 -04:00
2014-05-23 16:28:53 -04:00
2014-05-24 14:11:41 -04:00
2014-05-16 16:04:03 -04:00
2014-05-05 13:13:50 -04:00
2013-11-21 13:09:42 -05:00
2014-05-22 13:58:36 -04:00
2014-04-11 16:15:36 -04:00
2014-05-22 16:00:00 -04:00
2014-03-06 16:30:45 +01:00
2014-04-03 13:05:42 -07:00
2014-01-15 15:36:38 -08:00
2014-04-16 15:15:05 -04:00