Searched hist:"2265 c141086474bbae55a5bb3afa1ebb78ccaa7c" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/batman-adv/ |
H A D | gateway_client.c | diff caa0bf648cd20a2efbb6558531711e9ce2c6e948 Fri Aug 03 23:13:26 CDT 2012 Marek Lindner <lindner_marek@yahoo.de> batman-adv: select an internet gateway if none was chosen
This is a regression introduced by: 2265c141086474bbae55a5bb3afa1ebb78ccaa7c ("batman-adv: gateway election code refactoring")
Reported-by: Nicolás Echániz <nicoechaniz@codigosur.org> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Acked-by: Antonio Quartulli <ordex@autistici.org> Signed-off-by: Antonio Quartulli <ordex@autistici.org> Signed-off-by: David S. Miller <davem@davemloft.net> diff 2265c141086474bbae55a5bb3afa1ebb78ccaa7c Tue Apr 26 17:22:00 CDT 2011 Antonio Quartulli <ordex@autistici.org> batman-adv: gateway election code refactoring
The gateway election mechanism has been a little revised. Now the gw_election is trigered by an atomic_t flag (gw_reselect) which is set to 1 in case of election needed, avoding to set curr_gw to NULL.
Signed-off-by: Antonio Quartulli <ordex@autistici.org> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Sven Eckelmann <sven@narfation.org>
|
H A D | main.c | diff 2265c141086474bbae55a5bb3afa1ebb78ccaa7c Tue Apr 26 17:22:00 CDT 2011 Antonio Quartulli <ordex@autistici.org> batman-adv: gateway election code refactoring
The gateway election mechanism has been a little revised. Now the gw_election is trigered by an atomic_t flag (gw_reselect) which is set to 1 in case of election needed, avoding to set curr_gw to NULL.
Signed-off-by: Antonio Quartulli <ordex@autistici.org> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Sven Eckelmann <sven@narfation.org>
|
H A D | types.h | diff 2265c141086474bbae55a5bb3afa1ebb78ccaa7c Tue Apr 26 17:22:00 CDT 2011 Antonio Quartulli <ordex@autistici.org> batman-adv: gateway election code refactoring
The gateway election mechanism has been a little revised. Now the gw_election is trigered by an atomic_t flag (gw_reselect) which is set to 1 in case of election needed, avoding to set curr_gw to NULL.
Signed-off-by: Antonio Quartulli <ordex@autistici.org> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Sven Eckelmann <sven@narfation.org>
|