aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/routing.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli1-4/+4
2012-04-18batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLENMarek Lindner1-1/+1
2012-04-11batman-adv: add broadcast duplicate checkSimon Wunderlich1-0/+4
2012-04-11batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich1-0/+7
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich1-0/+7
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich1-1/+4
2012-04-11batman-adv: Replace bitarray operations with bitmapSven Eckelmann1-3/+3
2012-03-11batman-adv: Use {} braces consistent on the arms of a statementSven Eckelmann1-1/+2
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann1-15/+12
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann1-4/+4
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: convert time_after instances to has_timed_outMarek Lindner1-2/+1
2012-02-17batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner1-2/+2
2012-02-17batman-adv: simplify bat_ogm_receive API callMarek Lindner1-3/+1
2012-02-17batman-adv: Explicitly mark the common header structureSven Eckelmann1-9/+9
2011-12-07batman-adv: format multi-line if in the correct wayAntonio Quartulli1-2/+1
2011-11-20batman-adv: check for tt_reponse packet real lengthAntonio Quartulli1-0/+9
2011-11-20batman-adv: linearise the tt_response skb only if neededAntonio Quartulli1-5/+6
2011-11-20batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli1-1/+1
2011-09-08batman-adv: agglomerate all batman iv ogm processing functions in a single fileMarek Lindner1-590/+16
2011-09-08batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner1-55/+63
2011-08-22batman-adv: merge update_transtable() into tt related codeMarek Lindner1-63/+3
2011-08-22batman-adv: implement AP-isolation on the sender sideAntonio Quartulli1-1/+1
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli1-1/+1
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli1-10/+9
2011-07-07batman-adv: request the full table if tt_crc doesn't matchAntonio Quartulli1-0/+12
2011-07-05batman-adv: add_bcast_packet_to_list() takes the sending delay as parameterAntonio Quartulli1-1/+1
2011-06-20batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli1-2/+0
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli1-4/+57
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli1-48/+204
2011-06-20batman-adv: Reduce usage of charSven Eckelmann1-4/+4
2011-06-20batman-adv: count_real_packets() in batman-adv assumes char is signedDavid Howells1-4/+4
2011-06-09batman-adv: accept delayed rebroadcasts to avoid bogus routing under heavy loadDaniele Furlan1-5/+4
2011-05-30batman-adv: Ensure that we really have route changes in update_routeSven Eckelmann1-1/+1
2011-05-30batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr)Antonio Quartulli1-1/+1
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann1-4/+4
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-21/+18
2011-05-30batman-adv: move neigh_node->if_incoming->if_status check in find_router()Antonio Quartulli1-0/+3
2011-05-08batman-adv: remove duplicate code from function is_bidirectional_neigh()Daniele Furlan1-49/+25
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli1-37/+37
2011-05-08batman-adv: Fix refcount imbalance in find_routerMarek Lindner1-5/+9
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner1-6/+12
2011-05-01batman-adv: orig_hash_find() manages rcu_lock/unlock internallyAntonio Quartulli1-14/+2
2011-04-17batman-adv: Protect global TQ window with a spinlockLinus Lüssing1-0/+4
2011-04-17batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing1-101/+93
2011-04-17batman-adv: Move bonding / iface alternating router search to own functionsLinus Lüssing1-75/+105
2011-03-05batman-adv: Remove unused hdr_size variable in route_unicast_packet()Linus Lüssing1-4/+3
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner1-24/+24
2011-03-05batman-adv: rename global if_list to hardif_listMarek Lindner1-1/+1
2011-03-05batman-adv: remove orig_hash spinlockMarek Lindner1-63/+12