netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: batman-adv 2013-01-14
@ 2013-01-13 23:41 Antonio Quartulli
  2013-01-13 23:41 ` [PATCH 01/15] batman-adv: use per_cpu_add helper Antonio Quartulli
                   ` (15 more replies)
  0 siblings, 16 replies; 19+ messages in thread
From: Antonio Quartulli @ 2013-01-13 23:41 UTC (permalink / raw)
  To: davem; +Cc: netdev, b.a.t.m.a.n

this is our first changeset intended for net-next/linux-3.9.
In this batch you have mostly code refactoring, style adjustments and output
beautifications.
The only new 'behaviours' are:
- prevent the TT component from learning multicast mac addresses as they are not
  really handled (yet)
- initialise own lockdep class for each hash table in order to avoid false
  positive from lockdep


Please pull or let me know if there is any problem.
Thanks a lot,
	Antonio


The following changes since commit 00494be4546432a11d62ebfeca363256ff9822b5:

  networking/cs89x0.txt: delete stale information about hand patching (2013-01-11 16:52:26 -0800)

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 0c430d0d7b8bafa74959a84156ef0bda1417a3d4:

  batman-adv: unbloat batadv_priv if debug is not enabled (2013-01-12 20:58:23 +1000)

----------------------------------------------------------------
Included changes:
- use per_cpu_add when possible
- prevent the TT component to add multicast address as "mesh clients"
- some debug output improvements
- proper lockdeps class initializations
- new style fixes (space before/after brackets)
- other minor fixes and refactoring

----------------------------------------------------------------
Antonio Quartulli (11):
      batman-adv: reduce local TT entry timeout to 10 minutes
      batman-adv: improve local translation table output
      batman-adv: print the CRC together with the translation tables
      batman-adv: unify and properly print hex values
      batman-adv: remove useless assignment in tt_local_add()
      batman-adv: Initialize lockdep class keys for hashes
      batman-adv: remove useless blank lines before and after brackets
      batman-adv: remove useless NULL check
      batman-adv: don't compile the BLA switch if not requested
      batman-adv: use the const qualifier in hash functions
      batman-adv: fix typo in debug message

Linus Lüssing (1):
      batman-adv: Do not add multicast MAC addresses to translation table

Marek Lindner (2):
      batman-adv: remove unused variable from orig_node struct
      batman-adv: unbloat batadv_priv if debug is not enabled

Shan Wei (1):
      batman-adv: use per_cpu_add helper

 net/batman-adv/bat_iv_ogm.c            |  8 +---
 net/batman-adv/bridge_loop_avoidance.c | 24 +++++------
 net/batman-adv/debugfs.c               |  8 +---
 net/batman-adv/hash.h                  |  2 +-
 net/batman-adv/main.h                  |  6 +--
 net/batman-adv/originator.c            |  9 +++--
 net/batman-adv/routing.c               |  4 --
 net/batman-adv/send.c                  |  2 -
 net/batman-adv/soft-interface.c        |  7 +++-
 net/batman-adv/translation-table.c     | 73 ++++++++++++++++++++++------------
 net/batman-adv/types.h                 |  7 +++-
 net/batman-adv/unicast.c               |  2 -
 net/batman-adv/vis.c                   |  6 +++
 13 files changed, 88 insertions(+), 70 deletions(-)

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

end of thread, other threads:[~2013-01-15  8:53 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-13 23:41 pull request: batman-adv 2013-01-14 Antonio Quartulli
2013-01-13 23:41 ` [PATCH 01/15] batman-adv: use per_cpu_add helper Antonio Quartulli
2013-01-13 23:41 ` [PATCH 02/15] batman-adv: Do not add multicast MAC addresses to translation table Antonio Quartulli
2013-01-13 23:41 ` [PATCH 03/15] batman-adv: reduce local TT entry timeout to 10 minutes Antonio Quartulli
2013-01-13 23:41 ` [PATCH 04/15] batman-adv: improve local translation table output Antonio Quartulli
2013-01-13 23:41 ` [PATCH 05/15] batman-adv: print the CRC together with the translation tables Antonio Quartulli
2013-01-13 23:41 ` [PATCH 06/15] batman-adv: unify and properly print hex values Antonio Quartulli
2013-01-13 23:41 ` [PATCH 07/15] batman-adv: remove useless assignment in tt_local_add() Antonio Quartulli
2013-01-13 23:41 ` [PATCH 08/15] batman-adv: Initialize lockdep class keys for hashes Antonio Quartulli
2013-01-13 23:41 ` [PATCH 09/15] batman-adv: remove useless blank lines before and after brackets Antonio Quartulli
2013-01-13 23:41 ` [PATCH 10/15] batman-adv: remove useless NULL check Antonio Quartulli
2013-01-13 23:41 ` [PATCH 11/15] batman-adv: don't compile the BLA switch if not requested Antonio Quartulli
2013-01-13 23:41 ` [PATCH 12/15] batman-adv: use the const qualifier in hash functions Antonio Quartulli
2013-01-13 23:41 ` [PATCH 13/15] batman-adv: fix typo in debug message Antonio Quartulli
2013-01-13 23:41 ` [PATCH 14/15] batman-adv: remove unused variable from orig_node struct Antonio Quartulli
2013-01-13 23:41 ` [PATCH 15/15] batman-adv: unbloat batadv_priv if debug is not enabled Antonio Quartulli
2013-01-14 17:36   ` Joe Perches
2013-01-15  8:53     ` Antonio Quartulli
2013-01-14  1:39 ` pull request: batman-adv 2013-01-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;
as well as URLs for NNTP newsgroup(s).