summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/translation-table.c
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: a delayed_work has to be initialised onceAntonio Quartulli2013-01-191-9/+5
* batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli2013-01-121-7/+0
* batman-adv: Initialize lockdep class keys for hashesAntonio Quartulli2013-01-121-0/+10
* batman-adv: remove useless assignment in tt_local_add()Antonio Quartulli2013-01-121-7/+5
* batman-adv: unify and properly print hex valuesAntonio Quartulli2013-01-121-1/+1
* batman-adv: print the CRC together with the translation tablesAntonio Quartulli2013-01-121-6/+9
* batman-adv: improve local translation table outputAntonio Quartulli2013-01-121-4/+23
* batman-adv: Add wrapper to look up neighbor and send skbMartin Hundebøll2012-11-211-48/+17
* batman-adv: Mark best gateway in transtable_global debugfsSven Eckelmann2012-11-211-26/+64
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-171-1/+14
|\
| * batman-adv: don't add TEMP clients belonging to other backbone nodesAntonio Quartulli2012-11-161-0/+7
| * batman-adv: correctly pass the client flag on tt_responseAntonio Quartulli2012-11-161-1/+1
| * batman-adv: fix tt_global_entries flags updateAntonio Quartulli2012-11-161-0/+6
* | batman-adv: Remove instant overwritten variable initializationSven Eckelmann2012-11-141-10/+10
* | batman-adv: roaming handling mechanism redesignAntonio Quartulli2012-11-141-39/+118
* | batman-adv: refactor tt_global_del_struct()Antonio Quartulli2012-11-141-10/+9
* | batman-adv: refactor code to simplify long linesAntonio Quartulli2012-11-141-32/+30
* | batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli2012-11-141-14/+32
* | batman-adv: Reserve extra bytes in skb for better alignmentSven Eckelmann2012-11-071-10/+10
* | batman-adv: pass the WIFI flag from the local to global entryAntonio Quartulli2012-10-291-6/+25
* | batman-adv: properly convert flag into a boolean valueAntonio Quartulli2012-10-291-1/+1
* | batman-adv: properly store the roaming timeAntonio Quartulli2012-10-291-0/+6
* | batman-adv: return proper value in case of hash_add failureAntonio Quartulli2012-10-291-1/+1
* | batman-adv: consolidate duplicated primary_if checking codeMarek Lindner2012-10-291-30/+6
|/
* batman-adv: detect not yet announced clientsAntonio Quartulli2012-08-231-32/+95
* batman-adv: Reduce accumulated length of simple statementsSven Eckelmann2012-08-231-4/+6
* batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann2012-08-231-103/+105
* batman-adv: add reference counting for type batadv_tt_orig_list_entryAntonio Quartulli2012-08-231-23/+52
* batman-adv: Fix mem leak in the batadv_tt_local_event() functionJesper Juhl2012-08-081-0/+1
* batman-adv: Don't leak information through uninitialized packet fieldsSven Eckelmann2012-07-011-0/+1
* batman-adv: Prefix types structs with batadv_Sven Eckelmann2012-07-011-215/+231
* batman-adv: Prefix packet structs with batadv_Sven Eckelmann2012-07-011-54/+65
* batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann2012-07-011-15/+15
* batman-adv: Prefix main enum with BATADV_Sven Eckelmann2012-07-011-17/+18
* batman-adv: Prefix packet enum with BATADV_Sven Eckelmann2012-07-011-93/+98
* batman-adv: Prefix types enum with BATADV_Sven Eckelmann2012-07-011-4/+4
* batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann2012-07-011-2/+2
* batman-adv: Prefix main defines with BATADV_Sven Eckelmann2012-06-281-37/+50
* batman-adv: Prefix packet defines with BATADV_Sven Eckelmann2012-06-281-4/+4
* batman-adv: beautify tt_global_add() argument listAntonio Quartulli2012-06-281-15/+9
* batman-adv: clear ADD+DEL (and viceversa) events in the same orig-intervalAntonio Quartulli2012-06-281-3/+37
* batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann2012-06-281-2/+2
* batman-adv: fix global TT entry deletionAntonio Quartulli2012-06-251-0/+2
* batman-adv: fix condition in AP isolationAntonio Quartulli2012-06-251-1/+1
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-06-251-359/+385
|\
| * batman-adv: Prefix translation-table local static functions with batadv_Sven Eckelmann2012-06-251-258/+282
| * batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann2012-06-251-74/+75
| * batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann2012-06-241-10/+11
| * batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann2012-06-241-11/+13
| * batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann2012-06-241-14/+14