All of lore.kernel.org
 help / color / mirror / Atom feed
* [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
@ 2016-05-23  9:00 Antonio Quartulli
  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
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Antonio Quartulli @ 2016-05-23  9:00 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Antonio Quartulli


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


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

end of thread, other threads:[~2016-05-23 14:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-23  9:00 [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 Antonio Quartulli
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.