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