From: Antonio Quartulli ordex@autistici.org Date: Wed, 29 May 2013 10:10:30 +0200
The only real behavioural change in this batch is the broadcast overhead reduction on non-wireless interfaces brought by Matthias Schiffer.
The rest is made up by code cleanups and refactoring.
Two highlights on the refactoring are the introduction of netdev_alloc_skb_ip_align() to avoid to deal with NET_IP_ALIGN manually and the introduction of the eth_hdr() wherever it was possible in order to improve readability.
Please pull or let me know of any problem.
...
The following changes since commit 06ecf24bdf2b7afc6c8fd13de6dba2a96dd331b6:
net: Fix build warnings after mac_header and transport_header became __u16. (2013-05-28 13:15:50 -0700)
are available in the git repository at:
git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davem
Pulled, thanks Antonio.