aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv/routing.c
AgeCommit message (Expand)Author
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-22batman-adv: use the proper header len when checking the TTVNAntonio Quartulli
2013-04-17batman-adv: make is_my_mac() check for the current mesh onlyAntonio Quartulli
2013-03-13batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll
2013-03-13batman-adv: network coding - buffer unicast packets before forwardMartin Hundebøll
2013-03-13batman-adv: Return reason for failure in batadv_check_unicast_packet()Martin Hundebøll
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-19batman-adv: update copyright yearsAntonio Quartulli
2013-01-12batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli
2012-11-21batman-adv: Fix broadcast duplist for fragmentationSimon Wunderlich
2012-11-21batman-adv: Add wrapper to look up neighbor and send skbMartin Hundebøll
2012-11-14batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli
2012-11-07batman-adv: enable fast client detection using unicast_4addr packetsAntonio Quartulli
2012-11-07batman-adv: Add get_ethtool_stats() support for DATMartin Hundebøll
2012-11-07batman-adv: Distributed ARP Table - add snooping functions for ARP messagesAntonio Quartulli
2012-11-07batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli
2012-10-29batman-adv: check for more space before accessing the skbAntonio Quartulli
2012-10-29batman-adv: print packets re-routing on DBG_TT and ratelimit itAntonio Quartulli
2012-10-29batman-adv: Only increase refcounter once for alternate routerSven Eckelmann
2012-10-29batman-adv: use check_unicast_packet() in recv_roam_adv()Antonio Quartulli
2012-10-18batman-adv: Fix broadcast packet CRC calculationLinus Lüssing
2012-08-23batman-adv: change interface_rx to get orig nodeAntonio Quartulli
2012-08-23batman-adv: Reduce accumulated length of simple statementsSven Eckelmann
2012-08-23batman-adv: Drop tt queries with foreign destMartin Hundebøll
2012-08-23batman-adv: Move batadv_check_unicast_packet()Martin Hundebøll
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann
2012-07-01batman-adv: Fix alignment after opened parenthesesSven Eckelmann
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix types enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: beautify tt_global_add() argument listAntonio Quartulli
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix routing local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix unicast static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix bitarray static inline functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix unicast non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann