From: Antonio Quartulli <ordex-GaUfNO9RBHfsrOwW+9ziJQ@public.gmane.org>
To: davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org
Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
b.a.t.m.a.n-ZwoEplunGu2X36UT3dwllkB+6BGkLq7r@public.gmane.org
Subject: pull request: batman-adv 2012-05-14
Date: Mon, 14 May 2012 09:17:30 +0200 [thread overview]
Message-ID: <1336979858-13928-1-git-send-email-ordex@autistici.org> (raw)
Hello David,
here is our last set of changes intended for net-next/linux-3.5.
In this patchset there are:
1) several minor cleanups and fixes
2) an optimisation that avoid to linearise the whole packet when not needed
3) an optimisation for client traffic rerouting after a roaming event.
Patches that modify the whole naming schema will be sent later for merging
with linux-3.6.
Thank you,
Antonio
The following changes since commit f96a8a0b78548c0ec06b0b4b438db6ee895d67e9:
igb: Add Support for new i210/i211 devices. (2012-05-12 13:17:13 -0700)
are available in the git repository at:
git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davem
for you to fetch changes up to 521251f2f5fa16747cc21e71580e404af855d140:
batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already exists (2012-05-14 09:05:08 +0200)
----------------------------------------------------------------
Included changes:
* an improvement to avoid to linearise the whole received packet when not needed
* an improvement for client traffic rerouting after roaming
* a fix for the local translation table state-machine
* minor cleanups and fixes
----------------------------------------------------------------
Antonio Quartulli (3):
batman-adv: avoid skb_linearise() if not needed
batman-adv: improve unicast packet (re)routing
batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already exists
Marek Lindner (2):
batman-adv: prepare lq_update_lock to be shared among different protocols
batman-adv: refactor window_protected to avoid unnecessary return statement
Sven Eckelmann (3):
batman-adv: use shorter pr_warn instead of pr_warning
batman-adv: Start new development cycle
batman-adv: README cleanups
Documentation/networking/batman-adv.txt | 11 +++++------
net/batman-adv/bat_iv_ogm.c | 9 ++++-----
net/batman-adv/hard-interface.c | 6 +++---
net/batman-adv/main.h | 2 +-
net/batman-adv/originator.c | 1 +
net/batman-adv/routing.c | 27 ++++++++++++++++-----------
net/batman-adv/send.c | 4 ++--
net/batman-adv/translation-table.c | 21 +++++++++++++++++++++
net/batman-adv/translation-table.h | 2 ++
net/batman-adv/types.h | 2 +-
net/batman-adv/unicast.c | 8 ++++++++
11 files changed, 64 insertions(+), 29 deletions(-)
next reply other threads:[~2012-05-14 7:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-14 7:17 Antonio Quartulli [this message]
2012-05-14 7:17 ` [PATCH 1/8] batman-adv: avoid skb_linearise() if not needed Antonio Quartulli
2012-05-14 7:17 ` [PATCH 2/8] batman-adv: improve unicast packet (re)routing Antonio Quartulli
2012-05-14 7:17 ` [PATCH 3/8] batman-adv: prepare lq_update_lock to be shared among different protocols Antonio Quartulli
2012-05-14 7:17 ` [PATCH 4/8] batman-adv: refactor window_protected to avoid unnecessary return statement Antonio Quartulli
2012-05-14 7:17 ` [PATCH 5/8] batman-adv: use shorter pr_warn instead of pr_warning Antonio Quartulli
2012-05-14 7:17 ` [PATCH 6/8] batman-adv: Start new development cycle Antonio Quartulli
2012-05-14 7:17 ` [PATCH 7/8] batman-adv: README cleanups Antonio Quartulli
2012-05-14 7:17 ` [PATCH 8/8] batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already exists Antonio Quartulli
[not found] ` <1336979858-13928-1-git-send-email-ordex-GaUfNO9RBHfsrOwW+9ziJQ@public.gmane.org>
2012-05-14 22:17 ` pull request: batman-adv 2012-05-14 David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1336979858-13928-1-git-send-email-ordex@autistici.org \
--to=ordex-gaufno9rbhfsroww+9zijq@public.gmane.org \
--cc=b.a.t.m.a.n-ZwoEplunGu2X36UT3dwllkB+6BGkLq7r@public.gmane.org \
--cc=davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org \
--cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox