netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: batman-adv 2012-05-01
@ 2012-05-01  8:00 Antonio Quartulli
  2012-05-01  8:01 ` [PATCH 2/7] batman-adv: introduce is_single_hop_neigh variable to increase readability Antonio Quartulli
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Antonio Quartulli @ 2012-05-01  8:00 UTC (permalink / raw)
  To: davem-fT/PcQaiUtIeIZ0/mPfg9Q
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA,
	b.a.t.m.a.n-ZwoEplunGu2X36UT3dwllkB+6BGkLq7r

Hello David,

this is the new version of my previous pull request (issued on 2012-04-29).
I'd like to see this changesin net-next/linux-3.5.

In this pull request I entirely removed the D.A.T. code, that as we were
discussing in the previous thread, needs some rewriting to avoid directly
dealing with the neigh table.

This patchset only contains fixes and cleanups.

Letme know if there is any problem!

Thank you,
	Antonio

The following changes since commit 7a2a66a0ac1cf93d30869c4ecbfc71a2fda19397:

  Add linux-next specific files for 20120423 (2012-04-23 16:58:43 +1000)

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 969e62ad00763fed9ea28700ef7a7d97fdbfddf3:

  batman-adv: split neigh_new function into generic and batman iv specific parts (2012-05-01 00:37:58 +0200)

----------------------------------------------------------------
Included changes:

* minor fixes and cleanups
* minor routing protocol API cleanups

----------------------------------------------------------------
Antonio Quartulli (1):
      batman-adv: fix wrong dhcp option list browsing

Marek Lindner (6):
      batman-adv: introduce is_single_hop_neigh variable to increase readability
      batman-adv: introduce packet type handler array for incoming packets
      batman-adv: register batman ogm receive function during protocol init
      batman-adv: rename last_valid to last_seen
      batman-adv: replace HZ calculations with jiffies_to_msecs()
      batman-adv: split neigh_new function into generic and batman iv specific parts

 net/batman-adv/bat_debugfs.c    |    4 +-
 net/batman-adv/bat_iv_ogm.c     |   95 +++++++++++++++++++++++-------
 net/batman-adv/gateway_client.c |    6 +-
 net/batman-adv/hard-interface.c |  113 ------------------------------------
 net/batman-adv/main.c           |  122 ++++++++++++++++++++++++++++++++++++++-
 net/batman-adv/main.h           |    6 ++
 net/batman-adv/originator.c     |   50 ++++++++--------
 net/batman-adv/originator.h     |    6 +-
 net/batman-adv/routing.c        |   22 ++++---
 net/batman-adv/routing.h        |    4 +-
 net/batman-adv/send.c           |    2 +-
 net/batman-adv/types.h          |   11 ++--
 12 files changed, 249 insertions(+), 192 deletions(-)

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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-01  8:00 pull request: batman-adv 2012-05-01 Antonio Quartulli
2012-05-01  8:01 ` [PATCH 2/7] batman-adv: introduce is_single_hop_neigh variable to increase readability Antonio Quartulli
2012-05-01  8:01 ` [PATCH 3/7] batman-adv: introduce packet type handler array for incoming packets Antonio Quartulli
2012-05-01  8:01 ` [PATCH 4/7] batman-adv: register batman ogm receive function during protocol init Antonio Quartulli
2012-05-01  8:01 ` [PATCH 5/7] batman-adv: rename last_valid to last_seen Antonio Quartulli
2012-05-01  8:01 ` [PATCH 6/7] batman-adv: replace HZ calculations with jiffies_to_msecs() Antonio Quartulli
2012-05-01  8:01 ` [PATCH 7/7] batman-adv: split neigh_new function into generic and batman iv specific parts Antonio Quartulli
     [not found] ` <1335859266-7546-1-git-send-email-ordex-GaUfNO9RBHfsrOwW+9ziJQ@public.gmane.org>
2012-05-01  8:01   ` [PATCH 1/7] batman-adv: fix wrong dhcp option list browsing Antonio Quartulli
2012-05-01 13:53   ` pull request: batman-adv 2012-05-01 David Miller
     [not found]     ` <20120501.095308.1750249183824872989.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2012-05-01 13:56       ` David Miller
     [not found]         ` <20120501.095626.666012983167129504.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
2012-05-01 14:12           ` Antonio Quartulli

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