aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/translation-table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+14
2012-11-16batman-adv: don't add TEMP clients belonging to other backbone nodesAntonio Quartulli1-0/+7
2012-11-16batman-adv: correctly pass the client flag on tt_responseAntonio Quartulli1-1/+1
2012-11-16batman-adv: fix tt_global_entries flags updateAntonio Quartulli1-0/+6
2012-11-14batman-adv: Remove instant overwritten variable initializationSven Eckelmann1-10/+10
2012-11-14batman-adv: roaming handling mechanism redesignAntonio Quartulli1-39/+118
2012-11-14batman-adv: refactor tt_global_del_struct()Antonio Quartulli1-10/+9
2012-11-14batman-adv: refactor code to simplify long linesAntonio Quartulli1-32/+30
2012-11-14batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli1-14/+32
2012-11-07batman-adv: Reserve extra bytes in skb for better alignmentSven Eckelmann1-10/+10
2012-10-29batman-adv: pass the WIFI flag from the local to global entryAntonio Quartulli1-6/+25
2012-10-29batman-adv: properly convert flag into a boolean valueAntonio Quartulli1-1/+1
2012-10-29batman-adv: properly store the roaming timeAntonio Quartulli1-0/+6
2012-10-29batman-adv: return proper value in case of hash_add failureAntonio Quartulli1-1/+1
2012-10-29batman-adv: consolidate duplicated primary_if checking codeMarek Lindner1-30/+6
2012-08-23batman-adv: detect not yet announced clientsAntonio Quartulli1-32/+95
2012-08-23batman-adv: Reduce accumulated length of simple statementsSven Eckelmann1-4/+6
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann1-103/+105
2012-08-23batman-adv: add reference counting for type batadv_tt_orig_list_entryAntonio Quartulli1-23/+52
2012-08-08batman-adv: Fix mem leak in the batadv_tt_local_event() functionJesper Juhl1-0/+1
2012-07-01batman-adv: Don't leak information through uninitialized packet fieldsSven Eckelmann1-0/+1
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-215/+231
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann1-54/+65
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann1-15/+15
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann1-17/+18
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann1-93/+98
2012-07-01batman-adv: Prefix types enum with BATADV_Sven Eckelmann1-4/+4
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann1-2/+2
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-37/+50
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann1-4/+4
2012-06-28batman-adv: beautify tt_global_add() argument listAntonio Quartulli1-15/+9
2012-06-28batman-adv: clear ADD+DEL (and viceversa) events in the same orig-intervalAntonio Quartulli1-3/+37
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann1-2/+2
2012-06-25batman-adv: fix global TT entry deletionAntonio Quartulli1-0/+2
2012-06-25batman-adv: fix condition in AP isolationAntonio Quartulli1-1/+1
2012-06-25Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-359/+385
2012-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2012-06-25batman-adv: Prefix translation-table local static functions with batadv_Sven Eckelmann1-258/+282
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-74/+75
2012-06-24batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann1-10/+11
2012-06-24batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann1-11/+13
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann1-14/+14
2012-06-23batman-adv: fix race condition in TT full-table replacementAntonio Quartulli1-2/+2
2012-06-23batman-adv: only drop packets of known wifi clientsMarek Lindner1-4/+4
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-29/+49
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann1-39/+45
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann1-4/+4
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann1-16/+16
2012-06-20batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann1-4/+4