summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/routing.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-301-6/+5
|\
| * batman-adv: use the proper header len when checking the TTVNAntonio Quartulli2013-04-221-6/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-18/+21
|\|
| * batman-adv: make is_my_mac() check for the current mesh onlyAntonio Quartulli2013-04-171-18/+20
* | batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll2013-03-131-2/+11
* | batman-adv: network coding - buffer unicast packets before forwardMartin Hundebøll2013-03-131-7/+11
* | batman-adv: Return reason for failure in batadv_check_unicast_packet()Martin Hundebøll2013-03-131-4/+14
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-4/+2
* batman-adv: update copyright yearsAntonio Quartulli2013-01-191-1/+1
* batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli2013-01-121-4/+0
* batman-adv: Fix broadcast duplist for fragmentationSimon Wunderlich2012-11-211-7/+1
* batman-adv: Add wrapper to look up neighbor and send skbMartin Hundebøll2012-11-211-29/+8
* batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli2012-11-141-51/+122
* batman-adv: enable fast client detection using unicast_4addr packetsAntonio Quartulli2012-11-071-2/+10
* batman-adv: Add get_ethtool_stats() support for DATMartin Hundebøll2012-11-071-1/+7
* batman-adv: Distributed ARP Table - add snooping functions for ARP messagesAntonio Quartulli2012-11-071-1/+28
* batman-adv: add UNICAST_4ADDR packet typeAntonio Quartulli2012-11-071-2/+6
* batman-adv: check for more space before accessing the skbAntonio Quartulli2012-10-291-2/+6
* batman-adv: print packets re-routing on DBG_TT and ratelimit itAntonio Quartulli2012-10-291-4/+4
* batman-adv: Only increase refcounter once for alternate routerSven Eckelmann2012-10-291-15/+8
* batman-adv: use check_unicast_packet() in recv_roam_adv()Antonio Quartulli2012-10-291-14/+1
* batman-adv: Fix broadcast packet CRC calculationLinus Lüssing2012-10-181-1/+7
* batman-adv: change interface_rx to get orig nodeAntonio Quartulli2012-08-231-4/+6
* batman-adv: Reduce accumulated length of simple statementsSven Eckelmann2012-08-231-2/+1
* batman-adv: Drop tt queries with foreign destMartin Hundebøll2012-08-231-15/+3
* batman-adv: Move batadv_check_unicast_packet()Martin Hundebøll2012-08-231-25/+25
* batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann2012-08-231-3/+3
* batman-adv: Fix alignment after opened parenthesesSven Eckelmann2012-07-011-2/+1
* batman-adv: Prefix types structs with batadv_Sven Eckelmann2012-07-011-69/+75
* batman-adv: Prefix packet structs with batadv_Sven Eckelmann2012-07-011-42/+46
* batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann2012-07-011-1/+1
* batman-adv: Prefix main enum with BATADV_Sven Eckelmann2012-07-011-9/+9
* batman-adv: Prefix packet enum with BATADV_Sven Eckelmann2012-07-011-14/+21
* batman-adv: Prefix types enum with BATADV_Sven Eckelmann2012-07-011-5/+5
* batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann2012-07-011-1/+1
* batman-adv: Prefix main defines with BATADV_Sven Eckelmann2012-06-281-9/+11
* batman-adv: Prefix packet defines with BATADV_Sven Eckelmann2012-06-281-2/+2
* batman-adv: beautify tt_global_add() argument listAntonio Quartulli2012-06-281-2/+2
* batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann2012-06-281-1/+3
* batman-adv: Prefix routing local static functions with batadv_Sven Eckelmann2012-06-251-31/+34
* batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann2012-06-251-32/+36
* batman-adv: Prefix unicast static inline functions with batadv_Sven Eckelmann2012-06-241-1/+2
* batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann2012-06-241-11/+15
* batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann2012-06-241-6/+6
* batman-adv: Prefix bitarray static inline functions with batadv_Sven Eckelmann2012-06-241-2/+2
* batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-201-28/+39
* batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann2012-06-201-13/+13
* batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann2012-06-201-4/+4
* batman-adv: Prefix unicast non-static functions with batadv_Sven Eckelmann2012-06-201-4/+5
* batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann2012-06-201-10/+13