public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
From: Antonio Quartulli <a@unstable.cc>
To: b.a.t.m.a.n@lists.open-mesh.org
Cc: Antonio Quartulli <a@unstable.cc>
Subject: [B.A.T.M.A.N.] [PATCH v2 0/5] GW code: make it algorithm-agnostic and add B.A.T.M.A.N. V
Date: Mon, 23 May 2016 17:00:32 +0800	[thread overview]
Message-ID: <20160523090037.26896-1-a@unstable.cc> (raw)


This cover letter only tries to recap the changes applied from the previous
version. Please check the patch for major details.

Changes from v1:
- rebased on top of latest master (some patches from the previous patchset were
  merged already)
- accidental change to the GW table header moved to right patch
- remove bat_ prefix from API names
- API subobjects redefined as proper struct instead of anonymous ones to fix
  kernel-doc complaints
- bonus kernel-doc added
- missing include files added


Cheers,

Antonio Quartulli (5):
  batman-adv: make the GW selection class algorithm specific
  batman-adv: split routing API data structure in subobjects
  batman-adv: statically print gateway table header
  batman-adv: make GW election code protocol specific
  batman-adv: B.A.T.M.A.N. V - implement GW selection logic

 net/batman-adv/bat_algo.c          |  14 +-
 net/batman-adv/bat_iv_ogm.c        | 252 +++++++++++++++++++++++++++++++--
 net/batman-adv/bat_v.c             | 280 +++++++++++++++++++++++++++++++++++--
 net/batman-adv/bat_v_elp.c         |   2 +-
 net/batman-adv/bat_v_ogm.c         |   2 +-
 net/batman-adv/gateway_client.c    | 220 ++++-------------------------
 net/batman-adv/gateway_client.h    |   7 +
 net/batman-adv/gateway_common.c    |   5 +-
 net/batman-adv/hard-interface.c    |  16 +--
 net/batman-adv/netlink.c           |   2 +-
 net/batman-adv/originator.c        |  49 +++----
 net/batman-adv/routing.c           |   8 +-
 net/batman-adv/sysfs.c             |  37 ++++-
 net/batman-adv/translation-table.c |   6 +-
 net/batman-adv/types.h             | 137 +++++++++++-------
 15 files changed, 714 insertions(+), 323 deletions(-)

-- 
2.8.3


             reply	other threads:[~2016-05-23  9:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-23  9:00 Antonio Quartulli [this message]
2016-05-23  9:00 ` [B.A.T.M.A.N.] [PATCH v2 1/5] batman-adv: make the GW selection class algorithm specific Antonio Quartulli
2016-05-23 14:09   ` Antonio Quartulli
2016-05-23 14:16     ` Antonio Quartulli
2016-05-23  9:00 ` [B.A.T.M.A.N.] [PATCH v2 2/5] batman-adv: split routing API data structure in subobjects Antonio Quartulli
2016-05-23  9:00 ` [B.A.T.M.A.N.] [PATCH v2 3/5] batman-adv: statically print gateway table header Antonio Quartulli
2016-05-23  9:00 ` [B.A.T.M.A.N.] [PATCH v2 4/5] batman-adv: make GW election code protocol specific Antonio Quartulli
2016-05-23  9:00 ` [B.A.T.M.A.N.] [PATCH v2 5/5] batman-adv: B.A.T.M.A.N. V - implement GW selection logic Antonio Quartulli

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=20160523090037.26896-1-a@unstable.cc \
    --to=a@unstable.cc \
    --cc=b.a.t.m.a.n@lists.open-mesh.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