public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] pull request: batman-adv 20150108
@ 2015-01-08 15:15 Antonio Quartulli
  2015-01-08 15:15 ` [B.A.T.M.A.N.] [PATCH 01/15] batman-adv: avoid useless return in void functions Antonio Quartulli
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: Antonio Quartulli @ 2015-01-08 15:15 UTC (permalink / raw)
  To: davem; +Cc: netdev, b.a.t.m.a.n

Hello David,

this is a batch of patches intended for net-next.

In this patchset you have mostly cleanups and small corrections to issues
reported by checkpatch.

One notable change is the addition of the DEBUG_FS dependency to the
BATMAN_ADV_DEBUG symbol by Markus Pargmann. We add this dependency because all
the information provided by the DEBUG feature is accessible only through
debugfs.


Please pull or let me know of any problem!

Thanks a lot,
	Antonio



The following changes since commit 44d84d7272e5848878a96029b8a8b6e86854f146:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2015-01-06 22:29:20 -0500)

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 9535395640edb23ba5cec2abb026c4ee51899722:

  batman-adv: Kconfig, Add missing DEBUG_FS dependency (2015-01-07 22:17:11 +0100)

----------------------------------------------------------------
Included changes:
- remove useless return in void functions
- remove unused member 'primary_iface' from 'struct orig_node'
- improve existing kernel doc
- fix several checkpatch complaints
- ensure socket's control block is cleared for received skbs
- add missing DEBUG_FS dependency to BATMAN_ADV_DEBUG symbol

----------------------------------------------------------------
Antonio Quartulli (7):
      batman-adv: avoid useless return in void functions
      batman-adv: checkpatch - else is not generally useful after a break or return
      batman-adv: checkpatch - No space is necessary after a cast
      batman-adv: checkpatch - Please use a blank line after declarations
      batman-adv: checkpatch - Please don't use multiple blank lines
      batman-adv: checkpatch - remove unnecessary parentheses
      batman-adv: fix misspelled words

Markus Pargmann (1):
      batman-adv: Kconfig, Add missing DEBUG_FS dependency

Martin Hundebøll (5):
      batman-adv: kernel doc fixes for bat_iv_ogm.c
      batman-adv: kernel doc fixes for bridge_loop_avoidance.c
      batman-adv: kernel doc fix for distributed-arp-table.h
      batman-adv: kernel doc fixes for main.{c, h}
      batman-adv: clear control block of received socket buffers

Simon Wunderlich (2):
      batman-adv: remove obsolete variable primary_iface from orig_node
      batman-adv: Start new development cycle

 net/batman-adv/Kconfig                 |  1 +
 net/batman-adv/bat_iv_ogm.c            | 15 +++++++--------
 net/batman-adv/bitarray.c              |  1 -
 net/batman-adv/bitarray.h              |  3 +--
 net/batman-adv/bridge_loop_avoidance.c | 17 +++++++----------
 net/batman-adv/debugfs.c               |  2 +-
 net/batman-adv/distributed-arp-table.c |  1 +
 net/batman-adv/distributed-arp-table.h |  4 +---
 net/batman-adv/fragmentation.c         |  1 -
 net/batman-adv/fragmentation.h         |  3 +--
 net/batman-adv/gateway_client.c        |  1 +
 net/batman-adv/main.c                  | 10 ++++++----
 net/batman-adv/main.h                  | 15 +++++++--------
 net/batman-adv/multicast.h             |  3 ---
 net/batman-adv/network-coding.c        |  3 +--
 net/batman-adv/originator.c            |  1 -
 net/batman-adv/originator.h            |  1 -
 net/batman-adv/packet.h                |  5 +++--
 net/batman-adv/routing.c               |  3 +--
 net/batman-adv/soft-interface.c        |  1 -
 net/batman-adv/sysfs.c                 |  1 -
 net/batman-adv/translation-table.c     |  8 +++-----
 net/batman-adv/types.h                 |  4 +---
 23 files changed, 43 insertions(+), 61 deletions(-)


^ permalink raw reply	[flat|nested] 18+ messages in thread
* [B.A.T.M.A.N.] pull request [net-next]: batman-adv 20160229
@ 2016-02-29 11:05 Antonio Quartulli
  2016-02-29 11:06 ` [B.A.T.M.A.N.] [PATCH 14/15] batman-adv: Start new development cycle Antonio Quartulli
  0 siblings, 1 reply; 18+ messages in thread
From: Antonio Quartulli @ 2016-02-29 11:05 UTC (permalink / raw)
  To: davem; +Cc: netdev, b.a.t.m.a.n

Hello David,

this is our (hopefully) latest batch of patches intended for net-next.

With this patchset we finally introduce B.A.T.M.A.N. V: the latest
version of our routing protocol.
Technical documentation describing the protocol in more detail can
be found in our wiki[1][2][3][4].


For what concerns this pull request, you can find the high level
description right below.


Please pull or let me know of any problem!
Thank you very much,
	Antonio


[1] https://www.open-mesh.org/projects/batman-adv/wiki/BATMAN_V
[2] https://www.open-mesh.org/projects/batman-adv/wiki/OGMv2
[3] https://www.open-mesh.org/projects/batman-adv/wiki/ELP
[4] https://www.open-mesh.org/projects/batman-adv/wiki/BATMAN_V_Tests



The following changes since commit f12d33f4d83c6837d176e1aef337914089c77957:

  3c59x: Ensure to apply the expires time (2016-02-28 23:39:26 -0500)

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 8b823170550e5dcc80512143088c9f9e24598f9a:

  MAINTAINERS: Add patchwork URL for BATMAN ADVANCED (2016-02-29 16:25:09 +0800)

----------------------------------------------------------------
With this patchset we finally introduce our new routing protocol:
B.A.T.M.A.N. V. Its implementation started quite some years ago,
but due to the big changes being introduced it took a while to be
discussed, designed, worked, re-worked, tested and debugged (well,
we're never done with the latest). The entire operation has
basically been a team work involving all the core contributors
together with other people interested in the project.

The new protocol is divided into two main subcomponents, called
respectively ELP and OGMv2. The former is in charge of
dealing with the neighbour discovery and link quality estimation,
while the latter implements the algorithm that spreads the
metrics around the network and computes optimal paths.

The biggest change introduced with B.A.T.M.A.N. V is the new
metric: the protocol won't rely on packet loss anymore, but it
will use the estimated throughput extracted directly from the
wifi driver (when available) by querying cfg80211.
Batman-adv will also send some unicast probing packets when
an interface is not used for payload traffic to make sure that
such values are current.

The new protocol can be compiled-in or not like other
features we have and when selected will pull in CFG80211 as
dependency for the reason described above.

Thanks to the big work brought up in the past by Marek Lindner,
batman-adv can easily deal several protocol implementations,
therefore compiling in this new version does not exclude the
older.
This means that the user is offered the option to choose
the protocol when creating the mesh interface (default is the
old one to keep backward compatibility).

Along with the protocol there are some sysfs knobs that are
introduced to fine tune some of its behaviours, but users
are recommended to keep the default values unless they know
what they are doing.

The last patch is about advertising our own patchwork platform
(thanks to Sven Eckelmann for having set that up!) in the
MAINTAINERS file.

----------------------------------------------------------------
Antonio Quartulli (8):
      batman-adv: OGMv2 - add basic infrastructure
      batman-adv: OGMv2 - implement originators logic
      batman-adv: add throughput override attribute to hard_ifaces
      batman-adv: keep track of when unicast packets are sent
      batman-adv: ELP - compute the metric based on the estimated throughput
      batman-adv: ELP - send unicast ELP packets for throughput sampling
      batman-adv: B.A.T.M.A.N. V - implement neighbor comparison API calls
      batman-adv: B.A.T.M.A.N. V - implement bat_orig_print API

Linus Luessing (5):
      batman-adv: Add hard_iface specific sysfs wrapper macros for UINT
      batman-adv: ELP - adding basic infrastructure
      batman-adv: ELP - creating neighbor structures
      batman-adv: ELP - adding sysfs parameter for elp interval
      batman-adv: B.A.T.M.A.N. V - implement bat_neigh_print API

Simon Wunderlich (1):
      batman-adv: Start new development cycle

Sven Eckelmann (1):
      MAINTAINERS: Add patchwork URL for BATMAN ADVANCED

 .../ABI/testing/sysfs-class-net-batman-adv         |  17 +-
 MAINTAINERS                                        |   1 +
 net/batman-adv/Kconfig                             |  14 +
 net/batman-adv/Makefile                            |   3 +
 net/batman-adv/bat_algo.h                          |  28 +-
 net/batman-adv/bat_iv_ogm.c                        |   2 +-
 net/batman-adv/bat_v.c                             | 347 +++++++++
 net/batman-adv/bat_v_elp.c                         | 515 +++++++++++++
 net/batman-adv/bat_v_elp.h                         |  33 +
 net/batman-adv/bat_v_ogm.c                         | 833 +++++++++++++++++++++
 net/batman-adv/bat_v_ogm.h                         |  36 +
 net/batman-adv/distributed-arp-table.c             |   4 +-
 net/batman-adv/fragmentation.c                     |   8 +-
 net/batman-adv/gateway_common.c                    |   4 +-
 net/batman-adv/gateway_common.h                    |   2 +
 net/batman-adv/icmp_socket.c                       |   2 +-
 net/batman-adv/main.c                              |   7 +
 net/batman-adv/main.h                              |  12 +-
 net/batman-adv/network-coding.c                    |  22 +-
 net/batman-adv/packet.h                            |  49 ++
 net/batman-adv/send.c                              |  55 +-
 net/batman-adv/send.h                              |  10 +-
 net/batman-adv/sysfs.c                             | 130 ++++
 net/batman-adv/types.h                             |  93 +++
 24 files changed, 2190 insertions(+), 37 deletions(-)
 create mode 100644 net/batman-adv/bat_v.c
 create mode 100644 net/batman-adv/bat_v_elp.c
 create mode 100644 net/batman-adv/bat_v_elp.h
 create mode 100644 net/batman-adv/bat_v_ogm.c
 create mode 100644 net/batman-adv/bat_v_ogm.h


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

end of thread, other threads:[~2016-02-29 11:06 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-08 15:15 [B.A.T.M.A.N.] pull request: batman-adv 20150108 Antonio Quartulli
2015-01-08 15:15 ` [B.A.T.M.A.N.] [PATCH 01/15] batman-adv: avoid useless return in void functions Antonio Quartulli
2015-01-08 15:15 ` [B.A.T.M.A.N.] [PATCH 02/15] batman-adv: remove obsolete variable primary_iface from orig_node Antonio Quartulli
2015-01-08 15:15 ` [B.A.T.M.A.N.] [PATCH 03/15] batman-adv: kernel doc fixes for bat_iv_ogm.c Antonio Quartulli
2015-01-08 15:15 ` [B.A.T.M.A.N.] [PATCH 04/15] batman-adv: kernel doc fixes for bridge_loop_avoidance.c Antonio Quartulli
2015-01-08 15:15 ` [B.A.T.M.A.N.] [PATCH 05/15] batman-adv: kernel doc fix for distributed-arp-table.h Antonio Quartulli
2015-01-08 15:15 ` [B.A.T.M.A.N.] [PATCH 06/15] batman-adv: kernel doc fixes for main.{c, h} Antonio Quartulli
2015-01-08 15:15 ` [B.A.T.M.A.N.] [PATCH 07/15] batman-adv: checkpatch - else is not generally useful after a break or return Antonio Quartulli
2015-01-08 15:15 ` [B.A.T.M.A.N.] [PATCH 08/15] batman-adv: checkpatch - No space is necessary after a cast Antonio Quartulli
2015-01-08 15:15 ` [B.A.T.M.A.N.] [PATCH 09/15] batman-adv: checkpatch - Please use a blank line after declarations Antonio Quartulli
2015-01-08 15:15 ` [B.A.T.M.A.N.] [PATCH 10/15] batman-adv: checkpatch - Please don't use multiple blank lines Antonio Quartulli
2015-01-08 15:15 ` [B.A.T.M.A.N.] [PATCH 11/15] batman-adv: checkpatch - remove unnecessary parentheses Antonio Quartulli
2015-01-08 15:15 ` [B.A.T.M.A.N.] [PATCH 12/15] batman-adv: clear control block of received socket buffers Antonio Quartulli
2015-01-08 15:15 ` [B.A.T.M.A.N.] [PATCH 13/15] batman-adv: fix misspelled words Antonio Quartulli
2015-01-08 15:15 ` [B.A.T.M.A.N.] [PATCH 14/15] batman-adv: Start new development cycle Antonio Quartulli
2015-01-08 15:15 ` [B.A.T.M.A.N.] [PATCH 15/15] batman-adv: Kconfig, Add missing DEBUG_FS dependency Antonio Quartulli
2015-01-09  4:14 ` [B.A.T.M.A.N.] pull request: batman-adv 20150108 David Miller
  -- strict thread matches above, loose matches on Subject: below --
2016-02-29 11:05 [B.A.T.M.A.N.] pull request [net-next]: batman-adv 20160229 Antonio Quartulli
2016-02-29 11:06 ` [B.A.T.M.A.N.] [PATCH 14/15] batman-adv: Start new development cycle Antonio Quartulli

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