translation-table.c 65 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339
  1. /* Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
  2. *
  3. * Marek Lindner, Simon Wunderlich, Antonio Quartulli
  4. *
  5. * This program is free software; you can redistribute it and/or
  6. * modify it under the terms of version 2 of the GNU General Public
  7. * License as published by the Free Software Foundation.
  8. *
  9. * This program is distributed in the hope that it will be useful, but
  10. * WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  12. * General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public License
  15. * along with this program; if not, write to the Free Software
  16. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  17. * 02110-1301, USA
  18. */
  19. #include "main.h"
  20. #include "translation-table.h"
  21. #include "soft-interface.h"
  22. #include "hard-interface.h"
  23. #include "send.h"
  24. #include "hash.h"
  25. #include "originator.h"
  26. #include "routing.h"
  27. #include "bridge_loop_avoidance.h"
  28. #include <linux/crc16.h>
  29. static void batadv_send_roam_adv(struct bat_priv *bat_priv, uint8_t *client,
  30. struct orig_node *orig_node);
  31. static void batadv_tt_purge(struct work_struct *work);
  32. static void
  33. batadv_tt_global_del_orig_list(struct tt_global_entry *tt_global_entry);
  34. /* returns 1 if they are the same mac addr */
  35. static int batadv_compare_tt(const struct hlist_node *node, const void *data2)
  36. {
  37. const void *data1 = container_of(node, struct tt_common_entry,
  38. hash_entry);
  39. return (memcmp(data1, data2, ETH_ALEN) == 0 ? 1 : 0);
  40. }
  41. static void batadv_tt_start_timer(struct bat_priv *bat_priv)
  42. {
  43. INIT_DELAYED_WORK(&bat_priv->tt_work, batadv_tt_purge);
  44. queue_delayed_work(batadv_event_workqueue, &bat_priv->tt_work,
  45. msecs_to_jiffies(5000));
  46. }
  47. static struct tt_common_entry *
  48. batadv_tt_hash_find(struct batadv_hashtable *hash, const void *data)
  49. {
  50. struct hlist_head *head;
  51. struct hlist_node *node;
  52. struct tt_common_entry *tt_common_entry, *tt_common_entry_tmp = NULL;
  53. uint32_t index;
  54. if (!hash)
  55. return NULL;
  56. index = batadv_choose_orig(data, hash->size);
  57. head = &hash->table[index];
  58. rcu_read_lock();
  59. hlist_for_each_entry_rcu(tt_common_entry, node, head, hash_entry) {
  60. if (!batadv_compare_eth(tt_common_entry, data))
  61. continue;
  62. if (!atomic_inc_not_zero(&tt_common_entry->refcount))
  63. continue;
  64. tt_common_entry_tmp = tt_common_entry;
  65. break;
  66. }
  67. rcu_read_unlock();
  68. return tt_common_entry_tmp;
  69. }
  70. static struct tt_local_entry *
  71. batadv_tt_local_hash_find(struct bat_priv *bat_priv, const void *data)
  72. {
  73. struct tt_common_entry *tt_common_entry;
  74. struct tt_local_entry *tt_local_entry = NULL;
  75. tt_common_entry = batadv_tt_hash_find(bat_priv->tt_local_hash, data);
  76. if (tt_common_entry)
  77. tt_local_entry = container_of(tt_common_entry,
  78. struct tt_local_entry, common);
  79. return tt_local_entry;
  80. }
  81. static struct tt_global_entry *
  82. batadv_tt_global_hash_find(struct bat_priv *bat_priv, const void *data)
  83. {
  84. struct tt_common_entry *tt_common_entry;
  85. struct tt_global_entry *tt_global_entry = NULL;
  86. tt_common_entry = batadv_tt_hash_find(bat_priv->tt_global_hash, data);
  87. if (tt_common_entry)
  88. tt_global_entry = container_of(tt_common_entry,
  89. struct tt_global_entry, common);
  90. return tt_global_entry;
  91. }
  92. static void
  93. batadv_tt_local_entry_free_ref(struct tt_local_entry *tt_local_entry)
  94. {
  95. if (atomic_dec_and_test(&tt_local_entry->common.refcount))
  96. kfree_rcu(tt_local_entry, common.rcu);
  97. }
  98. static void batadv_tt_global_entry_free_rcu(struct rcu_head *rcu)
  99. {
  100. struct tt_common_entry *tt_common_entry;
  101. struct tt_global_entry *tt_global_entry;
  102. tt_common_entry = container_of(rcu, struct tt_common_entry, rcu);
  103. tt_global_entry = container_of(tt_common_entry, struct tt_global_entry,
  104. common);
  105. kfree(tt_global_entry);
  106. }
  107. static void
  108. batadv_tt_global_entry_free_ref(struct tt_global_entry *tt_global_entry)
  109. {
  110. if (atomic_dec_and_test(&tt_global_entry->common.refcount)) {
  111. batadv_tt_global_del_orig_list(tt_global_entry);
  112. call_rcu(&tt_global_entry->common.rcu,
  113. batadv_tt_global_entry_free_rcu);
  114. }
  115. }
  116. static void batadv_tt_orig_list_entry_free_rcu(struct rcu_head *rcu)
  117. {
  118. struct tt_orig_list_entry *orig_entry;
  119. orig_entry = container_of(rcu, struct tt_orig_list_entry, rcu);
  120. batadv_orig_node_free_ref(orig_entry->orig_node);
  121. kfree(orig_entry);
  122. }
  123. static void
  124. batadv_tt_orig_list_entry_free_ref(struct tt_orig_list_entry *orig_entry)
  125. {
  126. /* to avoid race conditions, immediately decrease the tt counter */
  127. atomic_dec(&orig_entry->orig_node->tt_size);
  128. call_rcu(&orig_entry->rcu, batadv_tt_orig_list_entry_free_rcu);
  129. }
  130. static void batadv_tt_local_event(struct bat_priv *bat_priv,
  131. const uint8_t *addr, uint8_t flags)
  132. {
  133. struct tt_change_node *tt_change_node, *entry, *safe;
  134. bool event_removed = false;
  135. bool del_op_requested, del_op_entry;
  136. tt_change_node = kmalloc(sizeof(*tt_change_node), GFP_ATOMIC);
  137. if (!tt_change_node)
  138. return;
  139. tt_change_node->change.flags = flags;
  140. memcpy(tt_change_node->change.addr, addr, ETH_ALEN);
  141. del_op_requested = flags & BATADV_TT_CLIENT_DEL;
  142. /* check for ADD+DEL or DEL+ADD events */
  143. spin_lock_bh(&bat_priv->tt_changes_list_lock);
  144. list_for_each_entry_safe(entry, safe, &bat_priv->tt_changes_list,
  145. list) {
  146. if (!batadv_compare_eth(entry->change.addr, addr))
  147. continue;
  148. /* DEL+ADD in the same orig interval have no effect and can be
  149. * removed to avoid silly behaviour on the receiver side. The
  150. * other way around (ADD+DEL) can happen in case of roaming of
  151. * a client still in the NEW state. Roaming of NEW clients is
  152. * now possible due to automatically recognition of "temporary"
  153. * clients
  154. */
  155. del_op_entry = entry->change.flags & BATADV_TT_CLIENT_DEL;
  156. if (!del_op_requested && del_op_entry)
  157. goto del;
  158. if (del_op_requested && !del_op_entry)
  159. goto del;
  160. continue;
  161. del:
  162. list_del(&entry->list);
  163. kfree(entry);
  164. event_removed = true;
  165. goto unlock;
  166. }
  167. /* track the change in the OGMinterval list */
  168. list_add_tail(&tt_change_node->list, &bat_priv->tt_changes_list);
  169. unlock:
  170. spin_unlock_bh(&bat_priv->tt_changes_list_lock);
  171. if (event_removed)
  172. atomic_dec(&bat_priv->tt_local_changes);
  173. else
  174. atomic_inc(&bat_priv->tt_local_changes);
  175. }
  176. int batadv_tt_len(int changes_num)
  177. {
  178. return changes_num * sizeof(struct tt_change);
  179. }
  180. static int batadv_tt_local_init(struct bat_priv *bat_priv)
  181. {
  182. if (bat_priv->tt_local_hash)
  183. return 0;
  184. bat_priv->tt_local_hash = batadv_hash_new(1024);
  185. if (!bat_priv->tt_local_hash)
  186. return -ENOMEM;
  187. return 0;
  188. }
  189. void batadv_tt_local_add(struct net_device *soft_iface, const uint8_t *addr,
  190. int ifindex)
  191. {
  192. struct bat_priv *bat_priv = netdev_priv(soft_iface);
  193. struct tt_local_entry *tt_local_entry = NULL;
  194. struct tt_global_entry *tt_global_entry = NULL;
  195. struct hlist_head *head;
  196. struct hlist_node *node;
  197. struct tt_orig_list_entry *orig_entry;
  198. int hash_added;
  199. tt_local_entry = batadv_tt_local_hash_find(bat_priv, addr);
  200. if (tt_local_entry) {
  201. tt_local_entry->last_seen = jiffies;
  202. /* possibly unset the BATADV_TT_CLIENT_PENDING flag */
  203. tt_local_entry->common.flags &= ~BATADV_TT_CLIENT_PENDING;
  204. goto out;
  205. }
  206. tt_local_entry = kmalloc(sizeof(*tt_local_entry), GFP_ATOMIC);
  207. if (!tt_local_entry)
  208. goto out;
  209. batadv_dbg(BATADV_DBG_TT, bat_priv,
  210. "Creating new local tt entry: %pM (ttvn: %d)\n", addr,
  211. (uint8_t)atomic_read(&bat_priv->ttvn));
  212. memcpy(tt_local_entry->common.addr, addr, ETH_ALEN);
  213. tt_local_entry->common.flags = BATADV_NO_FLAGS;
  214. if (batadv_is_wifi_iface(ifindex))
  215. tt_local_entry->common.flags |= BATADV_TT_CLIENT_WIFI;
  216. atomic_set(&tt_local_entry->common.refcount, 2);
  217. tt_local_entry->last_seen = jiffies;
  218. /* the batman interface mac address should never be purged */
  219. if (batadv_compare_eth(addr, soft_iface->dev_addr))
  220. tt_local_entry->common.flags |= BATADV_TT_CLIENT_NOPURGE;
  221. /* The local entry has to be marked as NEW to avoid to send it in
  222. * a full table response going out before the next ttvn increment
  223. * (consistency check)
  224. */
  225. tt_local_entry->common.flags |= BATADV_TT_CLIENT_NEW;
  226. hash_added = batadv_hash_add(bat_priv->tt_local_hash, batadv_compare_tt,
  227. batadv_choose_orig,
  228. &tt_local_entry->common,
  229. &tt_local_entry->common.hash_entry);
  230. if (unlikely(hash_added != 0)) {
  231. /* remove the reference for the hash */
  232. batadv_tt_local_entry_free_ref(tt_local_entry);
  233. goto out;
  234. }
  235. batadv_tt_local_event(bat_priv, addr, tt_local_entry->common.flags);
  236. /* remove address from global hash if present */
  237. tt_global_entry = batadv_tt_global_hash_find(bat_priv, addr);
  238. /* Check whether it is a roaming! */
  239. if (tt_global_entry) {
  240. /* These node are probably going to update their tt table */
  241. head = &tt_global_entry->orig_list;
  242. rcu_read_lock();
  243. hlist_for_each_entry_rcu(orig_entry, node, head, list) {
  244. orig_entry->orig_node->tt_poss_change = true;
  245. batadv_send_roam_adv(bat_priv,
  246. tt_global_entry->common.addr,
  247. orig_entry->orig_node);
  248. }
  249. rcu_read_unlock();
  250. /* The global entry has to be marked as ROAMING and
  251. * has to be kept for consistency purpose
  252. */
  253. tt_global_entry->common.flags |= BATADV_TT_CLIENT_ROAM;
  254. tt_global_entry->roam_at = jiffies;
  255. }
  256. out:
  257. if (tt_local_entry)
  258. batadv_tt_local_entry_free_ref(tt_local_entry);
  259. if (tt_global_entry)
  260. batadv_tt_global_entry_free_ref(tt_global_entry);
  261. }
  262. static void batadv_tt_realloc_packet_buff(unsigned char **packet_buff,
  263. int *packet_buff_len,
  264. int min_packet_len,
  265. int new_packet_len)
  266. {
  267. unsigned char *new_buff;
  268. new_buff = kmalloc(new_packet_len, GFP_ATOMIC);
  269. /* keep old buffer if kmalloc should fail */
  270. if (new_buff) {
  271. memcpy(new_buff, *packet_buff, min_packet_len);
  272. kfree(*packet_buff);
  273. *packet_buff = new_buff;
  274. *packet_buff_len = new_packet_len;
  275. }
  276. }
  277. static void batadv_tt_prepare_packet_buff(struct bat_priv *bat_priv,
  278. unsigned char **packet_buff,
  279. int *packet_buff_len,
  280. int min_packet_len)
  281. {
  282. struct hard_iface *primary_if;
  283. int req_len;
  284. primary_if = batadv_primary_if_get_selected(bat_priv);
  285. req_len = min_packet_len;
  286. req_len += batadv_tt_len(atomic_read(&bat_priv->tt_local_changes));
  287. /* if we have too many changes for one packet don't send any
  288. * and wait for the tt table request which will be fragmented
  289. */
  290. if ((!primary_if) || (req_len > primary_if->soft_iface->mtu))
  291. req_len = min_packet_len;
  292. batadv_tt_realloc_packet_buff(packet_buff, packet_buff_len,
  293. min_packet_len, req_len);
  294. if (primary_if)
  295. batadv_hardif_free_ref(primary_if);
  296. }
  297. static int batadv_tt_changes_fill_buff(struct bat_priv *bat_priv,
  298. unsigned char **packet_buff,
  299. int *packet_buff_len,
  300. int min_packet_len)
  301. {
  302. struct tt_change_node *entry, *safe;
  303. int count = 0, tot_changes = 0, new_len;
  304. unsigned char *tt_buff;
  305. batadv_tt_prepare_packet_buff(bat_priv, packet_buff,
  306. packet_buff_len, min_packet_len);
  307. new_len = *packet_buff_len - min_packet_len;
  308. tt_buff = *packet_buff + min_packet_len;
  309. if (new_len > 0)
  310. tot_changes = new_len / batadv_tt_len(1);
  311. spin_lock_bh(&bat_priv->tt_changes_list_lock);
  312. atomic_set(&bat_priv->tt_local_changes, 0);
  313. list_for_each_entry_safe(entry, safe, &bat_priv->tt_changes_list,
  314. list) {
  315. if (count < tot_changes) {
  316. memcpy(tt_buff + batadv_tt_len(count),
  317. &entry->change, sizeof(struct tt_change));
  318. count++;
  319. }
  320. list_del(&entry->list);
  321. kfree(entry);
  322. }
  323. spin_unlock_bh(&bat_priv->tt_changes_list_lock);
  324. /* Keep the buffer for possible tt_request */
  325. spin_lock_bh(&bat_priv->tt_buff_lock);
  326. kfree(bat_priv->tt_buff);
  327. bat_priv->tt_buff_len = 0;
  328. bat_priv->tt_buff = NULL;
  329. /* check whether this new OGM has no changes due to size problems */
  330. if (new_len > 0) {
  331. /* if kmalloc() fails we will reply with the full table
  332. * instead of providing the diff
  333. */
  334. bat_priv->tt_buff = kmalloc(new_len, GFP_ATOMIC);
  335. if (bat_priv->tt_buff) {
  336. memcpy(bat_priv->tt_buff, tt_buff, new_len);
  337. bat_priv->tt_buff_len = new_len;
  338. }
  339. }
  340. spin_unlock_bh(&bat_priv->tt_buff_lock);
  341. return count;
  342. }
  343. int batadv_tt_local_seq_print_text(struct seq_file *seq, void *offset)
  344. {
  345. struct net_device *net_dev = (struct net_device *)seq->private;
  346. struct bat_priv *bat_priv = netdev_priv(net_dev);
  347. struct batadv_hashtable *hash = bat_priv->tt_local_hash;
  348. struct tt_common_entry *tt_common_entry;
  349. struct hard_iface *primary_if;
  350. struct hlist_node *node;
  351. struct hlist_head *head;
  352. uint32_t i;
  353. int ret = 0;
  354. primary_if = batadv_primary_if_get_selected(bat_priv);
  355. if (!primary_if) {
  356. ret = seq_printf(seq,
  357. "BATMAN mesh %s disabled - please specify interfaces to enable it\n",
  358. net_dev->name);
  359. goto out;
  360. }
  361. if (primary_if->if_status != BATADV_IF_ACTIVE) {
  362. ret = seq_printf(seq,
  363. "BATMAN mesh %s disabled - primary interface not active\n",
  364. net_dev->name);
  365. goto out;
  366. }
  367. seq_printf(seq,
  368. "Locally retrieved addresses (from %s) announced via TT (TTVN: %u):\n",
  369. net_dev->name, (uint8_t)atomic_read(&bat_priv->ttvn));
  370. for (i = 0; i < hash->size; i++) {
  371. head = &hash->table[i];
  372. rcu_read_lock();
  373. hlist_for_each_entry_rcu(tt_common_entry, node,
  374. head, hash_entry) {
  375. seq_printf(seq, " * %pM [%c%c%c%c%c]\n",
  376. tt_common_entry->addr,
  377. (tt_common_entry->flags &
  378. BATADV_TT_CLIENT_ROAM ? 'R' : '.'),
  379. (tt_common_entry->flags &
  380. BATADV_TT_CLIENT_NOPURGE ? 'P' : '.'),
  381. (tt_common_entry->flags &
  382. BATADV_TT_CLIENT_NEW ? 'N' : '.'),
  383. (tt_common_entry->flags &
  384. BATADV_TT_CLIENT_PENDING ? 'X' : '.'),
  385. (tt_common_entry->flags &
  386. BATADV_TT_CLIENT_WIFI ? 'W' : '.'));
  387. }
  388. rcu_read_unlock();
  389. }
  390. out:
  391. if (primary_if)
  392. batadv_hardif_free_ref(primary_if);
  393. return ret;
  394. }
  395. static void batadv_tt_local_set_pending(struct bat_priv *bat_priv,
  396. struct tt_local_entry *tt_local_entry,
  397. uint16_t flags, const char *message)
  398. {
  399. batadv_tt_local_event(bat_priv, tt_local_entry->common.addr,
  400. tt_local_entry->common.flags | flags);
  401. /* The local client has to be marked as "pending to be removed" but has
  402. * to be kept in the table in order to send it in a full table
  403. * response issued before the net ttvn increment (consistency check)
  404. */
  405. tt_local_entry->common.flags |= BATADV_TT_CLIENT_PENDING;
  406. batadv_dbg(BATADV_DBG_TT, bat_priv,
  407. "Local tt entry (%pM) pending to be removed: %s\n",
  408. tt_local_entry->common.addr, message);
  409. }
  410. void batadv_tt_local_remove(struct bat_priv *bat_priv, const uint8_t *addr,
  411. const char *message, bool roaming)
  412. {
  413. struct tt_local_entry *tt_local_entry = NULL;
  414. uint16_t flags;
  415. tt_local_entry = batadv_tt_local_hash_find(bat_priv, addr);
  416. if (!tt_local_entry)
  417. goto out;
  418. flags = BATADV_TT_CLIENT_DEL;
  419. if (roaming)
  420. flags |= BATADV_TT_CLIENT_ROAM;
  421. batadv_tt_local_set_pending(bat_priv, tt_local_entry, flags, message);
  422. out:
  423. if (tt_local_entry)
  424. batadv_tt_local_entry_free_ref(tt_local_entry);
  425. }
  426. static void batadv_tt_local_purge_list(struct bat_priv *bat_priv,
  427. struct hlist_head *head)
  428. {
  429. struct tt_local_entry *tt_local_entry;
  430. struct tt_common_entry *tt_common_entry;
  431. struct hlist_node *node, *node_tmp;
  432. hlist_for_each_entry_safe(tt_common_entry, node, node_tmp, head,
  433. hash_entry) {
  434. tt_local_entry = container_of(tt_common_entry,
  435. struct tt_local_entry, common);
  436. if (tt_local_entry->common.flags & BATADV_TT_CLIENT_NOPURGE)
  437. continue;
  438. /* entry already marked for deletion */
  439. if (tt_local_entry->common.flags & BATADV_TT_CLIENT_PENDING)
  440. continue;
  441. if (!batadv_has_timed_out(tt_local_entry->last_seen,
  442. BATADV_TT_LOCAL_TIMEOUT))
  443. continue;
  444. batadv_tt_local_set_pending(bat_priv, tt_local_entry,
  445. BATADV_TT_CLIENT_DEL, "timed out");
  446. }
  447. }
  448. static void batadv_tt_local_purge(struct bat_priv *bat_priv)
  449. {
  450. struct batadv_hashtable *hash = bat_priv->tt_local_hash;
  451. struct hlist_head *head;
  452. spinlock_t *list_lock; /* protects write access to the hash lists */
  453. uint32_t i;
  454. for (i = 0; i < hash->size; i++) {
  455. head = &hash->table[i];
  456. list_lock = &hash->list_locks[i];
  457. spin_lock_bh(list_lock);
  458. batadv_tt_local_purge_list(bat_priv, head);
  459. spin_unlock_bh(list_lock);
  460. }
  461. }
  462. static void batadv_tt_local_table_free(struct bat_priv *bat_priv)
  463. {
  464. struct batadv_hashtable *hash;
  465. spinlock_t *list_lock; /* protects write access to the hash lists */
  466. struct tt_common_entry *tt_common_entry;
  467. struct tt_local_entry *tt_local_entry;
  468. struct hlist_node *node, *node_tmp;
  469. struct hlist_head *head;
  470. uint32_t i;
  471. if (!bat_priv->tt_local_hash)
  472. return;
  473. hash = bat_priv->tt_local_hash;
  474. for (i = 0; i < hash->size; i++) {
  475. head = &hash->table[i];
  476. list_lock = &hash->list_locks[i];
  477. spin_lock_bh(list_lock);
  478. hlist_for_each_entry_safe(tt_common_entry, node, node_tmp,
  479. head, hash_entry) {
  480. hlist_del_rcu(node);
  481. tt_local_entry = container_of(tt_common_entry,
  482. struct tt_local_entry,
  483. common);
  484. batadv_tt_local_entry_free_ref(tt_local_entry);
  485. }
  486. spin_unlock_bh(list_lock);
  487. }
  488. batadv_hash_destroy(hash);
  489. bat_priv->tt_local_hash = NULL;
  490. }
  491. static int batadv_tt_global_init(struct bat_priv *bat_priv)
  492. {
  493. if (bat_priv->tt_global_hash)
  494. return 0;
  495. bat_priv->tt_global_hash = batadv_hash_new(1024);
  496. if (!bat_priv->tt_global_hash)
  497. return -ENOMEM;
  498. return 0;
  499. }
  500. static void batadv_tt_changes_list_free(struct bat_priv *bat_priv)
  501. {
  502. struct tt_change_node *entry, *safe;
  503. spin_lock_bh(&bat_priv->tt_changes_list_lock);
  504. list_for_each_entry_safe(entry, safe, &bat_priv->tt_changes_list,
  505. list) {
  506. list_del(&entry->list);
  507. kfree(entry);
  508. }
  509. atomic_set(&bat_priv->tt_local_changes, 0);
  510. spin_unlock_bh(&bat_priv->tt_changes_list_lock);
  511. }
  512. /* find out if an orig_node is already in the list of a tt_global_entry.
  513. * returns 1 if found, 0 otherwise
  514. */
  515. static bool batadv_tt_global_entry_has_orig(const struct tt_global_entry *entry,
  516. const struct orig_node *orig_node)
  517. {
  518. struct tt_orig_list_entry *tmp_orig_entry;
  519. const struct hlist_head *head;
  520. struct hlist_node *node;
  521. bool found = false;
  522. rcu_read_lock();
  523. head = &entry->orig_list;
  524. hlist_for_each_entry_rcu(tmp_orig_entry, node, head, list) {
  525. if (tmp_orig_entry->orig_node == orig_node) {
  526. found = true;
  527. break;
  528. }
  529. }
  530. rcu_read_unlock();
  531. return found;
  532. }
  533. static void
  534. batadv_tt_global_add_orig_entry(struct tt_global_entry *tt_global_entry,
  535. struct orig_node *orig_node, int ttvn)
  536. {
  537. struct tt_orig_list_entry *orig_entry;
  538. orig_entry = kzalloc(sizeof(*orig_entry), GFP_ATOMIC);
  539. if (!orig_entry)
  540. return;
  541. INIT_HLIST_NODE(&orig_entry->list);
  542. atomic_inc(&orig_node->refcount);
  543. atomic_inc(&orig_node->tt_size);
  544. orig_entry->orig_node = orig_node;
  545. orig_entry->ttvn = ttvn;
  546. spin_lock_bh(&tt_global_entry->list_lock);
  547. hlist_add_head_rcu(&orig_entry->list,
  548. &tt_global_entry->orig_list);
  549. spin_unlock_bh(&tt_global_entry->list_lock);
  550. }
  551. /* caller must hold orig_node refcount */
  552. int batadv_tt_global_add(struct bat_priv *bat_priv, struct orig_node *orig_node,
  553. const unsigned char *tt_addr, uint8_t flags,
  554. uint8_t ttvn)
  555. {
  556. struct tt_global_entry *tt_global_entry = NULL;
  557. int ret = 0;
  558. int hash_added;
  559. struct tt_common_entry *common;
  560. tt_global_entry = batadv_tt_global_hash_find(bat_priv, tt_addr);
  561. if (!tt_global_entry) {
  562. tt_global_entry = kzalloc(sizeof(*tt_global_entry), GFP_ATOMIC);
  563. if (!tt_global_entry)
  564. goto out;
  565. common = &tt_global_entry->common;
  566. memcpy(common->addr, tt_addr, ETH_ALEN);
  567. common->flags = flags;
  568. tt_global_entry->roam_at = 0;
  569. atomic_set(&common->refcount, 2);
  570. INIT_HLIST_HEAD(&tt_global_entry->orig_list);
  571. spin_lock_init(&tt_global_entry->list_lock);
  572. hash_added = batadv_hash_add(bat_priv->tt_global_hash,
  573. batadv_compare_tt,
  574. batadv_choose_orig, common,
  575. &common->hash_entry);
  576. if (unlikely(hash_added != 0)) {
  577. /* remove the reference for the hash */
  578. batadv_tt_global_entry_free_ref(tt_global_entry);
  579. goto out_remove;
  580. }
  581. batadv_tt_global_add_orig_entry(tt_global_entry, orig_node,
  582. ttvn);
  583. } else {
  584. /* there is already a global entry, use this one. */
  585. /* If there is the BATADV_TT_CLIENT_ROAM flag set, there is only
  586. * one originator left in the list and we previously received a
  587. * delete + roaming change for this originator.
  588. *
  589. * We should first delete the old originator before adding the
  590. * new one.
  591. */
  592. if (tt_global_entry->common.flags & BATADV_TT_CLIENT_ROAM) {
  593. batadv_tt_global_del_orig_list(tt_global_entry);
  594. tt_global_entry->common.flags &= ~BATADV_TT_CLIENT_ROAM;
  595. tt_global_entry->roam_at = 0;
  596. }
  597. if (!batadv_tt_global_entry_has_orig(tt_global_entry,
  598. orig_node))
  599. batadv_tt_global_add_orig_entry(tt_global_entry,
  600. orig_node, ttvn);
  601. }
  602. batadv_dbg(BATADV_DBG_TT, bat_priv,
  603. "Creating new global tt entry: %pM (via %pM)\n",
  604. tt_global_entry->common.addr, orig_node->orig);
  605. out_remove:
  606. /* remove address from local hash if present */
  607. batadv_tt_local_remove(bat_priv, tt_global_entry->common.addr,
  608. "global tt received",
  609. flags & BATADV_TT_CLIENT_ROAM);
  610. ret = 1;
  611. out:
  612. if (tt_global_entry)
  613. batadv_tt_global_entry_free_ref(tt_global_entry);
  614. return ret;
  615. }
  616. /* print all orig nodes who announce the address for this global entry.
  617. * it is assumed that the caller holds rcu_read_lock();
  618. */
  619. static void
  620. batadv_tt_global_print_entry(struct tt_global_entry *tt_global_entry,
  621. struct seq_file *seq)
  622. {
  623. struct hlist_head *head;
  624. struct hlist_node *node;
  625. struct tt_orig_list_entry *orig_entry;
  626. struct tt_common_entry *tt_common_entry;
  627. uint16_t flags;
  628. uint8_t last_ttvn;
  629. tt_common_entry = &tt_global_entry->common;
  630. head = &tt_global_entry->orig_list;
  631. hlist_for_each_entry_rcu(orig_entry, node, head, list) {
  632. flags = tt_common_entry->flags;
  633. last_ttvn = atomic_read(&orig_entry->orig_node->last_ttvn);
  634. seq_printf(seq, " * %pM (%3u) via %pM (%3u) [%c%c]\n",
  635. tt_global_entry->common.addr, orig_entry->ttvn,
  636. orig_entry->orig_node->orig, last_ttvn,
  637. (flags & BATADV_TT_CLIENT_ROAM ? 'R' : '.'),
  638. (flags & BATADV_TT_CLIENT_WIFI ? 'W' : '.'));
  639. }
  640. }
  641. int batadv_tt_global_seq_print_text(struct seq_file *seq, void *offset)
  642. {
  643. struct net_device *net_dev = (struct net_device *)seq->private;
  644. struct bat_priv *bat_priv = netdev_priv(net_dev);
  645. struct batadv_hashtable *hash = bat_priv->tt_global_hash;
  646. struct tt_common_entry *tt_common_entry;
  647. struct tt_global_entry *tt_global_entry;
  648. struct hard_iface *primary_if;
  649. struct hlist_node *node;
  650. struct hlist_head *head;
  651. uint32_t i;
  652. int ret = 0;
  653. primary_if = batadv_primary_if_get_selected(bat_priv);
  654. if (!primary_if) {
  655. ret = seq_printf(seq,
  656. "BATMAN mesh %s disabled - please specify interfaces to enable it\n",
  657. net_dev->name);
  658. goto out;
  659. }
  660. if (primary_if->if_status != BATADV_IF_ACTIVE) {
  661. ret = seq_printf(seq,
  662. "BATMAN mesh %s disabled - primary interface not active\n",
  663. net_dev->name);
  664. goto out;
  665. }
  666. seq_printf(seq,
  667. "Globally announced TT entries received via the mesh %s\n",
  668. net_dev->name);
  669. seq_printf(seq, " %-13s %s %-15s %s %s\n",
  670. "Client", "(TTVN)", "Originator", "(Curr TTVN)", "Flags");
  671. for (i = 0; i < hash->size; i++) {
  672. head = &hash->table[i];
  673. rcu_read_lock();
  674. hlist_for_each_entry_rcu(tt_common_entry, node,
  675. head, hash_entry) {
  676. tt_global_entry = container_of(tt_common_entry,
  677. struct tt_global_entry,
  678. common);
  679. batadv_tt_global_print_entry(tt_global_entry, seq);
  680. }
  681. rcu_read_unlock();
  682. }
  683. out:
  684. if (primary_if)
  685. batadv_hardif_free_ref(primary_if);
  686. return ret;
  687. }
  688. /* deletes the orig list of a tt_global_entry */
  689. static void
  690. batadv_tt_global_del_orig_list(struct tt_global_entry *tt_global_entry)
  691. {
  692. struct hlist_head *head;
  693. struct hlist_node *node, *safe;
  694. struct tt_orig_list_entry *orig_entry;
  695. spin_lock_bh(&tt_global_entry->list_lock);
  696. head = &tt_global_entry->orig_list;
  697. hlist_for_each_entry_safe(orig_entry, node, safe, head, list) {
  698. hlist_del_rcu(node);
  699. batadv_tt_orig_list_entry_free_ref(orig_entry);
  700. }
  701. spin_unlock_bh(&tt_global_entry->list_lock);
  702. }
  703. static void
  704. batadv_tt_global_del_orig_entry(struct bat_priv *bat_priv,
  705. struct tt_global_entry *tt_global_entry,
  706. struct orig_node *orig_node,
  707. const char *message)
  708. {
  709. struct hlist_head *head;
  710. struct hlist_node *node, *safe;
  711. struct tt_orig_list_entry *orig_entry;
  712. spin_lock_bh(&tt_global_entry->list_lock);
  713. head = &tt_global_entry->orig_list;
  714. hlist_for_each_entry_safe(orig_entry, node, safe, head, list) {
  715. if (orig_entry->orig_node == orig_node) {
  716. batadv_dbg(BATADV_DBG_TT, bat_priv,
  717. "Deleting %pM from global tt entry %pM: %s\n",
  718. orig_node->orig,
  719. tt_global_entry->common.addr, message);
  720. hlist_del_rcu(node);
  721. batadv_tt_orig_list_entry_free_ref(orig_entry);
  722. }
  723. }
  724. spin_unlock_bh(&tt_global_entry->list_lock);
  725. }
  726. static void batadv_tt_global_del_struct(struct bat_priv *bat_priv,
  727. struct tt_global_entry *tt_global_entry,
  728. const char *message)
  729. {
  730. batadv_dbg(BATADV_DBG_TT, bat_priv,
  731. "Deleting global tt entry %pM: %s\n",
  732. tt_global_entry->common.addr, message);
  733. batadv_hash_remove(bat_priv->tt_global_hash, batadv_compare_tt,
  734. batadv_choose_orig, tt_global_entry->common.addr);
  735. batadv_tt_global_entry_free_ref(tt_global_entry);
  736. }
  737. /* If the client is to be deleted, we check if it is the last origantor entry
  738. * within tt_global entry. If yes, we set the BATADV_TT_CLIENT_ROAM flag and the
  739. * timer, otherwise we simply remove the originator scheduled for deletion.
  740. */
  741. static void
  742. batadv_tt_global_del_roaming(struct bat_priv *bat_priv,
  743. struct tt_global_entry *tt_global_entry,
  744. struct orig_node *orig_node, const char *message)
  745. {
  746. bool last_entry = true;
  747. struct hlist_head *head;
  748. struct hlist_node *node;
  749. struct tt_orig_list_entry *orig_entry;
  750. /* no local entry exists, case 1:
  751. * Check if this is the last one or if other entries exist.
  752. */
  753. rcu_read_lock();
  754. head = &tt_global_entry->orig_list;
  755. hlist_for_each_entry_rcu(orig_entry, node, head, list) {
  756. if (orig_entry->orig_node != orig_node) {
  757. last_entry = false;
  758. break;
  759. }
  760. }
  761. rcu_read_unlock();
  762. if (last_entry) {
  763. /* its the last one, mark for roaming. */
  764. tt_global_entry->common.flags |= BATADV_TT_CLIENT_ROAM;
  765. tt_global_entry->roam_at = jiffies;
  766. } else
  767. /* there is another entry, we can simply delete this
  768. * one and can still use the other one.
  769. */
  770. batadv_tt_global_del_orig_entry(bat_priv, tt_global_entry,
  771. orig_node, message);
  772. }
  773. static void batadv_tt_global_del(struct bat_priv *bat_priv,
  774. struct orig_node *orig_node,
  775. const unsigned char *addr,
  776. const char *message, bool roaming)
  777. {
  778. struct tt_global_entry *tt_global_entry = NULL;
  779. struct tt_local_entry *local_entry = NULL;
  780. tt_global_entry = batadv_tt_global_hash_find(bat_priv, addr);
  781. if (!tt_global_entry)
  782. goto out;
  783. if (!roaming) {
  784. batadv_tt_global_del_orig_entry(bat_priv, tt_global_entry,
  785. orig_node, message);
  786. if (hlist_empty(&tt_global_entry->orig_list))
  787. batadv_tt_global_del_struct(bat_priv, tt_global_entry,
  788. message);
  789. goto out;
  790. }
  791. /* if we are deleting a global entry due to a roam
  792. * event, there are two possibilities:
  793. * 1) the client roamed from node A to node B => if there
  794. * is only one originator left for this client, we mark
  795. * it with BATADV_TT_CLIENT_ROAM, we start a timer and we
  796. * wait for node B to claim it. In case of timeout
  797. * the entry is purged.
  798. *
  799. * If there are other originators left, we directly delete
  800. * the originator.
  801. * 2) the client roamed to us => we can directly delete
  802. * the global entry, since it is useless now.
  803. */
  804. local_entry = batadv_tt_local_hash_find(bat_priv,
  805. tt_global_entry->common.addr);
  806. if (local_entry) {
  807. /* local entry exists, case 2: client roamed to us. */
  808. batadv_tt_global_del_orig_list(tt_global_entry);
  809. batadv_tt_global_del_struct(bat_priv, tt_global_entry, message);
  810. } else
  811. /* no local entry exists, case 1: check for roaming */
  812. batadv_tt_global_del_roaming(bat_priv, tt_global_entry,
  813. orig_node, message);
  814. out:
  815. if (tt_global_entry)
  816. batadv_tt_global_entry_free_ref(tt_global_entry);
  817. if (local_entry)
  818. batadv_tt_local_entry_free_ref(local_entry);
  819. }
  820. void batadv_tt_global_del_orig(struct bat_priv *bat_priv,
  821. struct orig_node *orig_node, const char *message)
  822. {
  823. struct tt_global_entry *global_entry;
  824. struct tt_common_entry *tt_common_entry;
  825. uint32_t i;
  826. struct batadv_hashtable *hash = bat_priv->tt_global_hash;
  827. struct hlist_node *node, *safe;
  828. struct hlist_head *head;
  829. spinlock_t *list_lock; /* protects write access to the hash lists */
  830. if (!hash)
  831. return;
  832. for (i = 0; i < hash->size; i++) {
  833. head = &hash->table[i];
  834. list_lock = &hash->list_locks[i];
  835. spin_lock_bh(list_lock);
  836. hlist_for_each_entry_safe(tt_common_entry, node, safe,
  837. head, hash_entry) {
  838. global_entry = container_of(tt_common_entry,
  839. struct tt_global_entry,
  840. common);
  841. batadv_tt_global_del_orig_entry(bat_priv, global_entry,
  842. orig_node, message);
  843. if (hlist_empty(&global_entry->orig_list)) {
  844. batadv_dbg(BATADV_DBG_TT, bat_priv,
  845. "Deleting global tt entry %pM: %s\n",
  846. global_entry->common.addr, message);
  847. hlist_del_rcu(node);
  848. batadv_tt_global_entry_free_ref(global_entry);
  849. }
  850. }
  851. spin_unlock_bh(list_lock);
  852. }
  853. orig_node->tt_initialised = false;
  854. }
  855. static void batadv_tt_global_roam_purge_list(struct bat_priv *bat_priv,
  856. struct hlist_head *head)
  857. {
  858. struct tt_common_entry *tt_common_entry;
  859. struct tt_global_entry *tt_global_entry;
  860. struct hlist_node *node, *node_tmp;
  861. hlist_for_each_entry_safe(tt_common_entry, node, node_tmp, head,
  862. hash_entry) {
  863. tt_global_entry = container_of(tt_common_entry,
  864. struct tt_global_entry, common);
  865. if (!(tt_global_entry->common.flags & BATADV_TT_CLIENT_ROAM))
  866. continue;
  867. if (!batadv_has_timed_out(tt_global_entry->roam_at,
  868. BATADV_TT_CLIENT_ROAM_TIMEOUT))
  869. continue;
  870. batadv_dbg(BATADV_DBG_TT, bat_priv,
  871. "Deleting global tt entry (%pM): Roaming timeout\n",
  872. tt_global_entry->common.addr);
  873. hlist_del_rcu(node);
  874. batadv_tt_global_entry_free_ref(tt_global_entry);
  875. }
  876. }
  877. static void batadv_tt_global_roam_purge(struct bat_priv *bat_priv)
  878. {
  879. struct batadv_hashtable *hash = bat_priv->tt_global_hash;
  880. struct hlist_head *head;
  881. spinlock_t *list_lock; /* protects write access to the hash lists */
  882. uint32_t i;
  883. for (i = 0; i < hash->size; i++) {
  884. head = &hash->table[i];
  885. list_lock = &hash->list_locks[i];
  886. spin_lock_bh(list_lock);
  887. batadv_tt_global_roam_purge_list(bat_priv, head);
  888. spin_unlock_bh(list_lock);
  889. }
  890. }
  891. static void batadv_tt_global_table_free(struct bat_priv *bat_priv)
  892. {
  893. struct batadv_hashtable *hash;
  894. spinlock_t *list_lock; /* protects write access to the hash lists */
  895. struct tt_common_entry *tt_common_entry;
  896. struct tt_global_entry *tt_global_entry;
  897. struct hlist_node *node, *node_tmp;
  898. struct hlist_head *head;
  899. uint32_t i;
  900. if (!bat_priv->tt_global_hash)
  901. return;
  902. hash = bat_priv->tt_global_hash;
  903. for (i = 0; i < hash->size; i++) {
  904. head = &hash->table[i];
  905. list_lock = &hash->list_locks[i];
  906. spin_lock_bh(list_lock);
  907. hlist_for_each_entry_safe(tt_common_entry, node, node_tmp,
  908. head, hash_entry) {
  909. hlist_del_rcu(node);
  910. tt_global_entry = container_of(tt_common_entry,
  911. struct tt_global_entry,
  912. common);
  913. batadv_tt_global_entry_free_ref(tt_global_entry);
  914. }
  915. spin_unlock_bh(list_lock);
  916. }
  917. batadv_hash_destroy(hash);
  918. bat_priv->tt_global_hash = NULL;
  919. }
  920. static bool _batadv_is_ap_isolated(struct tt_local_entry *tt_local_entry,
  921. struct tt_global_entry *tt_global_entry)
  922. {
  923. bool ret = false;
  924. if (tt_local_entry->common.flags & BATADV_TT_CLIENT_WIFI &&
  925. tt_global_entry->common.flags & BATADV_TT_CLIENT_WIFI)
  926. ret = true;
  927. return ret;
  928. }
  929. struct orig_node *batadv_transtable_search(struct bat_priv *bat_priv,
  930. const uint8_t *src,
  931. const uint8_t *addr)
  932. {
  933. struct tt_local_entry *tt_local_entry = NULL;
  934. struct tt_global_entry *tt_global_entry = NULL;
  935. struct orig_node *orig_node = NULL;
  936. struct neigh_node *router = NULL;
  937. struct hlist_head *head;
  938. struct hlist_node *node;
  939. struct tt_orig_list_entry *orig_entry;
  940. int best_tq;
  941. if (src && atomic_read(&bat_priv->ap_isolation)) {
  942. tt_local_entry = batadv_tt_local_hash_find(bat_priv, src);
  943. if (!tt_local_entry)
  944. goto out;
  945. }
  946. tt_global_entry = batadv_tt_global_hash_find(bat_priv, addr);
  947. if (!tt_global_entry)
  948. goto out;
  949. /* check whether the clients should not communicate due to AP
  950. * isolation
  951. */
  952. if (tt_local_entry &&
  953. _batadv_is_ap_isolated(tt_local_entry, tt_global_entry))
  954. goto out;
  955. best_tq = 0;
  956. rcu_read_lock();
  957. head = &tt_global_entry->orig_list;
  958. hlist_for_each_entry_rcu(orig_entry, node, head, list) {
  959. router = batadv_orig_node_get_router(orig_entry->orig_node);
  960. if (!router)
  961. continue;
  962. if (router->tq_avg > best_tq) {
  963. orig_node = orig_entry->orig_node;
  964. best_tq = router->tq_avg;
  965. }
  966. batadv_neigh_node_free_ref(router);
  967. }
  968. /* found anything? */
  969. if (orig_node && !atomic_inc_not_zero(&orig_node->refcount))
  970. orig_node = NULL;
  971. rcu_read_unlock();
  972. out:
  973. if (tt_global_entry)
  974. batadv_tt_global_entry_free_ref(tt_global_entry);
  975. if (tt_local_entry)
  976. batadv_tt_local_entry_free_ref(tt_local_entry);
  977. return orig_node;
  978. }
  979. /* Calculates the checksum of the local table of a given orig_node */
  980. static uint16_t batadv_tt_global_crc(struct bat_priv *bat_priv,
  981. struct orig_node *orig_node)
  982. {
  983. uint16_t total = 0, total_one;
  984. struct batadv_hashtable *hash = bat_priv->tt_global_hash;
  985. struct tt_common_entry *tt_common;
  986. struct tt_global_entry *tt_global_entry;
  987. struct hlist_node *node;
  988. struct hlist_head *head;
  989. uint32_t i;
  990. int j;
  991. for (i = 0; i < hash->size; i++) {
  992. head = &hash->table[i];
  993. rcu_read_lock();
  994. hlist_for_each_entry_rcu(tt_common, node, head, hash_entry) {
  995. tt_global_entry = container_of(tt_common,
  996. struct tt_global_entry,
  997. common);
  998. /* Roaming clients are in the global table for
  999. * consistency only. They don't have to be
  1000. * taken into account while computing the
  1001. * global crc
  1002. */
  1003. if (tt_common->flags & BATADV_TT_CLIENT_ROAM)
  1004. continue;
  1005. /* find out if this global entry is announced by this
  1006. * originator
  1007. */
  1008. if (!batadv_tt_global_entry_has_orig(tt_global_entry,
  1009. orig_node))
  1010. continue;
  1011. total_one = 0;
  1012. for (j = 0; j < ETH_ALEN; j++)
  1013. total_one = crc16_byte(total_one,
  1014. tt_common->addr[j]);
  1015. total ^= total_one;
  1016. }
  1017. rcu_read_unlock();
  1018. }
  1019. return total;
  1020. }
  1021. /* Calculates the checksum of the local table */
  1022. static uint16_t batadv_tt_local_crc(struct bat_priv *bat_priv)
  1023. {
  1024. uint16_t total = 0, total_one;
  1025. struct batadv_hashtable *hash = bat_priv->tt_local_hash;
  1026. struct tt_common_entry *tt_common;
  1027. struct hlist_node *node;
  1028. struct hlist_head *head;
  1029. uint32_t i;
  1030. int j;
  1031. for (i = 0; i < hash->size; i++) {
  1032. head = &hash->table[i];
  1033. rcu_read_lock();
  1034. hlist_for_each_entry_rcu(tt_common, node, head, hash_entry) {
  1035. /* not yet committed clients have not to be taken into
  1036. * account while computing the CRC
  1037. */
  1038. if (tt_common->flags & BATADV_TT_CLIENT_NEW)
  1039. continue;
  1040. total_one = 0;
  1041. for (j = 0; j < ETH_ALEN; j++)
  1042. total_one = crc16_byte(total_one,
  1043. tt_common->addr[j]);
  1044. total ^= total_one;
  1045. }
  1046. rcu_read_unlock();
  1047. }
  1048. return total;
  1049. }
  1050. static void batadv_tt_req_list_free(struct bat_priv *bat_priv)
  1051. {
  1052. struct tt_req_node *node, *safe;
  1053. spin_lock_bh(&bat_priv->tt_req_list_lock);
  1054. list_for_each_entry_safe(node, safe, &bat_priv->tt_req_list, list) {
  1055. list_del(&node->list);
  1056. kfree(node);
  1057. }
  1058. spin_unlock_bh(&bat_priv->tt_req_list_lock);
  1059. }
  1060. static void batadv_tt_save_orig_buffer(struct bat_priv *bat_priv,
  1061. struct orig_node *orig_node,
  1062. const unsigned char *tt_buff,
  1063. uint8_t tt_num_changes)
  1064. {
  1065. uint16_t tt_buff_len = batadv_tt_len(tt_num_changes);
  1066. /* Replace the old buffer only if I received something in the
  1067. * last OGM (the OGM could carry no changes)
  1068. */
  1069. spin_lock_bh(&orig_node->tt_buff_lock);
  1070. if (tt_buff_len > 0) {
  1071. kfree(orig_node->tt_buff);
  1072. orig_node->tt_buff_len = 0;
  1073. orig_node->tt_buff = kmalloc(tt_buff_len, GFP_ATOMIC);
  1074. if (orig_node->tt_buff) {
  1075. memcpy(orig_node->tt_buff, tt_buff, tt_buff_len);
  1076. orig_node->tt_buff_len = tt_buff_len;
  1077. }
  1078. }
  1079. spin_unlock_bh(&orig_node->tt_buff_lock);
  1080. }
  1081. static void batadv_tt_req_purge(struct bat_priv *bat_priv)
  1082. {
  1083. struct tt_req_node *node, *safe;
  1084. spin_lock_bh(&bat_priv->tt_req_list_lock);
  1085. list_for_each_entry_safe(node, safe, &bat_priv->tt_req_list, list) {
  1086. if (batadv_has_timed_out(node->issued_at,
  1087. BATADV_TT_REQUEST_TIMEOUT)) {
  1088. list_del(&node->list);
  1089. kfree(node);
  1090. }
  1091. }
  1092. spin_unlock_bh(&bat_priv->tt_req_list_lock);
  1093. }
  1094. /* returns the pointer to the new tt_req_node struct if no request
  1095. * has already been issued for this orig_node, NULL otherwise
  1096. */
  1097. static struct tt_req_node *batadv_new_tt_req_node(struct bat_priv *bat_priv,
  1098. struct orig_node *orig_node)
  1099. {
  1100. struct tt_req_node *tt_req_node_tmp, *tt_req_node = NULL;
  1101. spin_lock_bh(&bat_priv->tt_req_list_lock);
  1102. list_for_each_entry(tt_req_node_tmp, &bat_priv->tt_req_list, list) {
  1103. if (batadv_compare_eth(tt_req_node_tmp, orig_node) &&
  1104. !batadv_has_timed_out(tt_req_node_tmp->issued_at,
  1105. BATADV_TT_REQUEST_TIMEOUT))
  1106. goto unlock;
  1107. }
  1108. tt_req_node = kmalloc(sizeof(*tt_req_node), GFP_ATOMIC);
  1109. if (!tt_req_node)
  1110. goto unlock;
  1111. memcpy(tt_req_node->addr, orig_node->orig, ETH_ALEN);
  1112. tt_req_node->issued_at = jiffies;
  1113. list_add(&tt_req_node->list, &bat_priv->tt_req_list);
  1114. unlock:
  1115. spin_unlock_bh(&bat_priv->tt_req_list_lock);
  1116. return tt_req_node;
  1117. }
  1118. /* data_ptr is useless here, but has to be kept to respect the prototype */
  1119. static int batadv_tt_local_valid_entry(const void *entry_ptr,
  1120. const void *data_ptr)
  1121. {
  1122. const struct tt_common_entry *tt_common_entry = entry_ptr;
  1123. if (tt_common_entry->flags & BATADV_TT_CLIENT_NEW)
  1124. return 0;
  1125. return 1;
  1126. }
  1127. static int batadv_tt_global_valid(const void *entry_ptr,
  1128. const void *data_ptr)
  1129. {
  1130. const struct tt_common_entry *tt_common_entry = entry_ptr;
  1131. const struct tt_global_entry *tt_global_entry;
  1132. const struct orig_node *orig_node = data_ptr;
  1133. if (tt_common_entry->flags & BATADV_TT_CLIENT_ROAM)
  1134. return 0;
  1135. tt_global_entry = container_of(tt_common_entry, struct tt_global_entry,
  1136. common);
  1137. return batadv_tt_global_entry_has_orig(tt_global_entry, orig_node);
  1138. }
  1139. static struct sk_buff *
  1140. batadv_tt_response_fill_table(uint16_t tt_len, uint8_t ttvn,
  1141. struct batadv_hashtable *hash,
  1142. struct hard_iface *primary_if,
  1143. int (*valid_cb)(const void *, const void *),
  1144. void *cb_data)
  1145. {
  1146. struct tt_common_entry *tt_common_entry;
  1147. struct tt_query_packet *tt_response;
  1148. struct tt_change *tt_change;
  1149. struct hlist_node *node;
  1150. struct hlist_head *head;
  1151. struct sk_buff *skb = NULL;
  1152. uint16_t tt_tot, tt_count;
  1153. ssize_t tt_query_size = sizeof(struct tt_query_packet);
  1154. uint32_t i;
  1155. if (tt_query_size + tt_len > primary_if->soft_iface->mtu) {
  1156. tt_len = primary_if->soft_iface->mtu - tt_query_size;
  1157. tt_len -= tt_len % sizeof(struct tt_change);
  1158. }
  1159. tt_tot = tt_len / sizeof(struct tt_change);
  1160. skb = dev_alloc_skb(tt_query_size + tt_len + ETH_HLEN);
  1161. if (!skb)
  1162. goto out;
  1163. skb_reserve(skb, ETH_HLEN);
  1164. tt_response = (struct tt_query_packet *)skb_put(skb,
  1165. tt_query_size + tt_len);
  1166. tt_response->ttvn = ttvn;
  1167. tt_change = (struct tt_change *)(skb->data + tt_query_size);
  1168. tt_count = 0;
  1169. rcu_read_lock();
  1170. for (i = 0; i < hash->size; i++) {
  1171. head = &hash->table[i];
  1172. hlist_for_each_entry_rcu(tt_common_entry, node,
  1173. head, hash_entry) {
  1174. if (tt_count == tt_tot)
  1175. break;
  1176. if ((valid_cb) && (!valid_cb(tt_common_entry, cb_data)))
  1177. continue;
  1178. memcpy(tt_change->addr, tt_common_entry->addr,
  1179. ETH_ALEN);
  1180. tt_change->flags = BATADV_NO_FLAGS;
  1181. tt_count++;
  1182. tt_change++;
  1183. }
  1184. }
  1185. rcu_read_unlock();
  1186. /* store in the message the number of entries we have successfully
  1187. * copied
  1188. */
  1189. tt_response->tt_data = htons(tt_count);
  1190. out:
  1191. return skb;
  1192. }
  1193. static int batadv_send_tt_request(struct bat_priv *bat_priv,
  1194. struct orig_node *dst_orig_node,
  1195. uint8_t ttvn, uint16_t tt_crc,
  1196. bool full_table)
  1197. {
  1198. struct sk_buff *skb = NULL;
  1199. struct tt_query_packet *tt_request;
  1200. struct neigh_node *neigh_node = NULL;
  1201. struct hard_iface *primary_if;
  1202. struct tt_req_node *tt_req_node = NULL;
  1203. int ret = 1;
  1204. primary_if = batadv_primary_if_get_selected(bat_priv);
  1205. if (!primary_if)
  1206. goto out;
  1207. /* The new tt_req will be issued only if I'm not waiting for a
  1208. * reply from the same orig_node yet
  1209. */
  1210. tt_req_node = batadv_new_tt_req_node(bat_priv, dst_orig_node);
  1211. if (!tt_req_node)
  1212. goto out;
  1213. skb = dev_alloc_skb(sizeof(struct tt_query_packet) + ETH_HLEN);
  1214. if (!skb)
  1215. goto out;
  1216. skb_reserve(skb, ETH_HLEN);
  1217. tt_request = (struct tt_query_packet *)skb_put(skb,
  1218. sizeof(struct tt_query_packet));
  1219. tt_request->header.packet_type = BATADV_TT_QUERY;
  1220. tt_request->header.version = BATADV_COMPAT_VERSION;
  1221. memcpy(tt_request->src, primary_if->net_dev->dev_addr, ETH_ALEN);
  1222. memcpy(tt_request->dst, dst_orig_node->orig, ETH_ALEN);
  1223. tt_request->header.ttl = BATADV_TTL;
  1224. tt_request->ttvn = ttvn;
  1225. tt_request->tt_data = htons(tt_crc);
  1226. tt_request->flags = BATADV_TT_REQUEST;
  1227. if (full_table)
  1228. tt_request->flags |= BATADV_TT_FULL_TABLE;
  1229. neigh_node = batadv_orig_node_get_router(dst_orig_node);
  1230. if (!neigh_node)
  1231. goto out;
  1232. batadv_dbg(BATADV_DBG_TT, bat_priv,
  1233. "Sending TT_REQUEST to %pM via %pM [%c]\n",
  1234. dst_orig_node->orig, neigh_node->addr,
  1235. (full_table ? 'F' : '.'));
  1236. batadv_inc_counter(bat_priv, BATADV_CNT_TT_REQUEST_TX);
  1237. batadv_send_skb_packet(skb, neigh_node->if_incoming, neigh_node->addr);
  1238. ret = 0;
  1239. out:
  1240. if (neigh_node)
  1241. batadv_neigh_node_free_ref(neigh_node);
  1242. if (primary_if)
  1243. batadv_hardif_free_ref(primary_if);
  1244. if (ret)
  1245. kfree_skb(skb);
  1246. if (ret && tt_req_node) {
  1247. spin_lock_bh(&bat_priv->tt_req_list_lock);
  1248. list_del(&tt_req_node->list);
  1249. spin_unlock_bh(&bat_priv->tt_req_list_lock);
  1250. kfree(tt_req_node);
  1251. }
  1252. return ret;
  1253. }
  1254. static bool batadv_send_other_tt_response(struct bat_priv *bat_priv,
  1255. struct tt_query_packet *tt_request)
  1256. {
  1257. struct orig_node *req_dst_orig_node = NULL, *res_dst_orig_node = NULL;
  1258. struct neigh_node *neigh_node = NULL;
  1259. struct hard_iface *primary_if = NULL;
  1260. uint8_t orig_ttvn, req_ttvn, ttvn;
  1261. int ret = false;
  1262. unsigned char *tt_buff;
  1263. bool full_table;
  1264. uint16_t tt_len, tt_tot;
  1265. struct sk_buff *skb = NULL;
  1266. struct tt_query_packet *tt_response;
  1267. batadv_dbg(BATADV_DBG_TT, bat_priv,
  1268. "Received TT_REQUEST from %pM for ttvn: %u (%pM) [%c]\n",
  1269. tt_request->src, tt_request->ttvn, tt_request->dst,
  1270. (tt_request->flags & BATADV_TT_FULL_TABLE ? 'F' : '.'));
  1271. /* Let's get the orig node of the REAL destination */
  1272. req_dst_orig_node = batadv_orig_hash_find(bat_priv, tt_request->dst);
  1273. if (!req_dst_orig_node)
  1274. goto out;
  1275. res_dst_orig_node = batadv_orig_hash_find(bat_priv, tt_request->src);
  1276. if (!res_dst_orig_node)
  1277. goto out;
  1278. neigh_node = batadv_orig_node_get_router(res_dst_orig_node);
  1279. if (!neigh_node)
  1280. goto out;
  1281. primary_if = batadv_primary_if_get_selected(bat_priv);
  1282. if (!primary_if)
  1283. goto out;
  1284. orig_ttvn = (uint8_t)atomic_read(&req_dst_orig_node->last_ttvn);
  1285. req_ttvn = tt_request->ttvn;
  1286. /* I don't have the requested data */
  1287. if (orig_ttvn != req_ttvn ||
  1288. tt_request->tt_data != htons(req_dst_orig_node->tt_crc))
  1289. goto out;
  1290. /* If the full table has been explicitly requested */
  1291. if (tt_request->flags & BATADV_TT_FULL_TABLE ||
  1292. !req_dst_orig_node->tt_buff)
  1293. full_table = true;
  1294. else
  1295. full_table = false;
  1296. /* In this version, fragmentation is not implemented, then
  1297. * I'll send only one packet with as much TT entries as I can
  1298. */
  1299. if (!full_table) {
  1300. spin_lock_bh(&req_dst_orig_node->tt_buff_lock);
  1301. tt_len = req_dst_orig_node->tt_buff_len;
  1302. tt_tot = tt_len / sizeof(struct tt_change);
  1303. skb = dev_alloc_skb(sizeof(struct tt_query_packet) +
  1304. tt_len + ETH_HLEN);
  1305. if (!skb)
  1306. goto unlock;
  1307. skb_reserve(skb, ETH_HLEN);
  1308. tt_response = (struct tt_query_packet *)skb_put(skb,
  1309. sizeof(struct tt_query_packet) + tt_len);
  1310. tt_response->ttvn = req_ttvn;
  1311. tt_response->tt_data = htons(tt_tot);
  1312. tt_buff = skb->data + sizeof(struct tt_query_packet);
  1313. /* Copy the last orig_node's OGM buffer */
  1314. memcpy(tt_buff, req_dst_orig_node->tt_buff,
  1315. req_dst_orig_node->tt_buff_len);
  1316. spin_unlock_bh(&req_dst_orig_node->tt_buff_lock);
  1317. } else {
  1318. tt_len = (uint16_t)atomic_read(&req_dst_orig_node->tt_size) *
  1319. sizeof(struct tt_change);
  1320. ttvn = (uint8_t)atomic_read(&req_dst_orig_node->last_ttvn);
  1321. skb = batadv_tt_response_fill_table(tt_len, ttvn,
  1322. bat_priv->tt_global_hash,
  1323. primary_if,
  1324. batadv_tt_global_valid,
  1325. req_dst_orig_node);
  1326. if (!skb)
  1327. goto out;
  1328. tt_response = (struct tt_query_packet *)skb->data;
  1329. }
  1330. tt_response->header.packet_type = BATADV_TT_QUERY;
  1331. tt_response->header.version = BATADV_COMPAT_VERSION;
  1332. tt_response->header.ttl = BATADV_TTL;
  1333. memcpy(tt_response->src, req_dst_orig_node->orig, ETH_ALEN);
  1334. memcpy(tt_response->dst, tt_request->src, ETH_ALEN);
  1335. tt_response->flags = BATADV_TT_RESPONSE;
  1336. if (full_table)
  1337. tt_response->flags |= BATADV_TT_FULL_TABLE;
  1338. batadv_dbg(BATADV_DBG_TT, bat_priv,
  1339. "Sending TT_RESPONSE %pM via %pM for %pM (ttvn: %u)\n",
  1340. res_dst_orig_node->orig, neigh_node->addr,
  1341. req_dst_orig_node->orig, req_ttvn);
  1342. batadv_inc_counter(bat_priv, BATADV_CNT_TT_RESPONSE_TX);
  1343. batadv_send_skb_packet(skb, neigh_node->if_incoming, neigh_node->addr);
  1344. ret = true;
  1345. goto out;
  1346. unlock:
  1347. spin_unlock_bh(&req_dst_orig_node->tt_buff_lock);
  1348. out:
  1349. if (res_dst_orig_node)
  1350. batadv_orig_node_free_ref(res_dst_orig_node);
  1351. if (req_dst_orig_node)
  1352. batadv_orig_node_free_ref(req_dst_orig_node);
  1353. if (neigh_node)
  1354. batadv_neigh_node_free_ref(neigh_node);
  1355. if (primary_if)
  1356. batadv_hardif_free_ref(primary_if);
  1357. if (!ret)
  1358. kfree_skb(skb);
  1359. return ret;
  1360. }
  1361. static bool batadv_send_my_tt_response(struct bat_priv *bat_priv,
  1362. struct tt_query_packet *tt_request)
  1363. {
  1364. struct orig_node *orig_node = NULL;
  1365. struct neigh_node *neigh_node = NULL;
  1366. struct hard_iface *primary_if = NULL;
  1367. uint8_t my_ttvn, req_ttvn, ttvn;
  1368. int ret = false;
  1369. unsigned char *tt_buff;
  1370. bool full_table;
  1371. uint16_t tt_len, tt_tot;
  1372. struct sk_buff *skb = NULL;
  1373. struct tt_query_packet *tt_response;
  1374. batadv_dbg(BATADV_DBG_TT, bat_priv,
  1375. "Received TT_REQUEST from %pM for ttvn: %u (me) [%c]\n",
  1376. tt_request->src, tt_request->ttvn,
  1377. (tt_request->flags & BATADV_TT_FULL_TABLE ? 'F' : '.'));
  1378. my_ttvn = (uint8_t)atomic_read(&bat_priv->ttvn);
  1379. req_ttvn = tt_request->ttvn;
  1380. orig_node = batadv_orig_hash_find(bat_priv, tt_request->src);
  1381. if (!orig_node)
  1382. goto out;
  1383. neigh_node = batadv_orig_node_get_router(orig_node);
  1384. if (!neigh_node)
  1385. goto out;
  1386. primary_if = batadv_primary_if_get_selected(bat_priv);
  1387. if (!primary_if)
  1388. goto out;
  1389. /* If the full table has been explicitly requested or the gap
  1390. * is too big send the whole local translation table
  1391. */
  1392. if (tt_request->flags & BATADV_TT_FULL_TABLE || my_ttvn != req_ttvn ||
  1393. !bat_priv->tt_buff)
  1394. full_table = true;
  1395. else
  1396. full_table = false;
  1397. /* In this version, fragmentation is not implemented, then
  1398. * I'll send only one packet with as much TT entries as I can
  1399. */
  1400. if (!full_table) {
  1401. spin_lock_bh(&bat_priv->tt_buff_lock);
  1402. tt_len = bat_priv->tt_buff_len;
  1403. tt_tot = tt_len / sizeof(struct tt_change);
  1404. skb = dev_alloc_skb(sizeof(struct tt_query_packet) +
  1405. tt_len + ETH_HLEN);
  1406. if (!skb)
  1407. goto unlock;
  1408. skb_reserve(skb, ETH_HLEN);
  1409. tt_response = (struct tt_query_packet *)skb_put(skb,
  1410. sizeof(struct tt_query_packet) + tt_len);
  1411. tt_response->ttvn = req_ttvn;
  1412. tt_response->tt_data = htons(tt_tot);
  1413. tt_buff = skb->data + sizeof(struct tt_query_packet);
  1414. memcpy(tt_buff, bat_priv->tt_buff,
  1415. bat_priv->tt_buff_len);
  1416. spin_unlock_bh(&bat_priv->tt_buff_lock);
  1417. } else {
  1418. tt_len = (uint16_t)atomic_read(&bat_priv->num_local_tt) *
  1419. sizeof(struct tt_change);
  1420. ttvn = (uint8_t)atomic_read(&bat_priv->ttvn);
  1421. skb = batadv_tt_response_fill_table(tt_len, ttvn,
  1422. bat_priv->tt_local_hash,
  1423. primary_if,
  1424. batadv_tt_local_valid_entry,
  1425. NULL);
  1426. if (!skb)
  1427. goto out;
  1428. tt_response = (struct tt_query_packet *)skb->data;
  1429. }
  1430. tt_response->header.packet_type = BATADV_TT_QUERY;
  1431. tt_response->header.version = BATADV_COMPAT_VERSION;
  1432. tt_response->header.ttl = BATADV_TTL;
  1433. memcpy(tt_response->src, primary_if->net_dev->dev_addr, ETH_ALEN);
  1434. memcpy(tt_response->dst, tt_request->src, ETH_ALEN);
  1435. tt_response->flags = BATADV_TT_RESPONSE;
  1436. if (full_table)
  1437. tt_response->flags |= BATADV_TT_FULL_TABLE;
  1438. batadv_dbg(BATADV_DBG_TT, bat_priv,
  1439. "Sending TT_RESPONSE to %pM via %pM [%c]\n",
  1440. orig_node->orig, neigh_node->addr,
  1441. (tt_response->flags & BATADV_TT_FULL_TABLE ? 'F' : '.'));
  1442. batadv_inc_counter(bat_priv, BATADV_CNT_TT_RESPONSE_TX);
  1443. batadv_send_skb_packet(skb, neigh_node->if_incoming, neigh_node->addr);
  1444. ret = true;
  1445. goto out;
  1446. unlock:
  1447. spin_unlock_bh(&bat_priv->tt_buff_lock);
  1448. out:
  1449. if (orig_node)
  1450. batadv_orig_node_free_ref(orig_node);
  1451. if (neigh_node)
  1452. batadv_neigh_node_free_ref(neigh_node);
  1453. if (primary_if)
  1454. batadv_hardif_free_ref(primary_if);
  1455. if (!ret)
  1456. kfree_skb(skb);
  1457. /* This packet was for me, so it doesn't need to be re-routed */
  1458. return true;
  1459. }
  1460. bool batadv_send_tt_response(struct bat_priv *bat_priv,
  1461. struct tt_query_packet *tt_request)
  1462. {
  1463. if (batadv_is_my_mac(tt_request->dst)) {
  1464. /* don't answer backbone gws! */
  1465. if (batadv_bla_is_backbone_gw_orig(bat_priv, tt_request->src))
  1466. return true;
  1467. return batadv_send_my_tt_response(bat_priv, tt_request);
  1468. } else {
  1469. return batadv_send_other_tt_response(bat_priv, tt_request);
  1470. }
  1471. }
  1472. static void _batadv_tt_update_changes(struct bat_priv *bat_priv,
  1473. struct orig_node *orig_node,
  1474. struct tt_change *tt_change,
  1475. uint16_t tt_num_changes, uint8_t ttvn)
  1476. {
  1477. int i;
  1478. int roams;
  1479. for (i = 0; i < tt_num_changes; i++) {
  1480. if ((tt_change + i)->flags & BATADV_TT_CLIENT_DEL) {
  1481. roams = (tt_change + i)->flags & BATADV_TT_CLIENT_ROAM;
  1482. batadv_tt_global_del(bat_priv, orig_node,
  1483. (tt_change + i)->addr,
  1484. "tt removed by changes",
  1485. roams);
  1486. } else {
  1487. if (!batadv_tt_global_add(bat_priv, orig_node,
  1488. (tt_change + i)->addr,
  1489. (tt_change + i)->flags, ttvn))
  1490. /* In case of problem while storing a
  1491. * global_entry, we stop the updating
  1492. * procedure without committing the
  1493. * ttvn change. This will avoid to send
  1494. * corrupted data on tt_request
  1495. */
  1496. return;
  1497. }
  1498. }
  1499. orig_node->tt_initialised = true;
  1500. }
  1501. static void batadv_tt_fill_gtable(struct bat_priv *bat_priv,
  1502. struct tt_query_packet *tt_response)
  1503. {
  1504. struct orig_node *orig_node = NULL;
  1505. orig_node = batadv_orig_hash_find(bat_priv, tt_response->src);
  1506. if (!orig_node)
  1507. goto out;
  1508. /* Purge the old table first.. */
  1509. batadv_tt_global_del_orig(bat_priv, orig_node, "Received full table");
  1510. _batadv_tt_update_changes(bat_priv, orig_node,
  1511. (struct tt_change *)(tt_response + 1),
  1512. ntohs(tt_response->tt_data),
  1513. tt_response->ttvn);
  1514. spin_lock_bh(&orig_node->tt_buff_lock);
  1515. kfree(orig_node->tt_buff);
  1516. orig_node->tt_buff_len = 0;
  1517. orig_node->tt_buff = NULL;
  1518. spin_unlock_bh(&orig_node->tt_buff_lock);
  1519. atomic_set(&orig_node->last_ttvn, tt_response->ttvn);
  1520. out:
  1521. if (orig_node)
  1522. batadv_orig_node_free_ref(orig_node);
  1523. }
  1524. static void batadv_tt_update_changes(struct bat_priv *bat_priv,
  1525. struct orig_node *orig_node,
  1526. uint16_t tt_num_changes, uint8_t ttvn,
  1527. struct tt_change *tt_change)
  1528. {
  1529. _batadv_tt_update_changes(bat_priv, orig_node, tt_change,
  1530. tt_num_changes, ttvn);
  1531. batadv_tt_save_orig_buffer(bat_priv, orig_node,
  1532. (unsigned char *)tt_change, tt_num_changes);
  1533. atomic_set(&orig_node->last_ttvn, ttvn);
  1534. }
  1535. bool batadv_is_my_client(struct bat_priv *bat_priv, const uint8_t *addr)
  1536. {
  1537. struct tt_local_entry *tt_local_entry = NULL;
  1538. bool ret = false;
  1539. tt_local_entry = batadv_tt_local_hash_find(bat_priv, addr);
  1540. if (!tt_local_entry)
  1541. goto out;
  1542. /* Check if the client has been logically deleted (but is kept for
  1543. * consistency purpose)
  1544. */
  1545. if (tt_local_entry->common.flags & BATADV_TT_CLIENT_PENDING)
  1546. goto out;
  1547. ret = true;
  1548. out:
  1549. if (tt_local_entry)
  1550. batadv_tt_local_entry_free_ref(tt_local_entry);
  1551. return ret;
  1552. }
  1553. void batadv_handle_tt_response(struct bat_priv *bat_priv,
  1554. struct tt_query_packet *tt_response)
  1555. {
  1556. struct tt_req_node *node, *safe;
  1557. struct orig_node *orig_node = NULL;
  1558. batadv_dbg(BATADV_DBG_TT, bat_priv,
  1559. "Received TT_RESPONSE from %pM for ttvn %d t_size: %d [%c]\n",
  1560. tt_response->src, tt_response->ttvn,
  1561. ntohs(tt_response->tt_data),
  1562. (tt_response->flags & BATADV_TT_FULL_TABLE ? 'F' : '.'));
  1563. /* we should have never asked a backbone gw */
  1564. if (batadv_bla_is_backbone_gw_orig(bat_priv, tt_response->src))
  1565. goto out;
  1566. orig_node = batadv_orig_hash_find(bat_priv, tt_response->src);
  1567. if (!orig_node)
  1568. goto out;
  1569. if (tt_response->flags & BATADV_TT_FULL_TABLE)
  1570. batadv_tt_fill_gtable(bat_priv, tt_response);
  1571. else
  1572. batadv_tt_update_changes(bat_priv, orig_node,
  1573. ntohs(tt_response->tt_data),
  1574. tt_response->ttvn,
  1575. (struct tt_change *)(tt_response + 1));
  1576. /* Delete the tt_req_node from pending tt_requests list */
  1577. spin_lock_bh(&bat_priv->tt_req_list_lock);
  1578. list_for_each_entry_safe(node, safe, &bat_priv->tt_req_list, list) {
  1579. if (!batadv_compare_eth(node->addr, tt_response->src))
  1580. continue;
  1581. list_del(&node->list);
  1582. kfree(node);
  1583. }
  1584. spin_unlock_bh(&bat_priv->tt_req_list_lock);
  1585. /* Recalculate the CRC for this orig_node and store it */
  1586. orig_node->tt_crc = batadv_tt_global_crc(bat_priv, orig_node);
  1587. /* Roaming phase is over: tables are in sync again. I can
  1588. * unset the flag
  1589. */
  1590. orig_node->tt_poss_change = false;
  1591. out:
  1592. if (orig_node)
  1593. batadv_orig_node_free_ref(orig_node);
  1594. }
  1595. int batadv_tt_init(struct bat_priv *bat_priv)
  1596. {
  1597. int ret;
  1598. ret = batadv_tt_local_init(bat_priv);
  1599. if (ret < 0)
  1600. return ret;
  1601. ret = batadv_tt_global_init(bat_priv);
  1602. if (ret < 0)
  1603. return ret;
  1604. batadv_tt_start_timer(bat_priv);
  1605. return 1;
  1606. }
  1607. static void batadv_tt_roam_list_free(struct bat_priv *bat_priv)
  1608. {
  1609. struct tt_roam_node *node, *safe;
  1610. spin_lock_bh(&bat_priv->tt_roam_list_lock);
  1611. list_for_each_entry_safe(node, safe, &bat_priv->tt_roam_list, list) {
  1612. list_del(&node->list);
  1613. kfree(node);
  1614. }
  1615. spin_unlock_bh(&bat_priv->tt_roam_list_lock);
  1616. }
  1617. static void batadv_tt_roam_purge(struct bat_priv *bat_priv)
  1618. {
  1619. struct tt_roam_node *node, *safe;
  1620. spin_lock_bh(&bat_priv->tt_roam_list_lock);
  1621. list_for_each_entry_safe(node, safe, &bat_priv->tt_roam_list, list) {
  1622. if (!batadv_has_timed_out(node->first_time,
  1623. BATADV_ROAMING_MAX_TIME))
  1624. continue;
  1625. list_del(&node->list);
  1626. kfree(node);
  1627. }
  1628. spin_unlock_bh(&bat_priv->tt_roam_list_lock);
  1629. }
  1630. /* This function checks whether the client already reached the
  1631. * maximum number of possible roaming phases. In this case the ROAMING_ADV
  1632. * will not be sent.
  1633. *
  1634. * returns true if the ROAMING_ADV can be sent, false otherwise
  1635. */
  1636. static bool batadv_tt_check_roam_count(struct bat_priv *bat_priv,
  1637. uint8_t *client)
  1638. {
  1639. struct tt_roam_node *tt_roam_node;
  1640. bool ret = false;
  1641. spin_lock_bh(&bat_priv->tt_roam_list_lock);
  1642. /* The new tt_req will be issued only if I'm not waiting for a
  1643. * reply from the same orig_node yet
  1644. */
  1645. list_for_each_entry(tt_roam_node, &bat_priv->tt_roam_list, list) {
  1646. if (!batadv_compare_eth(tt_roam_node->addr, client))
  1647. continue;
  1648. if (batadv_has_timed_out(tt_roam_node->first_time,
  1649. BATADV_ROAMING_MAX_TIME))
  1650. continue;
  1651. if (!batadv_atomic_dec_not_zero(&tt_roam_node->counter))
  1652. /* Sorry, you roamed too many times! */
  1653. goto unlock;
  1654. ret = true;
  1655. break;
  1656. }
  1657. if (!ret) {
  1658. tt_roam_node = kmalloc(sizeof(*tt_roam_node), GFP_ATOMIC);
  1659. if (!tt_roam_node)
  1660. goto unlock;
  1661. tt_roam_node->first_time = jiffies;
  1662. atomic_set(&tt_roam_node->counter,
  1663. BATADV_ROAMING_MAX_COUNT - 1);
  1664. memcpy(tt_roam_node->addr, client, ETH_ALEN);
  1665. list_add(&tt_roam_node->list, &bat_priv->tt_roam_list);
  1666. ret = true;
  1667. }
  1668. unlock:
  1669. spin_unlock_bh(&bat_priv->tt_roam_list_lock);
  1670. return ret;
  1671. }
  1672. static void batadv_send_roam_adv(struct bat_priv *bat_priv, uint8_t *client,
  1673. struct orig_node *orig_node)
  1674. {
  1675. struct neigh_node *neigh_node = NULL;
  1676. struct sk_buff *skb = NULL;
  1677. struct roam_adv_packet *roam_adv_packet;
  1678. int ret = 1;
  1679. struct hard_iface *primary_if;
  1680. /* before going on we have to check whether the client has
  1681. * already roamed to us too many times
  1682. */
  1683. if (!batadv_tt_check_roam_count(bat_priv, client))
  1684. goto out;
  1685. skb = dev_alloc_skb(sizeof(struct roam_adv_packet) + ETH_HLEN);
  1686. if (!skb)
  1687. goto out;
  1688. skb_reserve(skb, ETH_HLEN);
  1689. roam_adv_packet = (struct roam_adv_packet *)skb_put(skb,
  1690. sizeof(struct roam_adv_packet));
  1691. roam_adv_packet->header.packet_type = BATADV_ROAM_ADV;
  1692. roam_adv_packet->header.version = BATADV_COMPAT_VERSION;
  1693. roam_adv_packet->header.ttl = BATADV_TTL;
  1694. primary_if = batadv_primary_if_get_selected(bat_priv);
  1695. if (!primary_if)
  1696. goto out;
  1697. memcpy(roam_adv_packet->src, primary_if->net_dev->dev_addr, ETH_ALEN);
  1698. batadv_hardif_free_ref(primary_if);
  1699. memcpy(roam_adv_packet->dst, orig_node->orig, ETH_ALEN);
  1700. memcpy(roam_adv_packet->client, client, ETH_ALEN);
  1701. neigh_node = batadv_orig_node_get_router(orig_node);
  1702. if (!neigh_node)
  1703. goto out;
  1704. batadv_dbg(BATADV_DBG_TT, bat_priv,
  1705. "Sending ROAMING_ADV to %pM (client %pM) via %pM\n",
  1706. orig_node->orig, client, neigh_node->addr);
  1707. batadv_inc_counter(bat_priv, BATADV_CNT_TT_ROAM_ADV_TX);
  1708. batadv_send_skb_packet(skb, neigh_node->if_incoming, neigh_node->addr);
  1709. ret = 0;
  1710. out:
  1711. if (neigh_node)
  1712. batadv_neigh_node_free_ref(neigh_node);
  1713. if (ret)
  1714. kfree_skb(skb);
  1715. return;
  1716. }
  1717. static void batadv_tt_purge(struct work_struct *work)
  1718. {
  1719. struct delayed_work *delayed_work =
  1720. container_of(work, struct delayed_work, work);
  1721. struct bat_priv *bat_priv =
  1722. container_of(delayed_work, struct bat_priv, tt_work);
  1723. batadv_tt_local_purge(bat_priv);
  1724. batadv_tt_global_roam_purge(bat_priv);
  1725. batadv_tt_req_purge(bat_priv);
  1726. batadv_tt_roam_purge(bat_priv);
  1727. batadv_tt_start_timer(bat_priv);
  1728. }
  1729. void batadv_tt_free(struct bat_priv *bat_priv)
  1730. {
  1731. cancel_delayed_work_sync(&bat_priv->tt_work);
  1732. batadv_tt_local_table_free(bat_priv);
  1733. batadv_tt_global_table_free(bat_priv);
  1734. batadv_tt_req_list_free(bat_priv);
  1735. batadv_tt_changes_list_free(bat_priv);
  1736. batadv_tt_roam_list_free(bat_priv);
  1737. kfree(bat_priv->tt_buff);
  1738. }
  1739. /* This function will enable or disable the specified flags for all the entries
  1740. * in the given hash table and returns the number of modified entries
  1741. */
  1742. static uint16_t batadv_tt_set_flags(struct batadv_hashtable *hash,
  1743. uint16_t flags, bool enable)
  1744. {
  1745. uint32_t i;
  1746. uint16_t changed_num = 0;
  1747. struct hlist_head *head;
  1748. struct hlist_node *node;
  1749. struct tt_common_entry *tt_common_entry;
  1750. if (!hash)
  1751. goto out;
  1752. for (i = 0; i < hash->size; i++) {
  1753. head = &hash->table[i];
  1754. rcu_read_lock();
  1755. hlist_for_each_entry_rcu(tt_common_entry, node,
  1756. head, hash_entry) {
  1757. if (enable) {
  1758. if ((tt_common_entry->flags & flags) == flags)
  1759. continue;
  1760. tt_common_entry->flags |= flags;
  1761. } else {
  1762. if (!(tt_common_entry->flags & flags))
  1763. continue;
  1764. tt_common_entry->flags &= ~flags;
  1765. }
  1766. changed_num++;
  1767. }
  1768. rcu_read_unlock();
  1769. }
  1770. out:
  1771. return changed_num;
  1772. }
  1773. /* Purge out all the tt local entries marked with BATADV_TT_CLIENT_PENDING */
  1774. static void batadv_tt_local_purge_pending_clients(struct bat_priv *bat_priv)
  1775. {
  1776. struct batadv_hashtable *hash = bat_priv->tt_local_hash;
  1777. struct tt_common_entry *tt_common;
  1778. struct tt_local_entry *tt_local_entry;
  1779. struct hlist_node *node, *node_tmp;
  1780. struct hlist_head *head;
  1781. spinlock_t *list_lock; /* protects write access to the hash lists */
  1782. uint32_t i;
  1783. if (!hash)
  1784. return;
  1785. for (i = 0; i < hash->size; i++) {
  1786. head = &hash->table[i];
  1787. list_lock = &hash->list_locks[i];
  1788. spin_lock_bh(list_lock);
  1789. hlist_for_each_entry_safe(tt_common, node, node_tmp, head,
  1790. hash_entry) {
  1791. if (!(tt_common->flags & BATADV_TT_CLIENT_PENDING))
  1792. continue;
  1793. batadv_dbg(BATADV_DBG_TT, bat_priv,
  1794. "Deleting local tt entry (%pM): pending\n",
  1795. tt_common->addr);
  1796. atomic_dec(&bat_priv->num_local_tt);
  1797. hlist_del_rcu(node);
  1798. tt_local_entry = container_of(tt_common,
  1799. struct tt_local_entry,
  1800. common);
  1801. batadv_tt_local_entry_free_ref(tt_local_entry);
  1802. }
  1803. spin_unlock_bh(list_lock);
  1804. }
  1805. }
  1806. static int batadv_tt_commit_changes(struct bat_priv *bat_priv,
  1807. unsigned char **packet_buff,
  1808. int *packet_buff_len, int packet_min_len)
  1809. {
  1810. uint16_t changed_num = 0;
  1811. if (atomic_read(&bat_priv->tt_local_changes) < 1)
  1812. return -ENOENT;
  1813. changed_num = batadv_tt_set_flags(bat_priv->tt_local_hash,
  1814. BATADV_TT_CLIENT_NEW, false);
  1815. /* all reset entries have to be counted as local entries */
  1816. atomic_add(changed_num, &bat_priv->num_local_tt);
  1817. batadv_tt_local_purge_pending_clients(bat_priv);
  1818. bat_priv->tt_crc = batadv_tt_local_crc(bat_priv);
  1819. /* Increment the TTVN only once per OGM interval */
  1820. atomic_inc(&bat_priv->ttvn);
  1821. batadv_dbg(BATADV_DBG_TT, bat_priv,
  1822. "Local changes committed, updating to ttvn %u\n",
  1823. (uint8_t)atomic_read(&bat_priv->ttvn));
  1824. bat_priv->tt_poss_change = false;
  1825. /* reset the sending counter */
  1826. atomic_set(&bat_priv->tt_ogm_append_cnt, BATADV_TT_OGM_APPEND_MAX);
  1827. return batadv_tt_changes_fill_buff(bat_priv, packet_buff,
  1828. packet_buff_len, packet_min_len);
  1829. }
  1830. /* when calling this function (hard_iface == primary_if) has to be true */
  1831. int batadv_tt_append_diff(struct bat_priv *bat_priv,
  1832. unsigned char **packet_buff, int *packet_buff_len,
  1833. int packet_min_len)
  1834. {
  1835. int tt_num_changes;
  1836. /* if at least one change happened */
  1837. tt_num_changes = batadv_tt_commit_changes(bat_priv, packet_buff,
  1838. packet_buff_len,
  1839. packet_min_len);
  1840. /* if the changes have been sent often enough */
  1841. if ((tt_num_changes < 0) &&
  1842. (!batadv_atomic_dec_not_zero(&bat_priv->tt_ogm_append_cnt))) {
  1843. batadv_tt_realloc_packet_buff(packet_buff, packet_buff_len,
  1844. packet_min_len, packet_min_len);
  1845. tt_num_changes = 0;
  1846. }
  1847. return tt_num_changes;
  1848. }
  1849. bool batadv_is_ap_isolated(struct bat_priv *bat_priv, uint8_t *src,
  1850. uint8_t *dst)
  1851. {
  1852. struct tt_local_entry *tt_local_entry = NULL;
  1853. struct tt_global_entry *tt_global_entry = NULL;
  1854. bool ret = false;
  1855. if (!atomic_read(&bat_priv->ap_isolation))
  1856. goto out;
  1857. tt_local_entry = batadv_tt_local_hash_find(bat_priv, dst);
  1858. if (!tt_local_entry)
  1859. goto out;
  1860. tt_global_entry = batadv_tt_global_hash_find(bat_priv, src);
  1861. if (!tt_global_entry)
  1862. goto out;
  1863. if (!_batadv_is_ap_isolated(tt_local_entry, tt_global_entry))
  1864. goto out;
  1865. ret = true;
  1866. out:
  1867. if (tt_global_entry)
  1868. batadv_tt_global_entry_free_ref(tt_global_entry);
  1869. if (tt_local_entry)
  1870. batadv_tt_local_entry_free_ref(tt_local_entry);
  1871. return ret;
  1872. }
  1873. void batadv_tt_update_orig(struct bat_priv *bat_priv,
  1874. struct orig_node *orig_node,
  1875. const unsigned char *tt_buff, uint8_t tt_num_changes,
  1876. uint8_t ttvn, uint16_t tt_crc)
  1877. {
  1878. uint8_t orig_ttvn = (uint8_t)atomic_read(&orig_node->last_ttvn);
  1879. bool full_table = true;
  1880. /* don't care about a backbone gateways updates. */
  1881. if (batadv_bla_is_backbone_gw_orig(bat_priv, orig_node->orig))
  1882. return;
  1883. /* orig table not initialised AND first diff is in the OGM OR the ttvn
  1884. * increased by one -> we can apply the attached changes
  1885. */
  1886. if ((!orig_node->tt_initialised && ttvn == 1) ||
  1887. ttvn - orig_ttvn == 1) {
  1888. /* the OGM could not contain the changes due to their size or
  1889. * because they have already been sent BATADV_TT_OGM_APPEND_MAX
  1890. * times.
  1891. * In this case send a tt request
  1892. */
  1893. if (!tt_num_changes) {
  1894. full_table = false;
  1895. goto request_table;
  1896. }
  1897. batadv_tt_update_changes(bat_priv, orig_node, tt_num_changes,
  1898. ttvn, (struct tt_change *)tt_buff);
  1899. /* Even if we received the precomputed crc with the OGM, we
  1900. * prefer to recompute it to spot any possible inconsistency
  1901. * in the global table
  1902. */
  1903. orig_node->tt_crc = batadv_tt_global_crc(bat_priv, orig_node);
  1904. /* The ttvn alone is not enough to guarantee consistency
  1905. * because a single value could represent different states
  1906. * (due to the wrap around). Thus a node has to check whether
  1907. * the resulting table (after applying the changes) is still
  1908. * consistent or not. E.g. a node could disconnect while its
  1909. * ttvn is X and reconnect on ttvn = X + TTVN_MAX: in this case
  1910. * checking the CRC value is mandatory to detect the
  1911. * inconsistency
  1912. */
  1913. if (orig_node->tt_crc != tt_crc)
  1914. goto request_table;
  1915. /* Roaming phase is over: tables are in sync again. I can
  1916. * unset the flag
  1917. */
  1918. orig_node->tt_poss_change = false;
  1919. } else {
  1920. /* if we missed more than one change or our tables are not
  1921. * in sync anymore -> request fresh tt data
  1922. */
  1923. if (!orig_node->tt_initialised || ttvn != orig_ttvn ||
  1924. orig_node->tt_crc != tt_crc) {
  1925. request_table:
  1926. batadv_dbg(BATADV_DBG_TT, bat_priv,
  1927. "TT inconsistency for %pM. Need to retrieve the correct information (ttvn: %u last_ttvn: %u crc: %u last_crc: %u num_changes: %u)\n",
  1928. orig_node->orig, ttvn, orig_ttvn, tt_crc,
  1929. orig_node->tt_crc, tt_num_changes);
  1930. batadv_send_tt_request(bat_priv, orig_node, ttvn,
  1931. tt_crc, full_table);
  1932. return;
  1933. }
  1934. }
  1935. }
  1936. /* returns true whether we know that the client has moved from its old
  1937. * originator to another one. This entry is kept is still kept for consistency
  1938. * purposes
  1939. */
  1940. bool batadv_tt_global_client_is_roaming(struct bat_priv *bat_priv,
  1941. uint8_t *addr)
  1942. {
  1943. struct tt_global_entry *tt_global_entry;
  1944. bool ret = false;
  1945. tt_global_entry = batadv_tt_global_hash_find(bat_priv, addr);
  1946. if (!tt_global_entry)
  1947. goto out;
  1948. ret = tt_global_entry->common.flags & BATADV_TT_CLIENT_ROAM;
  1949. batadv_tt_global_entry_free_ref(tt_global_entry);
  1950. out:
  1951. return ret;
  1952. }