Netdev List
 help / color / mirror / Atom feed
* pull request: batman-adv 2012-05-14
@ 2012-05-14  7:17 Antonio Quartulli
  2012-05-14  7:17 ` [PATCH 1/8] batman-adv: avoid skb_linearise() if not needed Antonio Quartulli
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Antonio Quartulli @ 2012-05-14  7:17 UTC (permalink / raw)
  To: davem-fT/PcQaiUtIeIZ0/mPfg9Q
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA,
	b.a.t.m.a.n-ZwoEplunGu2X36UT3dwllkB+6BGkLq7r

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(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-05-14 22:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14  7:17 pull request: batman-adv 2012-05-14 Antonio Quartulli
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox