summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/routing.c
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: refactor window_protected to avoid unnecessary return statementMarek Lindner2012-05-131-9/+6Star
* batman-adv: improve unicast packet (re)routingAntonio Quartulli2012-05-131-0/+7
* batman-adv: avoid skb_linearise() if not neededAntonio Quartulli2012-05-131-2/+3
* batman-adv: register batman ogm receive function during protocol initMarek Lindner2012-05-111-12/+10Star
* batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli2012-04-181-4/+4
* batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLENMarek Lindner2012-04-181-1/+1
* batman-adv: add broadcast duplicate checkSimon Wunderlich2012-04-111-0/+4
* batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich2012-04-111-0/+7
* batman-adv: add basic bridge loop avoidance codeSimon Wunderlich2012-04-111-0/+7
* batman-adv: remove old bridge loop avoidance codeSimon Wunderlich2012-04-111-1/+4
* batman-adv: Replace bitarray operations with bitmapSven Eckelmann2012-04-111-3/+3
* batman-adv: Use {} braces consistent on the arms of a statementSven Eckelmann2012-03-101-1/+2
* batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann2012-03-101-15/+12Star
* batman-adv: Fix indentation of multiline statementsSven Eckelmann2012-02-281-4/+4
* batman-adv: Update copyright yearsSven Eckelmann2012-02-161-1/+1
* batman-adv: convert time_after instances to has_timed_outMarek Lindner2012-02-161-2/+1Star
* batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner2012-02-161-2/+2
* batman-adv: simplify bat_ogm_receive API callMarek Lindner2012-02-161-3/+1Star
* batman-adv: Explicitly mark the common header structureSven Eckelmann2012-02-161-9/+9
* batman-adv: format multi-line if in the correct wayAntonio Quartulli2011-12-061-2/+1Star
* batman-adv: check for tt_reponse packet real lengthAntonio Quartulli2011-11-201-0/+9
* batman-adv: linearise the tt_response skb only if neededAntonio Quartulli2011-11-201-5/+6
* batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli2011-11-201-1/+1
* batman-adv: agglomerate all batman iv ogm processing functions in a single fileMarek Lindner2011-09-081-590/+16Star
* batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner2011-09-081-55/+63
* batman-adv: merge update_transtable() into tt related codeMarek Lindner2011-08-221-63/+3Star
* batman-adv: implement AP-isolation on the sender sideAntonio Quartulli2011-08-221-1/+1
* batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli2011-08-221-1/+1
* batman-adv: correct several typ0s in the commentsAntonio Quartulli2011-08-221-10/+9Star
* batman-adv: request the full table if tt_crc doesn't matchAntonio Quartulli2011-07-071-0/+12
* batman-adv: add_bcast_packet_to_list() takes the sending delay as parameterAntonio Quartulli2011-07-051-1/+1
* batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli2011-06-201-2/+0Star
* batman-adv: improved roaming mechanismAntonio Quartulli2011-06-201-4/+57
* batman-adv: improved client announcement mechanismAntonio Quartulli2011-06-201-48/+204
* batman-adv: Reduce usage of charSven Eckelmann2011-06-201-4/+4
* batman-adv: count_real_packets() in batman-adv assumes char is signedDavid Howells2011-06-201-4/+4
* batman-adv: accept delayed rebroadcasts to avoid bogus routing under heavy loadDaniele Furlan2011-06-091-5/+4Star
* batman-adv: Ensure that we really have route changes in update_routeSven Eckelmann2011-05-301-1/+1
* batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr)Antonio Quartulli2011-05-301-1/+1
* batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann2011-05-301-4/+4
* batman-adv: Add const type qualifier for pointersSven Eckelmann2011-05-301-21/+18Star
* batman-adv: move neigh_node->if_incoming->if_status check in find_router()Antonio Quartulli2011-05-301-0/+3
* batman-adv: remove duplicate code from function is_bidirectional_neigh()Daniele Furlan2011-05-081-49/+25Star
* batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli2011-05-081-37/+37
* batman-adv: Fix refcount imbalance in find_routerMarek Lindner2011-05-081-5/+9
* batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner2011-05-011-6/+12
* batman-adv: orig_hash_find() manages rcu_lock/unlock internallyAntonio Quartulli2011-05-011-14/+2Star
* batman-adv: Protect global TQ window with a spinlockLinus Lüssing2011-04-171-0/+4
* batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing2011-04-171-101/+93Star
* batman-adv: Move bonding / iface alternating router search to own functionsLinus Lüssing2011-04-171-75/+105