public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH v2 0/7] batman-adv: wifi interface detection on
@ 2016-09-30 13:20 Sven Eckelmann
  2016-09-30 13:21 ` [B.A.T.M.A.N.] [PATCH v2 1/7] batman-adv: Return non-const ptr in batadv_getlink_net Sven Eckelmann
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Sven Eckelmann @ 2016-09-30 13:20 UTC (permalink / raw)
  To: b.a.t.m.a.n

[-- Attachment #1: Type: text/plain, Size: 1975 bytes --]

Hi,

Marek created some patches a while ago to automatically detect the wifi
interface under virtual interfaces like VLANs. These patches had some problems
because they failed to correctly set the num_bcasts in these situations and
also had some locking problems.

The following patches try to address these by introducing a cache for the
detected wifi configuration (wifi_flags which make taking the rtnl lock in
critical section unnecessary) and by updating the num_bcast and wifi_flags
when the interface behind iflink changes.

 * added patch "batman-adv: Return non-const ptr in batadv_getlink_net"
 * added patch "batman-adv: Close two alignment holes in batadv_hard_iface"
 * added patch "batman-adv: Cache the type of wifi device for each hardif"
 * added patch "batman-adv: Update wifi flags on upper link change"
 * introduced batadv_get_real_netdevice which can be used inside rtnl
   locked contexts
 * replaced wifi check functions with ones that use the wifi_flags cache
 * use batadv_getlink_net to get the iflink net_namespace
 * force rtnl_lock in batadv_get_real_netdev

Kind regards,
	Sven


Marek Lindner (3):
      batman-adv: refactor wifi interface detection
      batman-adv: additional checks for virtual interfaces on top of WiFi
      batman-adv: retrieve B.A.T.M.A.N. V WiFi neighbor stats from real interface

Sven Eckelmann (4):
      batman-adv: Return non-const ptr in batadv_getlink_net
      batman-adv: Close two alignment holes in batadv_hard_iface
      batman-adv: Cache the type of wifi device for each hardif
      batman-adv: Update wifi flags on upper link change

 net/batman-adv/bat_iv_ogm.c        |   2 +-
 net/batman-adv/bat_v_elp.c         |  41 +++++----
 net/batman-adv/hard-interface.c    | 173 ++++++++++++++++++++++++++++++++++---
 net/batman-adv/hard-interface.h    |   5 +-
 net/batman-adv/translation-table.c |  10 ++-
 net/batman-adv/types.h             |  21 ++++-
 6 files changed, 217 insertions(+), 35 deletions(-)

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2016-10-24 10:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-30 13:20 [B.A.T.M.A.N.] [PATCH v2 0/7] batman-adv: wifi interface detection on Sven Eckelmann
2016-09-30 13:21 ` [B.A.T.M.A.N.] [PATCH v2 1/7] batman-adv: Return non-const ptr in batadv_getlink_net Sven Eckelmann
2016-09-30 13:21 ` [B.A.T.M.A.N.] [PATCH v2 2/7] batman-adv: Close two alignment holes in batadv_hard_iface Sven Eckelmann
2016-09-30 13:21 ` [B.A.T.M.A.N.] [PATCH v2 3/7] batman-adv: refactor wifi interface detection Sven Eckelmann
2016-09-30 13:21 ` [B.A.T.M.A.N.] [PATCH v2 4/7] batman-adv: Cache the type of wifi device for each hardif Sven Eckelmann
2016-09-30 13:21 ` [B.A.T.M.A.N.] [PATCH v2 5/7] batman-adv: additional checks for virtual interfaces on top of WiFi Sven Eckelmann
2016-09-30 13:21 ` [B.A.T.M.A.N.] [PATCH v2 6/7] batman-adv: retrieve B.A.T.M.A.N. V WiFi neighbor stats from real interface Sven Eckelmann
2016-09-30 13:21 ` [B.A.T.M.A.N.] [PATCH v2 7/7] batman-adv: Update wifi flags on upper link change Sven Eckelmann
2016-10-24 10:20 ` [B.A.T.M.A.N.] [PATCH v2 0/7] batman-adv: wifi interface detection on Simon Wunderlich

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