Hi David,
after a not so quiet weekend, here is my small pull request intended for net/linux-3.11.
This is a fix that aims to block TX operations in case of skb preparation failure.
Please pull or let me know of any problem.
Thanks, Antonio
p.s. is net going to be merged into net-next one of these days? I need it in order to send a couple of changes to net-next.
The following changes since commit 0f7dd1aa8f959216f1faa71513b9d3c1a9065e5a:
Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux (2013-08-16 10:00:18 -0700)
are available in the git repository at:
git://git.open-mesh.org/linux-merge.git tags/batman-adv-fix-for-davem
for you to fetch changes up to 50fa3b31f4700deb1a860fa1a04016b889765323:
batman-adv: check return type of unicast packet preparations (2013-08-17 20:02:32 +0200)
---------------------------------------------------------------- Included change: - Check if the skb has been correctly prepared before going on
---------------------------------------------------------------- Linus Lüssing (1): batman-adv: check return type of unicast packet preparations
net/batman-adv/unicast.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-)