blob: 9c90cceda17d6bf7d18108422a5ed84a0c27fc9c [file] [log] [blame]
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +02001/* Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00002 *
3 * Marek Lindner, Simon Wunderlich
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
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000018 */
19
20#include "main.h"
21#include "routing.h"
22#include "send.h"
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000023#include "soft-interface.h"
24#include "hard-interface.h"
25#include "icmp_socket.h"
26#include "translation-table.h"
27#include "originator.h"
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000028#include "vis.h"
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000029#include "unicast.h"
Simon Wunderlich23721382012-01-22 20:00:19 +010030#include "bridge_loop_avoidance.h"
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000031
Simon Wunderlicha7f6ee92012-01-22 20:00:18 +010032static int route_unicast_packet(struct sk_buff *skb,
33 struct hard_iface *recv_if);
34
Sven Eckelmann30d3c512012-05-12 02:09:36 +020035void batadv_slide_own_bcast_window(struct hard_iface *hard_iface)
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000036{
Marek Lindnere6c10f42011-02-18 12:33:20 +000037 struct bat_priv *bat_priv = netdev_priv(hard_iface->soft_iface);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000038 struct hashtable_t *hash = bat_priv->orig_hash;
Marek Lindner7aadf882011-02-18 12:28:09 +000039 struct hlist_node *node;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000040 struct hlist_head *head;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000041 struct orig_node *orig_node;
42 unsigned long *word;
Antonio Quartullic90681b2011-10-05 17:05:25 +020043 uint32_t i;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000044 size_t word_index;
45
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000046 for (i = 0; i < hash->size; i++) {
47 head = &hash->table[i];
48
Marek Lindnerfb778ea2011-01-19 20:01:40 +000049 rcu_read_lock();
Marek Lindner7aadf882011-02-18 12:28:09 +000050 hlist_for_each_entry_rcu(orig_node, node, head, hash_entry) {
Marek Lindner2ae2daf2011-01-19 20:01:42 +000051 spin_lock_bh(&orig_node->ogm_cnt_lock);
Marek Lindnere6c10f42011-02-18 12:33:20 +000052 word_index = hard_iface->if_num * NUM_WORDS;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000053 word = &(orig_node->bcast_own[word_index]);
54
Sven Eckelmann0f5f9322012-05-12 02:09:25 +020055 batadv_bit_get_packet(bat_priv, word, 1, 0);
Marek Lindnere6c10f42011-02-18 12:33:20 +000056 orig_node->bcast_own_sum[hard_iface->if_num] =
Sven Eckelmann0079d2c2012-02-04 17:34:52 +010057 bitmap_weight(word, TQ_LOCAL_WINDOW_SIZE);
Marek Lindner2ae2daf2011-01-19 20:01:42 +000058 spin_unlock_bh(&orig_node->ogm_cnt_lock);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000059 }
Marek Lindnerfb778ea2011-01-19 20:01:40 +000060 rcu_read_unlock();
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000061 }
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000062}
63
Marek Lindnerfc957272011-07-30 12:04:12 +020064static void _update_route(struct bat_priv *bat_priv,
65 struct orig_node *orig_node,
66 struct neigh_node *neigh_node)
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000067{
Linus Lüssinge1a5382f2011-03-14 22:43:37 +000068 struct neigh_node *curr_router;
69
Sven Eckelmann7d211ef2012-05-12 02:09:34 +020070 curr_router = batadv_orig_node_get_router(orig_node);
Marek Lindnera8e7f4b2010-12-12 21:57:10 +000071
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000072 /* route deleted */
Linus Lüssinge1a5382f2011-03-14 22:43:37 +000073 if ((curr_router) && (!neigh_node)) {
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000074 bat_dbg(DBG_ROUTES, bat_priv, "Deleting route towards: %pM\n",
75 orig_node->orig);
Sven Eckelmann08c36d32012-05-12 02:09:39 +020076 batadv_tt_global_del_orig(bat_priv, orig_node,
77 "Deleted route towards originator");
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000078
Linus Lüssinge1a5382f2011-03-14 22:43:37 +000079 /* route added */
80 } else if ((!curr_router) && (neigh_node)) {
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000081
82 bat_dbg(DBG_ROUTES, bat_priv,
83 "Adding route towards: %pM (via %pM)\n",
84 orig_node->orig, neigh_node->addr);
Linus Lüssinge1a5382f2011-03-14 22:43:37 +000085 /* route changed */
Sven Eckelmannbb899b82011-05-10 11:22:37 +020086 } else if (neigh_node && curr_router) {
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000087 bat_dbg(DBG_ROUTES, bat_priv,
Sven Eckelmann86ceb362012-03-07 09:07:45 +010088 "Changing route towards: %pM (now via %pM - was via %pM)\n",
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000089 orig_node->orig, neigh_node->addr,
Linus Lüssinge1a5382f2011-03-14 22:43:37 +000090 curr_router->addr);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +000091 }
92
Linus Lüssinge1a5382f2011-03-14 22:43:37 +000093 if (curr_router)
Sven Eckelmann7d211ef2012-05-12 02:09:34 +020094 batadv_neigh_node_free_ref(curr_router);
Linus Lüssinge1a5382f2011-03-14 22:43:37 +000095
96 /* increase refcount of new best neighbor */
Marek Lindner44524fc2011-02-10 14:33:53 +000097 if (neigh_node && !atomic_inc_not_zero(&neigh_node->refcount))
98 neigh_node = NULL;
Linus Lüssinge1a5382f2011-03-14 22:43:37 +000099
100 spin_lock_bh(&orig_node->neigh_list_lock);
101 rcu_assign_pointer(orig_node->router, neigh_node);
102 spin_unlock_bh(&orig_node->neigh_list_lock);
103
104 /* decrease refcount of previous best neighbor */
105 if (curr_router)
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200106 batadv_neigh_node_free_ref(curr_router);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000107}
108
Sven Eckelmann30d3c512012-05-12 02:09:36 +0200109void batadv_update_route(struct bat_priv *bat_priv, struct orig_node *orig_node,
110 struct neigh_node *neigh_node)
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000111{
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000112 struct neigh_node *router = NULL;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000113
114 if (!orig_node)
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000115 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000116
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200117 router = batadv_orig_node_get_router(orig_node);
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000118
119 if (router != neigh_node)
Marek Lindnerfc957272011-07-30 12:04:12 +0200120 _update_route(bat_priv, orig_node, neigh_node);
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000121
122out:
123 if (router)
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200124 batadv_neigh_node_free_ref(router);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000125}
126
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000127/* caller must hold the neigh_list_lock */
Sven Eckelmann30d3c512012-05-12 02:09:36 +0200128void batadv_bonding_candidate_del(struct orig_node *orig_node,
129 struct neigh_node *neigh_node)
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000130{
131 /* this neighbor is not part of our candidate list */
132 if (list_empty(&neigh_node->bonding_list))
133 goto out;
134
135 list_del_rcu(&neigh_node->bonding_list);
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000136 INIT_LIST_HEAD(&neigh_node->bonding_list);
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200137 batadv_neigh_node_free_ref(neigh_node);
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000138 atomic_dec(&orig_node->bond_candidates);
139
140out:
141 return;
142}
143
Sven Eckelmann30d3c512012-05-12 02:09:36 +0200144void batadv_bonding_candidate_add(struct orig_node *orig_node,
145 struct neigh_node *neigh_node)
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000146{
147 struct hlist_node *node;
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000148 struct neigh_node *tmp_neigh_node, *router = NULL;
149 uint8_t interference_candidate = 0;
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000150
151 spin_lock_bh(&orig_node->neigh_list_lock);
152
153 /* only consider if it has the same primary address ... */
Marek Lindner39901e72011-02-18 12:28:08 +0000154 if (!compare_eth(orig_node->orig,
155 neigh_node->orig_node->primary_addr))
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000156 goto candidate_del;
157
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200158 router = batadv_orig_node_get_router(orig_node);
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000159 if (!router)
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000160 goto candidate_del;
161
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000162 /* ... and is good enough to be considered */
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000163 if (neigh_node->tq_avg < router->tq_avg - BONDING_TQ_THRESHOLD)
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000164 goto candidate_del;
165
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200166 /* check if we have another candidate with the same mac address or
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000167 * interface. If we do, we won't select this candidate because of
168 * possible interference.
169 */
170 hlist_for_each_entry_rcu(tmp_neigh_node, node,
171 &orig_node->neigh_list, list) {
172
173 if (tmp_neigh_node == neigh_node)
174 continue;
175
176 /* we only care if the other candidate is even
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200177 * considered as candidate.
178 */
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000179 if (list_empty(&tmp_neigh_node->bonding_list))
180 continue;
181
182 if ((neigh_node->if_incoming == tmp_neigh_node->if_incoming) ||
Marek Lindner39901e72011-02-18 12:28:08 +0000183 (compare_eth(neigh_node->addr, tmp_neigh_node->addr))) {
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000184 interference_candidate = 1;
185 break;
186 }
187 }
188
189 /* don't care further if it is an interference candidate */
190 if (interference_candidate)
191 goto candidate_del;
192
193 /* this neighbor already is part of our candidate list */
194 if (!list_empty(&neigh_node->bonding_list))
195 goto out;
196
Marek Lindner44524fc2011-02-10 14:33:53 +0000197 if (!atomic_inc_not_zero(&neigh_node->refcount))
198 goto out;
199
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000200 list_add_rcu(&neigh_node->bonding_list, &orig_node->bond_list);
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000201 atomic_inc(&orig_node->bond_candidates);
202 goto out;
203
204candidate_del:
Sven Eckelmann30d3c512012-05-12 02:09:36 +0200205 batadv_bonding_candidate_del(orig_node, neigh_node);
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000206
207out:
208 spin_unlock_bh(&orig_node->neigh_list_lock);
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000209
210 if (router)
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200211 batadv_neigh_node_free_ref(router);
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000212}
213
214/* copy primary address for bonding */
Sven Eckelmann30d3c512012-05-12 02:09:36 +0200215void
216batadv_bonding_save_primary(const struct orig_node *orig_node,
217 struct orig_node *orig_neigh_node,
218 const struct batman_ogm_packet *batman_ogm_packet)
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000219{
Marek Lindnerb6da4bf2011-07-29 17:31:50 +0200220 if (!(batman_ogm_packet->flags & PRIMARIES_FIRST_HOP))
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000221 return;
222
223 memcpy(orig_neigh_node->primary_addr, orig_node->orig, ETH_ALEN);
224}
225
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000226/* checks whether the host restarted and is in the protection time.
227 * returns:
228 * 0 if the packet is to be accepted
229 * 1 if the packet is to be ignored.
230 */
Sven Eckelmann30d3c512012-05-12 02:09:36 +0200231int batadv_window_protected(struct bat_priv *bat_priv, int32_t seq_num_diff,
232 unsigned long *last_reset)
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000233{
Sven Eckelmann7c64fd92012-02-28 10:55:36 +0100234 if ((seq_num_diff <= -TQ_LOCAL_WINDOW_SIZE) ||
235 (seq_num_diff >= EXPECTED_SEQNO_RANGE)) {
Marek Lindner8c7bf242012-03-17 15:28:33 +0800236 if (!has_timed_out(*last_reset, RESET_PROTECTION_MS))
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000237 return 1;
Marek Lindner8c7bf242012-03-17 15:28:33 +0800238
239 *last_reset = jiffies;
240 bat_dbg(DBG_BATMAN, bat_priv,
241 "old packet received, start protection\n");
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000242 }
Marek Lindner8c7bf242012-03-17 15:28:33 +0800243
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000244 return 0;
245}
246
Sven Eckelmann30d3c512012-05-12 02:09:36 +0200247bool batadv_check_management_packet(struct sk_buff *skb,
248 struct hard_iface *hard_iface,
249 int header_len)
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000250{
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000251 struct ethhdr *ethhdr;
252
253 /* drop packet if it has not necessary minimum size */
Marek Lindnerc3e29312012-03-04 16:56:25 +0800254 if (unlikely(!pskb_may_pull(skb, header_len)))
255 return false;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000256
257 ethhdr = (struct ethhdr *)skb_mac_header(skb);
258
259 /* packet with broadcast indication but unicast recipient */
260 if (!is_broadcast_ether_addr(ethhdr->h_dest))
Marek Lindnerc3e29312012-03-04 16:56:25 +0800261 return false;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000262
263 /* packet with broadcast sender address */
264 if (is_broadcast_ether_addr(ethhdr->h_source))
Marek Lindnerc3e29312012-03-04 16:56:25 +0800265 return false;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000266
267 /* create a copy of the skb, if needed, to modify it. */
268 if (skb_cow(skb, 0) < 0)
Marek Lindnerc3e29312012-03-04 16:56:25 +0800269 return false;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000270
271 /* keep skb linear */
272 if (skb_linearize(skb) < 0)
Marek Lindnerc3e29312012-03-04 16:56:25 +0800273 return false;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000274
Marek Lindnerc3e29312012-03-04 16:56:25 +0800275 return true;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000276}
277
278static int recv_my_icmp_packet(struct bat_priv *bat_priv,
279 struct sk_buff *skb, size_t icmp_len)
280{
Marek Lindner32ae9b22011-04-20 15:40:58 +0200281 struct hard_iface *primary_if = NULL;
Marek Lindner44524fc2011-02-10 14:33:53 +0000282 struct orig_node *orig_node = NULL;
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000283 struct neigh_node *router = NULL;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000284 struct icmp_packet_rr *icmp_packet;
Marek Lindner44524fc2011-02-10 14:33:53 +0000285 int ret = NET_RX_DROP;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000286
287 icmp_packet = (struct icmp_packet_rr *)skb->data;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000288
289 /* add data to device queue */
290 if (icmp_packet->msg_type != ECHO_REQUEST) {
Sven Eckelmann9039dc72012-05-12 02:09:33 +0200291 batadv_socket_receive_packet(icmp_packet, icmp_len);
Marek Lindner44524fc2011-02-10 14:33:53 +0000292 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000293 }
294
Marek Lindner32ae9b22011-04-20 15:40:58 +0200295 primary_if = primary_if_get_selected(bat_priv);
296 if (!primary_if)
Marek Lindner44524fc2011-02-10 14:33:53 +0000297 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000298
299 /* answer echo request (ping) */
300 /* get routing information */
Marek Lindner7aadf882011-02-18 12:28:09 +0000301 orig_node = orig_hash_find(bat_priv, icmp_packet->orig);
Marek Lindner44524fc2011-02-10 14:33:53 +0000302 if (!orig_node)
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000303 goto out;
Marek Lindner44524fc2011-02-10 14:33:53 +0000304
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200305 router = batadv_orig_node_get_router(orig_node);
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000306 if (!router)
307 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000308
Marek Lindner44524fc2011-02-10 14:33:53 +0000309 /* create a copy of the skb, if needed, to modify it. */
Antonio Quartulli0d125072012-02-18 11:27:34 +0100310 if (skb_cow(skb, ETH_HLEN) < 0)
Marek Lindner44524fc2011-02-10 14:33:53 +0000311 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000312
Marek Lindner44524fc2011-02-10 14:33:53 +0000313 icmp_packet = (struct icmp_packet_rr *)skb->data;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000314
Marek Lindner44524fc2011-02-10 14:33:53 +0000315 memcpy(icmp_packet->dst, icmp_packet->orig, ETH_ALEN);
Marek Lindner32ae9b22011-04-20 15:40:58 +0200316 memcpy(icmp_packet->orig, primary_if->net_dev->dev_addr, ETH_ALEN);
Marek Lindner44524fc2011-02-10 14:33:53 +0000317 icmp_packet->msg_type = ECHO_REPLY;
Sven Eckelmann76543d12011-11-20 15:47:38 +0100318 icmp_packet->header.ttl = TTL;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000319
Sven Eckelmann9455e342012-05-12 02:09:37 +0200320 batadv_send_skb_packet(skb, router->if_incoming, router->addr);
Marek Lindner44524fc2011-02-10 14:33:53 +0000321 ret = NET_RX_SUCCESS;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000322
Marek Lindner44524fc2011-02-10 14:33:53 +0000323out:
Marek Lindner32ae9b22011-04-20 15:40:58 +0200324 if (primary_if)
325 hardif_free_ref(primary_if);
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000326 if (router)
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200327 batadv_neigh_node_free_ref(router);
Marek Lindner44524fc2011-02-10 14:33:53 +0000328 if (orig_node)
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200329 batadv_orig_node_free_ref(orig_node);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000330 return ret;
331}
332
333static int recv_icmp_ttl_exceeded(struct bat_priv *bat_priv,
Simon Wunderlich74ef1152010-12-29 16:15:19 +0000334 struct sk_buff *skb)
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000335{
Marek Lindner32ae9b22011-04-20 15:40:58 +0200336 struct hard_iface *primary_if = NULL;
Marek Lindner44524fc2011-02-10 14:33:53 +0000337 struct orig_node *orig_node = NULL;
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000338 struct neigh_node *router = NULL;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000339 struct icmp_packet *icmp_packet;
Marek Lindner44524fc2011-02-10 14:33:53 +0000340 int ret = NET_RX_DROP;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000341
342 icmp_packet = (struct icmp_packet *)skb->data;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000343
344 /* send TTL exceeded if packet is an echo request (traceroute) */
345 if (icmp_packet->msg_type != ECHO_REQUEST) {
Sven Eckelmann86ceb362012-03-07 09:07:45 +0100346 pr_debug("Warning - can't forward icmp packet from %pM to %pM: ttl exceeded\n",
347 icmp_packet->orig, icmp_packet->dst);
Marek Lindner44524fc2011-02-10 14:33:53 +0000348 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000349 }
350
Marek Lindner32ae9b22011-04-20 15:40:58 +0200351 primary_if = primary_if_get_selected(bat_priv);
352 if (!primary_if)
Marek Lindner44524fc2011-02-10 14:33:53 +0000353 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000354
355 /* get routing information */
Marek Lindner7aadf882011-02-18 12:28:09 +0000356 orig_node = orig_hash_find(bat_priv, icmp_packet->orig);
Marek Lindner44524fc2011-02-10 14:33:53 +0000357 if (!orig_node)
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000358 goto out;
Marek Lindner44524fc2011-02-10 14:33:53 +0000359
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200360 router = batadv_orig_node_get_router(orig_node);
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000361 if (!router)
362 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000363
Marek Lindner44524fc2011-02-10 14:33:53 +0000364 /* create a copy of the skb, if needed, to modify it. */
Antonio Quartulli0d125072012-02-18 11:27:34 +0100365 if (skb_cow(skb, ETH_HLEN) < 0)
Marek Lindner44524fc2011-02-10 14:33:53 +0000366 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000367
Marek Lindner44524fc2011-02-10 14:33:53 +0000368 icmp_packet = (struct icmp_packet *)skb->data;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000369
Marek Lindner44524fc2011-02-10 14:33:53 +0000370 memcpy(icmp_packet->dst, icmp_packet->orig, ETH_ALEN);
Marek Lindner32ae9b22011-04-20 15:40:58 +0200371 memcpy(icmp_packet->orig, primary_if->net_dev->dev_addr, ETH_ALEN);
Marek Lindner44524fc2011-02-10 14:33:53 +0000372 icmp_packet->msg_type = TTL_EXCEEDED;
Sven Eckelmann76543d12011-11-20 15:47:38 +0100373 icmp_packet->header.ttl = TTL;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000374
Sven Eckelmann9455e342012-05-12 02:09:37 +0200375 batadv_send_skb_packet(skb, router->if_incoming, router->addr);
Marek Lindner44524fc2011-02-10 14:33:53 +0000376 ret = NET_RX_SUCCESS;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000377
Marek Lindner44524fc2011-02-10 14:33:53 +0000378out:
Marek Lindner32ae9b22011-04-20 15:40:58 +0200379 if (primary_if)
380 hardif_free_ref(primary_if);
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000381 if (router)
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200382 batadv_neigh_node_free_ref(router);
Marek Lindner44524fc2011-02-10 14:33:53 +0000383 if (orig_node)
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200384 batadv_orig_node_free_ref(orig_node);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000385 return ret;
386}
387
388
Sven Eckelmann30d3c512012-05-12 02:09:36 +0200389int batadv_recv_icmp_packet(struct sk_buff *skb, struct hard_iface *recv_if)
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000390{
391 struct bat_priv *bat_priv = netdev_priv(recv_if->soft_iface);
392 struct icmp_packet_rr *icmp_packet;
393 struct ethhdr *ethhdr;
Marek Lindner44524fc2011-02-10 14:33:53 +0000394 struct orig_node *orig_node = NULL;
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000395 struct neigh_node *router = NULL;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000396 int hdr_size = sizeof(struct icmp_packet);
Marek Lindner44524fc2011-02-10 14:33:53 +0000397 int ret = NET_RX_DROP;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000398
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200399 /* we truncate all incoming icmp packets if they don't match our size */
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000400 if (skb->len >= sizeof(struct icmp_packet_rr))
401 hdr_size = sizeof(struct icmp_packet_rr);
402
403 /* drop packet if it has not necessary minimum size */
404 if (unlikely(!pskb_may_pull(skb, hdr_size)))
Marek Lindner44524fc2011-02-10 14:33:53 +0000405 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000406
407 ethhdr = (struct ethhdr *)skb_mac_header(skb);
408
409 /* packet with unicast indication but broadcast recipient */
410 if (is_broadcast_ether_addr(ethhdr->h_dest))
Marek Lindner44524fc2011-02-10 14:33:53 +0000411 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000412
413 /* packet with broadcast sender address */
414 if (is_broadcast_ether_addr(ethhdr->h_source))
Marek Lindner44524fc2011-02-10 14:33:53 +0000415 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000416
417 /* not for me */
Sven Eckelmann3193e8f2012-05-12 02:09:42 +0200418 if (!batadv_is_my_mac(ethhdr->h_dest))
Marek Lindner44524fc2011-02-10 14:33:53 +0000419 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000420
421 icmp_packet = (struct icmp_packet_rr *)skb->data;
422
423 /* add record route information if not full */
424 if ((hdr_size == sizeof(struct icmp_packet_rr)) &&
425 (icmp_packet->rr_cur < BAT_RR_LEN)) {
426 memcpy(&(icmp_packet->rr[icmp_packet->rr_cur]),
Sven Eckelmann7c64fd92012-02-28 10:55:36 +0100427 ethhdr->h_dest, ETH_ALEN);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000428 icmp_packet->rr_cur++;
429 }
430
431 /* packet for me */
Sven Eckelmann3193e8f2012-05-12 02:09:42 +0200432 if (batadv_is_my_mac(icmp_packet->dst))
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000433 return recv_my_icmp_packet(bat_priv, skb, hdr_size);
434
435 /* TTL exceeded */
Sven Eckelmann76543d12011-11-20 15:47:38 +0100436 if (icmp_packet->header.ttl < 2)
Simon Wunderlich74ef1152010-12-29 16:15:19 +0000437 return recv_icmp_ttl_exceeded(bat_priv, skb);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000438
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000439 /* get routing information */
Marek Lindner7aadf882011-02-18 12:28:09 +0000440 orig_node = orig_hash_find(bat_priv, icmp_packet->dst);
Marek Lindner44524fc2011-02-10 14:33:53 +0000441 if (!orig_node)
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000442 goto out;
Marek Lindner44524fc2011-02-10 14:33:53 +0000443
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200444 router = batadv_orig_node_get_router(orig_node);
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000445 if (!router)
446 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000447
Marek Lindner44524fc2011-02-10 14:33:53 +0000448 /* create a copy of the skb, if needed, to modify it. */
Antonio Quartulli0d125072012-02-18 11:27:34 +0100449 if (skb_cow(skb, ETH_HLEN) < 0)
Marek Lindner44524fc2011-02-10 14:33:53 +0000450 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000451
Marek Lindner44524fc2011-02-10 14:33:53 +0000452 icmp_packet = (struct icmp_packet_rr *)skb->data;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000453
Marek Lindner44524fc2011-02-10 14:33:53 +0000454 /* decrement ttl */
Sven Eckelmann76543d12011-11-20 15:47:38 +0100455 icmp_packet->header.ttl--;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000456
Marek Lindner44524fc2011-02-10 14:33:53 +0000457 /* route it */
Sven Eckelmann9455e342012-05-12 02:09:37 +0200458 batadv_send_skb_packet(skb, router->if_incoming, router->addr);
Marek Lindner44524fc2011-02-10 14:33:53 +0000459 ret = NET_RX_SUCCESS;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000460
Marek Lindner44524fc2011-02-10 14:33:53 +0000461out:
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000462 if (router)
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200463 batadv_neigh_node_free_ref(router);
Marek Lindner44524fc2011-02-10 14:33:53 +0000464 if (orig_node)
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200465 batadv_orig_node_free_ref(orig_node);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000466 return ret;
467}
468
Linus Lüssing55158622011-03-14 22:43:27 +0000469/* In the bonding case, send the packets in a round
470 * robin fashion over the remaining interfaces.
471 *
472 * This method rotates the bonding list and increases the
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200473 * returned router's refcount.
474 */
Linus Lüssing55158622011-03-14 22:43:27 +0000475static struct neigh_node *find_bond_router(struct orig_node *primary_orig,
Sven Eckelmann747e4222011-05-14 23:14:50 +0200476 const struct hard_iface *recv_if)
Linus Lüssing55158622011-03-14 22:43:27 +0000477{
478 struct neigh_node *tmp_neigh_node;
479 struct neigh_node *router = NULL, *first_candidate = NULL;
480
481 rcu_read_lock();
482 list_for_each_entry_rcu(tmp_neigh_node, &primary_orig->bond_list,
483 bonding_list) {
484 if (!first_candidate)
485 first_candidate = tmp_neigh_node;
486
487 /* recv_if == NULL on the first node. */
488 if (tmp_neigh_node->if_incoming == recv_if)
489 continue;
490
491 if (!atomic_inc_not_zero(&tmp_neigh_node->refcount))
492 continue;
493
494 router = tmp_neigh_node;
495 break;
496 }
497
498 /* use the first candidate if nothing was found. */
499 if (!router && first_candidate &&
500 atomic_inc_not_zero(&first_candidate->refcount))
501 router = first_candidate;
502
503 if (!router)
504 goto out;
505
506 /* selected should point to the next element
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200507 * after the current router
508 */
Linus Lüssing55158622011-03-14 22:43:27 +0000509 spin_lock_bh(&primary_orig->neigh_list_lock);
510 /* this is a list_move(), which unfortunately
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200511 * does not exist as rcu version
512 */
Linus Lüssing55158622011-03-14 22:43:27 +0000513 list_del_rcu(&primary_orig->bond_list);
514 list_add_rcu(&primary_orig->bond_list,
515 &router->bonding_list);
516 spin_unlock_bh(&primary_orig->neigh_list_lock);
517
518out:
519 rcu_read_unlock();
520 return router;
521}
522
523/* Interface Alternating: Use the best of the
524 * remaining candidates which are not using
525 * this interface.
526 *
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200527 * Increases the returned router's refcount
528 */
Linus Lüssing55158622011-03-14 22:43:27 +0000529static struct neigh_node *find_ifalter_router(struct orig_node *primary_orig,
Sven Eckelmann747e4222011-05-14 23:14:50 +0200530 const struct hard_iface *recv_if)
Linus Lüssing55158622011-03-14 22:43:27 +0000531{
532 struct neigh_node *tmp_neigh_node;
533 struct neigh_node *router = NULL, *first_candidate = NULL;
534
535 rcu_read_lock();
536 list_for_each_entry_rcu(tmp_neigh_node, &primary_orig->bond_list,
537 bonding_list) {
538 if (!first_candidate)
539 first_candidate = tmp_neigh_node;
540
541 /* recv_if == NULL on the first node. */
542 if (tmp_neigh_node->if_incoming == recv_if)
543 continue;
544
545 if (!atomic_inc_not_zero(&tmp_neigh_node->refcount))
546 continue;
547
548 /* if we don't have a router yet
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200549 * or this one is better, choose it.
550 */
Linus Lüssing55158622011-03-14 22:43:27 +0000551 if ((!router) ||
552 (tmp_neigh_node->tq_avg > router->tq_avg)) {
553 /* decrement refcount of
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200554 * previously selected router
555 */
Linus Lüssing55158622011-03-14 22:43:27 +0000556 if (router)
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200557 batadv_neigh_node_free_ref(router);
Linus Lüssing55158622011-03-14 22:43:27 +0000558
559 router = tmp_neigh_node;
560 atomic_inc_not_zero(&router->refcount);
561 }
562
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200563 batadv_neigh_node_free_ref(tmp_neigh_node);
Linus Lüssing55158622011-03-14 22:43:27 +0000564 }
565
566 /* use the first candidate if nothing was found. */
567 if (!router && first_candidate &&
568 atomic_inc_not_zero(&first_candidate->refcount))
569 router = first_candidate;
570
571 rcu_read_unlock();
572 return router;
573}
574
Sven Eckelmann30d3c512012-05-12 02:09:36 +0200575int batadv_recv_tt_query(struct sk_buff *skb, struct hard_iface *recv_if)
Antonio Quartullia73105b2011-04-27 14:27:44 +0200576{
577 struct bat_priv *bat_priv = netdev_priv(recv_if->soft_iface);
578 struct tt_query_packet *tt_query;
Al Virof25bd582012-04-22 07:44:27 +0100579 uint16_t tt_size;
Antonio Quartullia73105b2011-04-27 14:27:44 +0200580 struct ethhdr *ethhdr;
581
582 /* drop packet if it has not necessary minimum size */
583 if (unlikely(!pskb_may_pull(skb, sizeof(struct tt_query_packet))))
584 goto out;
585
586 /* I could need to modify it */
587 if (skb_cow(skb, sizeof(struct tt_query_packet)) < 0)
588 goto out;
589
590 ethhdr = (struct ethhdr *)skb_mac_header(skb);
591
592 /* packet with unicast indication but broadcast recipient */
593 if (is_broadcast_ether_addr(ethhdr->h_dest))
594 goto out;
595
596 /* packet with broadcast sender address */
597 if (is_broadcast_ether_addr(ethhdr->h_source))
598 goto out;
599
600 tt_query = (struct tt_query_packet *)skb->data;
601
Antonio Quartullia73105b2011-04-27 14:27:44 +0200602 switch (tt_query->flags & TT_QUERY_TYPE_MASK) {
603 case TT_REQUEST:
Martin Hundebøllf8214862012-04-20 17:02:45 +0200604 batadv_inc_counter(bat_priv, BAT_CNT_TT_REQUEST_RX);
605
Antonio Quartullia73105b2011-04-27 14:27:44 +0200606 /* If we cannot provide an answer the tt_request is
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200607 * forwarded
608 */
Sven Eckelmann08c36d32012-05-12 02:09:39 +0200609 if (!batadv_send_tt_response(bat_priv, tt_query)) {
Antonio Quartullia73105b2011-04-27 14:27:44 +0200610 bat_dbg(DBG_TT, bat_priv,
611 "Routing TT_REQUEST to %pM [%c]\n",
612 tt_query->dst,
613 (tt_query->flags & TT_FULL_TABLE ? 'F' : '.'));
Antonio Quartullia73105b2011-04-27 14:27:44 +0200614 return route_unicast_packet(skb, recv_if);
615 }
616 break;
617 case TT_RESPONSE:
Martin Hundebøllf8214862012-04-20 17:02:45 +0200618 batadv_inc_counter(bat_priv, BAT_CNT_TT_RESPONSE_RX);
619
Sven Eckelmann3193e8f2012-05-12 02:09:42 +0200620 if (batadv_is_my_mac(tt_query->dst)) {
Antonio Quartullidc58fe32011-10-16 20:32:02 +0200621 /* packet needs to be linearized to access the TT
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200622 * changes
623 */
Antonio Quartullidc58fe32011-10-16 20:32:02 +0200624 if (skb_linearize(skb) < 0)
625 goto out;
Antonio Quartullid2b6cc82012-06-14 22:21:28 +0200626 /* skb_linearize() possibly changed skb->data */
627 tt_query = (struct tt_query_packet *)skb->data;
Antonio Quartullia73105b2011-04-27 14:27:44 +0200628
Sven Eckelmann08c36d32012-05-12 02:09:39 +0200629 tt_size = batadv_tt_len(ntohs(tt_query->tt_data));
Antonio Quartulli8b7342d2011-10-16 20:32:03 +0200630
631 /* Ensure we have all the claimed data */
632 if (unlikely(skb_headlen(skb) <
Al Virof25bd582012-04-22 07:44:27 +0100633 sizeof(struct tt_query_packet) + tt_size))
Antonio Quartulli8b7342d2011-10-16 20:32:03 +0200634 goto out;
635
Sven Eckelmann08c36d32012-05-12 02:09:39 +0200636 batadv_handle_tt_response(bat_priv, tt_query);
Antonio Quartullidc58fe32011-10-16 20:32:02 +0200637 } else {
Antonio Quartullia73105b2011-04-27 14:27:44 +0200638 bat_dbg(DBG_TT, bat_priv,
639 "Routing TT_RESPONSE to %pM [%c]\n",
640 tt_query->dst,
641 (tt_query->flags & TT_FULL_TABLE ? 'F' : '.'));
Antonio Quartullia73105b2011-04-27 14:27:44 +0200642 return route_unicast_packet(skb, recv_if);
643 }
644 break;
645 }
646
647out:
648 /* returning NET_RX_DROP will make the caller function kfree the skb */
649 return NET_RX_DROP;
650}
651
Sven Eckelmann30d3c512012-05-12 02:09:36 +0200652int batadv_recv_roam_adv(struct sk_buff *skb, struct hard_iface *recv_if)
Antonio Quartullicc47f662011-04-27 14:27:57 +0200653{
654 struct bat_priv *bat_priv = netdev_priv(recv_if->soft_iface);
655 struct roam_adv_packet *roam_adv_packet;
656 struct orig_node *orig_node;
657 struct ethhdr *ethhdr;
658
659 /* drop packet if it has not necessary minimum size */
660 if (unlikely(!pskb_may_pull(skb, sizeof(struct roam_adv_packet))))
661 goto out;
662
663 ethhdr = (struct ethhdr *)skb_mac_header(skb);
664
665 /* packet with unicast indication but broadcast recipient */
666 if (is_broadcast_ether_addr(ethhdr->h_dest))
667 goto out;
668
669 /* packet with broadcast sender address */
670 if (is_broadcast_ether_addr(ethhdr->h_source))
671 goto out;
672
Martin Hundebøllf8214862012-04-20 17:02:45 +0200673 batadv_inc_counter(bat_priv, BAT_CNT_TT_ROAM_ADV_RX);
674
Antonio Quartullicc47f662011-04-27 14:27:57 +0200675 roam_adv_packet = (struct roam_adv_packet *)skb->data;
676
Sven Eckelmann3193e8f2012-05-12 02:09:42 +0200677 if (!batadv_is_my_mac(roam_adv_packet->dst))
Antonio Quartullicc47f662011-04-27 14:27:57 +0200678 return route_unicast_packet(skb, recv_if);
679
Simon Wunderlich20ff9d52012-01-22 20:00:23 +0100680 /* check if it is a backbone gateway. we don't accept
681 * roaming advertisement from it, as it has the same
682 * entries as we have.
683 */
Sven Eckelmann08adf152012-05-12 13:38:47 +0200684 if (batadv_bla_is_backbone_gw_orig(bat_priv, roam_adv_packet->src))
Simon Wunderlich20ff9d52012-01-22 20:00:23 +0100685 goto out;
686
Antonio Quartullicc47f662011-04-27 14:27:57 +0200687 orig_node = orig_hash_find(bat_priv, roam_adv_packet->src);
688 if (!orig_node)
689 goto out;
690
Sven Eckelmann86ceb362012-03-07 09:07:45 +0100691 bat_dbg(DBG_TT, bat_priv,
692 "Received ROAMING_ADV from %pM (client %pM)\n",
693 roam_adv_packet->src, roam_adv_packet->client);
Antonio Quartullicc47f662011-04-27 14:27:57 +0200694
Sven Eckelmann08c36d32012-05-12 02:09:39 +0200695 batadv_tt_global_add(bat_priv, orig_node, roam_adv_packet->client,
696 atomic_read(&orig_node->last_ttvn) + 1, true,
697 false);
Antonio Quartullicc47f662011-04-27 14:27:57 +0200698
699 /* Roaming phase starts: I have new information but the ttvn has not
700 * been incremented yet. This flag will make me check all the incoming
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200701 * packets for the correct destination.
702 */
Antonio Quartullicc47f662011-04-27 14:27:57 +0200703 bat_priv->tt_poss_change = true;
704
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200705 batadv_orig_node_free_ref(orig_node);
Antonio Quartullicc47f662011-04-27 14:27:57 +0200706out:
707 /* returning NET_RX_DROP will make the caller function kfree the skb */
708 return NET_RX_DROP;
709}
710
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000711/* find a suitable router for this originator, and use
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000712 * bonding if possible. increases the found neighbors
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200713 * refcount.
714 */
Sven Eckelmann30d3c512012-05-12 02:09:36 +0200715struct neigh_node *batadv_find_router(struct bat_priv *bat_priv,
716 struct orig_node *orig_node,
717 const struct hard_iface *recv_if)
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000718{
719 struct orig_node *primary_orig_node;
720 struct orig_node *router_orig;
Linus Lüssing55158622011-03-14 22:43:27 +0000721 struct neigh_node *router;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000722 static uint8_t zero_mac[ETH_ALEN] = {0, 0, 0, 0, 0, 0};
723 int bonding_enabled;
724
725 if (!orig_node)
726 return NULL;
727
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200728 router = batadv_orig_node_get_router(orig_node);
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000729 if (!router)
Marek Lindner01df2b62011-05-05 14:14:46 +0200730 goto err;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000731
732 /* without bonding, the first node should
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200733 * always choose the default router.
734 */
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000735 bonding_enabled = atomic_read(&bat_priv->bonding);
736
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000737 rcu_read_lock();
738 /* select default router to output */
Linus Lüssinge1a5382f2011-03-14 22:43:37 +0000739 router_orig = router->orig_node;
Marek Lindner01df2b62011-05-05 14:14:46 +0200740 if (!router_orig)
741 goto err_unlock;
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000742
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000743 if ((!recv_if) && (!bonding_enabled))
744 goto return_router;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000745
746 /* if we have something in the primary_addr, we can search
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200747 * for a potential bonding candidate.
748 */
Marek Lindner39901e72011-02-18 12:28:08 +0000749 if (compare_eth(router_orig->primary_addr, zero_mac))
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000750 goto return_router;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000751
752 /* find the orig_node which has the primary interface. might
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200753 * even be the same as our router_orig in many cases
754 */
Marek Lindner39901e72011-02-18 12:28:08 +0000755 if (compare_eth(router_orig->primary_addr, router_orig->orig)) {
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000756 primary_orig_node = router_orig;
757 } else {
Marek Lindner7aadf882011-02-18 12:28:09 +0000758 primary_orig_node = orig_hash_find(bat_priv,
759 router_orig->primary_addr);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000760 if (!primary_orig_node)
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000761 goto return_router;
Marek Lindner7aadf882011-02-18 12:28:09 +0000762
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200763 batadv_orig_node_free_ref(primary_orig_node);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000764 }
765
766 /* with less than 2 candidates, we can't do any
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200767 * bonding and prefer the original router.
768 */
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000769 if (atomic_read(&primary_orig_node->bond_candidates) < 2)
770 goto return_router;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000771
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000772 /* all nodes between should choose a candidate which
773 * is is not on the interface where the packet came
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +0200774 * in.
775 */
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200776 batadv_neigh_node_free_ref(router);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000777
Linus Lüssing55158622011-03-14 22:43:27 +0000778 if (bonding_enabled)
779 router = find_bond_router(primary_orig_node, recv_if);
780 else
781 router = find_ifalter_router(primary_orig_node, recv_if);
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000782
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000783return_router:
Antonio Quartullie2cbc112011-05-08 20:52:57 +0200784 if (router && router->if_incoming->if_status != IF_ACTIVE)
785 goto err_unlock;
786
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000787 rcu_read_unlock();
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000788 return router;
Marek Lindner01df2b62011-05-05 14:14:46 +0200789err_unlock:
790 rcu_read_unlock();
791err:
792 if (router)
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200793 batadv_neigh_node_free_ref(router);
Marek Lindner01df2b62011-05-05 14:14:46 +0200794 return NULL;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000795}
796
797static int check_unicast_packet(struct sk_buff *skb, int hdr_size)
798{
799 struct ethhdr *ethhdr;
800
801 /* drop packet if it has not necessary minimum size */
802 if (unlikely(!pskb_may_pull(skb, hdr_size)))
803 return -1;
804
805 ethhdr = (struct ethhdr *)skb_mac_header(skb);
806
807 /* packet with unicast indication but broadcast recipient */
808 if (is_broadcast_ether_addr(ethhdr->h_dest))
809 return -1;
810
811 /* packet with broadcast sender address */
812 if (is_broadcast_ether_addr(ethhdr->h_source))
813 return -1;
814
815 /* not for me */
Sven Eckelmann3193e8f2012-05-12 02:09:42 +0200816 if (!batadv_is_my_mac(ethhdr->h_dest))
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000817 return -1;
818
819 return 0;
820}
821
Simon Wunderlicha7f6ee92012-01-22 20:00:18 +0100822static int route_unicast_packet(struct sk_buff *skb, struct hard_iface *recv_if)
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000823{
824 struct bat_priv *bat_priv = netdev_priv(recv_if->soft_iface);
Marek Lindner44524fc2011-02-10 14:33:53 +0000825 struct orig_node *orig_node = NULL;
826 struct neigh_node *neigh_node = NULL;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000827 struct unicast_packet *unicast_packet;
828 struct ethhdr *ethhdr = (struct ethhdr *)skb_mac_header(skb);
Marek Lindner44524fc2011-02-10 14:33:53 +0000829 int ret = NET_RX_DROP;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000830 struct sk_buff *new_skb;
831
832 unicast_packet = (struct unicast_packet *)skb->data;
833
834 /* TTL exceeded */
Sven Eckelmann76543d12011-11-20 15:47:38 +0100835 if (unicast_packet->header.ttl < 2) {
Sven Eckelmann86ceb362012-03-07 09:07:45 +0100836 pr_debug("Warning - can't forward unicast packet from %pM to %pM: ttl exceeded\n",
837 ethhdr->h_source, unicast_packet->dest);
Marek Lindner44524fc2011-02-10 14:33:53 +0000838 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000839 }
840
841 /* get routing information */
Marek Lindner7aadf882011-02-18 12:28:09 +0000842 orig_node = orig_hash_find(bat_priv, unicast_packet->dest);
843
Marek Lindner44524fc2011-02-10 14:33:53 +0000844 if (!orig_node)
Antonio Quartullib5a6f692011-04-16 11:30:57 +0200845 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000846
Simon Wunderlicha4c135c2011-01-19 20:01:43 +0000847 /* find_router() increases neigh_nodes refcount if found. */
Sven Eckelmann30d3c512012-05-12 02:09:36 +0200848 neigh_node = batadv_find_router(bat_priv, orig_node, recv_if);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000849
Marek Lindnerd0072602011-01-19 20:01:44 +0000850 if (!neigh_node)
Marek Lindner44524fc2011-02-10 14:33:53 +0000851 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000852
853 /* create a copy of the skb, if needed, to modify it. */
Antonio Quartulli0d125072012-02-18 11:27:34 +0100854 if (skb_cow(skb, ETH_HLEN) < 0)
Marek Lindner44524fc2011-02-10 14:33:53 +0000855 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000856
857 unicast_packet = (struct unicast_packet *)skb->data;
858
Sven Eckelmann76543d12011-11-20 15:47:38 +0100859 if (unicast_packet->header.packet_type == BAT_UNICAST &&
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000860 atomic_read(&bat_priv->fragmentation) &&
Marek Lindnerd0072602011-01-19 20:01:44 +0000861 skb->len > neigh_node->if_incoming->net_dev->mtu) {
Sven Eckelmann88ed1e772012-05-12 02:09:40 +0200862 ret = batadv_frag_send_skb(skb, bat_priv,
863 neigh_node->if_incoming,
864 neigh_node->addr);
Marek Lindnerd0072602011-01-19 20:01:44 +0000865 goto out;
866 }
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000867
Sven Eckelmann76543d12011-11-20 15:47:38 +0100868 if (unicast_packet->header.packet_type == BAT_UNICAST_FRAG &&
Marek Lindnerd0072602011-01-19 20:01:44 +0000869 frag_can_reassemble(skb, neigh_node->if_incoming->net_dev->mtu)) {
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000870
Sven Eckelmann88ed1e772012-05-12 02:09:40 +0200871 ret = batadv_frag_reassemble_skb(skb, bat_priv, &new_skb);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000872
873 if (ret == NET_RX_DROP)
Marek Lindner44524fc2011-02-10 14:33:53 +0000874 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000875
876 /* packet was buffered for late merge */
Marek Lindner44524fc2011-02-10 14:33:53 +0000877 if (!new_skb) {
878 ret = NET_RX_SUCCESS;
879 goto out;
880 }
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000881
882 skb = new_skb;
883 unicast_packet = (struct unicast_packet *)skb->data;
884 }
885
886 /* decrement ttl */
Sven Eckelmann76543d12011-11-20 15:47:38 +0100887 unicast_packet->header.ttl--;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000888
Martin Hundebøllf8214862012-04-20 17:02:45 +0200889 /* Update stats counter */
890 batadv_inc_counter(bat_priv, BAT_CNT_FORWARD);
891 batadv_add_counter(bat_priv, BAT_CNT_FORWARD_BYTES,
892 skb->len + ETH_HLEN);
893
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000894 /* route it */
Sven Eckelmann9455e342012-05-12 02:09:37 +0200895 batadv_send_skb_packet(skb, neigh_node->if_incoming, neigh_node->addr);
Marek Lindner44524fc2011-02-10 14:33:53 +0000896 ret = NET_RX_SUCCESS;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000897
Marek Lindner44524fc2011-02-10 14:33:53 +0000898out:
899 if (neigh_node)
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200900 batadv_neigh_node_free_ref(neigh_node);
Marek Lindner44524fc2011-02-10 14:33:53 +0000901 if (orig_node)
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200902 batadv_orig_node_free_ref(orig_node);
Marek Lindner44524fc2011-02-10 14:33:53 +0000903 return ret;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000904}
905
Antonio Quartullia73105b2011-04-27 14:27:44 +0200906static int check_unicast_ttvn(struct bat_priv *bat_priv,
907 struct sk_buff *skb) {
908 uint8_t curr_ttvn;
909 struct orig_node *orig_node;
910 struct ethhdr *ethhdr;
911 struct hard_iface *primary_if;
912 struct unicast_packet *unicast_packet;
Antonio Quartullicc47f662011-04-27 14:27:57 +0200913 bool tt_poss_change;
Antonio Quartullia73105b2011-04-27 14:27:44 +0200914
915 /* I could need to modify it */
916 if (skb_cow(skb, sizeof(struct unicast_packet)) < 0)
917 return 0;
918
919 unicast_packet = (struct unicast_packet *)skb->data;
920
Sven Eckelmann3193e8f2012-05-12 02:09:42 +0200921 if (batadv_is_my_mac(unicast_packet->dest)) {
Antonio Quartullicc47f662011-04-27 14:27:57 +0200922 tt_poss_change = bat_priv->tt_poss_change;
Antonio Quartullia73105b2011-04-27 14:27:44 +0200923 curr_ttvn = (uint8_t)atomic_read(&bat_priv->ttvn);
Antonio Quartullicc47f662011-04-27 14:27:57 +0200924 } else {
Antonio Quartullia73105b2011-04-27 14:27:44 +0200925 orig_node = orig_hash_find(bat_priv, unicast_packet->dest);
926
927 if (!orig_node)
928 return 0;
929
930 curr_ttvn = (uint8_t)atomic_read(&orig_node->last_ttvn);
Antonio Quartullicc47f662011-04-27 14:27:57 +0200931 tt_poss_change = orig_node->tt_poss_change;
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200932 batadv_orig_node_free_ref(orig_node);
Antonio Quartullia73105b2011-04-27 14:27:44 +0200933 }
934
935 /* Check whether I have to reroute the packet */
Antonio Quartullicc47f662011-04-27 14:27:57 +0200936 if (seq_before(unicast_packet->ttvn, curr_ttvn) || tt_poss_change) {
Antonio Quartulli8710e262012-03-16 11:52:31 +0100937 /* check if there is enough data before accessing it */
938 if (pskb_may_pull(skb, sizeof(struct unicast_packet) +
939 ETH_HLEN) < 0)
Antonio Quartullia73105b2011-04-27 14:27:44 +0200940 return 0;
941
942 ethhdr = (struct ethhdr *)(skb->data +
943 sizeof(struct unicast_packet));
Antonio Quartulli3275e7c2012-03-16 18:03:28 +0100944
945 /* we don't have an updated route for this client, so we should
946 * not try to reroute the packet!!
947 */
Sven Eckelmann08c36d32012-05-12 02:09:39 +0200948 if (batadv_tt_global_client_is_roaming(bat_priv,
949 ethhdr->h_dest))
Antonio Quartulli3275e7c2012-03-16 18:03:28 +0100950 return 1;
951
Sven Eckelmann08c36d32012-05-12 02:09:39 +0200952 orig_node = batadv_transtable_search(bat_priv, NULL,
953 ethhdr->h_dest);
Antonio Quartullia73105b2011-04-27 14:27:44 +0200954
955 if (!orig_node) {
Sven Eckelmann08c36d32012-05-12 02:09:39 +0200956 if (!batadv_is_my_client(bat_priv, ethhdr->h_dest))
Antonio Quartullia73105b2011-04-27 14:27:44 +0200957 return 0;
958 primary_if = primary_if_get_selected(bat_priv);
959 if (!primary_if)
960 return 0;
961 memcpy(unicast_packet->dest,
962 primary_if->net_dev->dev_addr, ETH_ALEN);
963 hardif_free_ref(primary_if);
964 } else {
965 memcpy(unicast_packet->dest, orig_node->orig,
966 ETH_ALEN);
967 curr_ttvn = (uint8_t)
968 atomic_read(&orig_node->last_ttvn);
Sven Eckelmann7d211ef2012-05-12 02:09:34 +0200969 batadv_orig_node_free_ref(orig_node);
Antonio Quartullia73105b2011-04-27 14:27:44 +0200970 }
971
Sven Eckelmann86ceb362012-03-07 09:07:45 +0100972 bat_dbg(DBG_ROUTES, bat_priv,
973 "TTVN mismatch (old_ttvn %u new_ttvn %u)! Rerouting unicast packet (for %pM) to %pM\n",
974 unicast_packet->ttvn, curr_ttvn, ethhdr->h_dest,
975 unicast_packet->dest);
Antonio Quartullia73105b2011-04-27 14:27:44 +0200976
977 unicast_packet->ttvn = curr_ttvn;
978 }
979 return 1;
980}
981
Sven Eckelmann30d3c512012-05-12 02:09:36 +0200982int batadv_recv_unicast_packet(struct sk_buff *skb, struct hard_iface *recv_if)
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000983{
Antonio Quartullia73105b2011-04-27 14:27:44 +0200984 struct bat_priv *bat_priv = netdev_priv(recv_if->soft_iface);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000985 struct unicast_packet *unicast_packet;
Sven Eckelmann704509b2011-05-14 23:14:54 +0200986 int hdr_size = sizeof(*unicast_packet);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000987
988 if (check_unicast_packet(skb, hdr_size) < 0)
989 return NET_RX_DROP;
990
Antonio Quartullia73105b2011-04-27 14:27:44 +0200991 if (!check_unicast_ttvn(bat_priv, skb))
992 return NET_RX_DROP;
993
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +0000994 unicast_packet = (struct unicast_packet *)skb->data;
995
996 /* packet for me */
Sven Eckelmann3193e8f2012-05-12 02:09:42 +0200997 if (batadv_is_my_mac(unicast_packet->dest)) {
Sven Eckelmann04b482a2012-05-12 02:09:38 +0200998 batadv_interface_rx(recv_if->soft_iface, skb, recv_if,
999 hdr_size);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001000 return NET_RX_SUCCESS;
1001 }
1002
Linus Lüssing7cefb142011-03-02 17:39:31 +00001003 return route_unicast_packet(skb, recv_if);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001004}
1005
Sven Eckelmann30d3c512012-05-12 02:09:36 +02001006int batadv_recv_ucast_frag_packet(struct sk_buff *skb,
1007 struct hard_iface *recv_if)
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001008{
1009 struct bat_priv *bat_priv = netdev_priv(recv_if->soft_iface);
1010 struct unicast_frag_packet *unicast_packet;
Sven Eckelmann704509b2011-05-14 23:14:54 +02001011 int hdr_size = sizeof(*unicast_packet);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001012 struct sk_buff *new_skb = NULL;
1013 int ret;
1014
1015 if (check_unicast_packet(skb, hdr_size) < 0)
1016 return NET_RX_DROP;
1017
Antonio Quartullia73105b2011-04-27 14:27:44 +02001018 if (!check_unicast_ttvn(bat_priv, skb))
1019 return NET_RX_DROP;
1020
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001021 unicast_packet = (struct unicast_frag_packet *)skb->data;
1022
1023 /* packet for me */
Sven Eckelmann3193e8f2012-05-12 02:09:42 +02001024 if (batadv_is_my_mac(unicast_packet->dest)) {
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001025
Sven Eckelmann88ed1e772012-05-12 02:09:40 +02001026 ret = batadv_frag_reassemble_skb(skb, bat_priv, &new_skb);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001027
1028 if (ret == NET_RX_DROP)
1029 return NET_RX_DROP;
1030
1031 /* packet was buffered for late merge */
1032 if (!new_skb)
1033 return NET_RX_SUCCESS;
1034
Sven Eckelmann04b482a2012-05-12 02:09:38 +02001035 batadv_interface_rx(recv_if->soft_iface, new_skb, recv_if,
1036 sizeof(struct unicast_packet));
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001037 return NET_RX_SUCCESS;
1038 }
1039
Linus Lüssing7cefb142011-03-02 17:39:31 +00001040 return route_unicast_packet(skb, recv_if);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001041}
1042
1043
Sven Eckelmann30d3c512012-05-12 02:09:36 +02001044int batadv_recv_bcast_packet(struct sk_buff *skb, struct hard_iface *recv_if)
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001045{
1046 struct bat_priv *bat_priv = netdev_priv(recv_if->soft_iface);
Marek Lindnerf3e00082011-01-25 21:52:11 +00001047 struct orig_node *orig_node = NULL;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001048 struct bcast_packet *bcast_packet;
1049 struct ethhdr *ethhdr;
Sven Eckelmann704509b2011-05-14 23:14:54 +02001050 int hdr_size = sizeof(*bcast_packet);
Marek Lindnerf3e00082011-01-25 21:52:11 +00001051 int ret = NET_RX_DROP;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001052 int32_t seq_diff;
1053
1054 /* drop packet if it has not necessary minimum size */
1055 if (unlikely(!pskb_may_pull(skb, hdr_size)))
Marek Lindnerf3e00082011-01-25 21:52:11 +00001056 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001057
1058 ethhdr = (struct ethhdr *)skb_mac_header(skb);
1059
1060 /* packet with broadcast indication but unicast recipient */
1061 if (!is_broadcast_ether_addr(ethhdr->h_dest))
Marek Lindnerf3e00082011-01-25 21:52:11 +00001062 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001063
1064 /* packet with broadcast sender address */
1065 if (is_broadcast_ether_addr(ethhdr->h_source))
Marek Lindnerf3e00082011-01-25 21:52:11 +00001066 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001067
1068 /* ignore broadcasts sent by myself */
Sven Eckelmann3193e8f2012-05-12 02:09:42 +02001069 if (batadv_is_my_mac(ethhdr->h_source))
Marek Lindnerf3e00082011-01-25 21:52:11 +00001070 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001071
1072 bcast_packet = (struct bcast_packet *)skb->data;
1073
1074 /* ignore broadcasts originated by myself */
Sven Eckelmann3193e8f2012-05-12 02:09:42 +02001075 if (batadv_is_my_mac(bcast_packet->orig))
Marek Lindnerf3e00082011-01-25 21:52:11 +00001076 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001077
Sven Eckelmann76543d12011-11-20 15:47:38 +01001078 if (bcast_packet->header.ttl < 2)
Marek Lindnerf3e00082011-01-25 21:52:11 +00001079 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001080
Marek Lindner7aadf882011-02-18 12:28:09 +00001081 orig_node = orig_hash_find(bat_priv, bcast_packet->orig);
Marek Lindnerf3e00082011-01-25 21:52:11 +00001082
1083 if (!orig_node)
Antonio Quartullib5a6f692011-04-16 11:30:57 +02001084 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001085
Marek Lindnerf3e00082011-01-25 21:52:11 +00001086 spin_lock_bh(&orig_node->bcast_seqno_lock);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001087
1088 /* check whether the packet is a duplicate */
Sven Eckelmann9b4a1152012-05-12 13:48:53 +02001089 if (batadv_test_bit(orig_node->bcast_bits, orig_node->last_bcast_seqno,
1090 ntohl(bcast_packet->seqno)))
Marek Lindnerf3e00082011-01-25 21:52:11 +00001091 goto spin_unlock;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001092
1093 seq_diff = ntohl(bcast_packet->seqno) - orig_node->last_bcast_seqno;
1094
1095 /* check whether the packet is old and the host just restarted. */
Sven Eckelmann30d3c512012-05-12 02:09:36 +02001096 if (batadv_window_protected(bat_priv, seq_diff,
1097 &orig_node->bcast_seqno_reset))
Marek Lindnerf3e00082011-01-25 21:52:11 +00001098 goto spin_unlock;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001099
1100 /* mark broadcast in flood history, update window position
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +02001101 * if required.
1102 */
Sven Eckelmann0f5f9322012-05-12 02:09:25 +02001103 if (batadv_bit_get_packet(bat_priv, orig_node->bcast_bits, seq_diff, 1))
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001104 orig_node->last_bcast_seqno = ntohl(bcast_packet->seqno);
1105
Marek Lindnerf3e00082011-01-25 21:52:11 +00001106 spin_unlock_bh(&orig_node->bcast_seqno_lock);
Marek Lindnerf3e00082011-01-25 21:52:11 +00001107
Simon Wunderlichfe2da6f2012-01-22 20:00:24 +01001108 /* check whether this has been sent by another originator before */
Sven Eckelmann08adf152012-05-12 13:38:47 +02001109 if (batadv_bla_check_bcast_duplist(bat_priv, bcast_packet, hdr_size))
Simon Wunderlichfe2da6f2012-01-22 20:00:24 +01001110 goto out;
1111
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001112 /* rebroadcast packet */
Sven Eckelmann9455e342012-05-12 02:09:37 +02001113 batadv_add_bcast_packet_to_list(bat_priv, skb, 1);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001114
Simon Wunderlich23721382012-01-22 20:00:19 +01001115 /* don't hand the broadcast up if it is from an originator
1116 * from the same backbone.
1117 */
Sven Eckelmann08adf152012-05-12 13:38:47 +02001118 if (batadv_bla_is_backbone_gw(skb, orig_node, hdr_size))
Simon Wunderlich23721382012-01-22 20:00:19 +01001119 goto out;
1120
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001121 /* broadcast for me */
Sven Eckelmann04b482a2012-05-12 02:09:38 +02001122 batadv_interface_rx(recv_if->soft_iface, skb, recv_if, hdr_size);
Marek Lindnerf3e00082011-01-25 21:52:11 +00001123 ret = NET_RX_SUCCESS;
1124 goto out;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001125
Marek Lindnerf3e00082011-01-25 21:52:11 +00001126spin_unlock:
1127 spin_unlock_bh(&orig_node->bcast_seqno_lock);
Marek Lindnerf3e00082011-01-25 21:52:11 +00001128out:
1129 if (orig_node)
Sven Eckelmann7d211ef2012-05-12 02:09:34 +02001130 batadv_orig_node_free_ref(orig_node);
Marek Lindnerf3e00082011-01-25 21:52:11 +00001131 return ret;
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001132}
1133
Sven Eckelmann30d3c512012-05-12 02:09:36 +02001134int batadv_recv_vis_packet(struct sk_buff *skb, struct hard_iface *recv_if)
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001135{
1136 struct vis_packet *vis_packet;
1137 struct ethhdr *ethhdr;
1138 struct bat_priv *bat_priv = netdev_priv(recv_if->soft_iface);
Sven Eckelmann704509b2011-05-14 23:14:54 +02001139 int hdr_size = sizeof(*vis_packet);
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001140
1141 /* keep skb linear */
1142 if (skb_linearize(skb) < 0)
1143 return NET_RX_DROP;
1144
1145 if (unlikely(!pskb_may_pull(skb, hdr_size)))
1146 return NET_RX_DROP;
1147
1148 vis_packet = (struct vis_packet *)skb->data;
1149 ethhdr = (struct ethhdr *)skb_mac_header(skb);
1150
1151 /* not for me */
Sven Eckelmann3193e8f2012-05-12 02:09:42 +02001152 if (!batadv_is_my_mac(ethhdr->h_dest))
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001153 return NET_RX_DROP;
1154
1155 /* ignore own packets */
Sven Eckelmann3193e8f2012-05-12 02:09:42 +02001156 if (batadv_is_my_mac(vis_packet->vis_orig))
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001157 return NET_RX_DROP;
1158
Sven Eckelmann3193e8f2012-05-12 02:09:42 +02001159 if (batadv_is_my_mac(vis_packet->sender_orig))
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001160 return NET_RX_DROP;
1161
1162 switch (vis_packet->vis_type) {
1163 case VIS_TYPE_SERVER_SYNC:
Sven Eckelmannd0f714f2012-05-12 02:09:41 +02001164 batadv_receive_server_sync_packet(bat_priv, vis_packet,
1165 skb_headlen(skb));
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001166 break;
1167
1168 case VIS_TYPE_CLIENT_UPDATE:
Sven Eckelmannd0f714f2012-05-12 02:09:41 +02001169 batadv_receive_client_update_packet(bat_priv, vis_packet,
1170 skb_headlen(skb));
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001171 break;
1172
1173 default: /* ignore unknown packet */
1174 break;
1175 }
1176
1177 /* We take a copy of the data in the packet, so we should
Sven Eckelmann9cfc7bd2012-05-12 02:09:43 +02001178 * always free the skbuf.
1179 */
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00001180 return NET_RX_DROP;
1181}