From: Antonio Quartulli antonio@meshcoding.com Date: Tue, 9 Jun 2015 12:50:13 +0200
this is our last batch of patches intended for net-next.
You have 4 patches from Sven Eckelmann, most notably: 1/7 changes our hash implementation to use the Jenkins one provided by the kernel; 4/7 reorganizes the way we include headers so that each .c file has all it requires without relying on any fancy including order.
Then there are three patches from me: 2/7 is slightly changing the macros we use to handle sysfs files to make them more flexible for future uses; 3/7 is extending the "routing protocol API" so that new implementations can have more control over the neigh_node internal structures; 7/7 ensures that all the per-VLAN internal structures are updated when the MAC address is changed by the user.
Please pull if everything is fine!
Pulled, thanks Antonio.