aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/originator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-12batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli1-3/+0
2013-01-12batman-adv: Initialize lockdep class keys for hashesAntonio Quartulli1-0/+6
2012-11-14batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli1-1/+0
2012-11-07batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli1-0/+2
2012-10-29batman-adv: consolidate duplicated primary_if checking codeMarek Lindner1-16/+3
2012-07-01batman-adv: Fix alignment after opened parenthesesSven Eckelmann1-4/+5
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-48/+54
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann1-5/+5
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann1-6/+6
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann1-8/+8
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-15/+17
2012-06-28batman-adv: Prefix unicast defines with BATADV_Sven Eckelmann1-1/+1
2012-06-25batman-adv: Prefix originator local static functions with batadv_Sven Eckelmann1-27/+27
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-33/+32
2012-06-24batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann1-2/+2
2012-06-24batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann1-2/+3
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-6/+7
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix unicast non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann1-2/+3
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann1-17/+18
2012-06-20batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann1-3/+4
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann1-9/+9
2012-05-13batman-adv: prepare lq_update_lock to be shared among different protocolsMarek Lindner1-0/+1
2012-05-11batman-adv: split neigh_new function into generic and batman iv specific partsMarek Lindner1-17/+11
2012-05-11batman-adv: replace HZ calculations with jiffies_to_msecs()Marek Lindner1-5/+10
2012-05-11batman-adv: rename last_valid to last_seenMarek Lindner1-8/+8
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich1-0/+1
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich1-2/+0
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann1-8/+6
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann1-3/+2
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: convert time_after instances to has_timed_outMarek Lindner1-7/+4
2012-02-17batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli1-0/+1
2011-11-20batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli1-5/+8
2011-09-08batman-adv: Remove unnecessary OOM logging messagesJoe Perches1-12/+4
2011-09-08batman-adv: agglomerate all batman iv ogm processing functions in a single fileMarek Lindner1-2/+1
2011-08-22batman-adv: hash_add() has to discriminate on the return valueAntonio Quartulli1-1/+1
2011-07-07batman-adv: initialise last_ttvn and tt_crc for the orig_node structureAntonio Quartulli1-0/+2
2011-07-05batman-adv: Replace version info instead of appending themSven Eckelmann1-3/+2
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli1-0/+1
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli1-3/+5
2011-06-20batman-adv: Move compare_orig to originator.cSven Eckelmann1-0/+8
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann1-2/+2
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-2/+2
2011-05-30batman-adv: Don't do pointer arithmetic with void*Sven Eckelmann1-2/+2
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-28/+54