summaryrefslogtreecommitdiff
path: root/net/batman-adv/translation-table.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-20batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-18batman-adv: turn tt commit code into routing protocol agnostic APIMarek Lindner1-20/+104
2012-06-18batman-adv: don't bother flipping ->tt_dataAl Viro1-4/+6
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann1-10/+14
2012-06-18batman-adv: return added entries instead of number of possibly added entriesMarek Lindner1-1/+1
2012-06-18batman-adv: Add get_ethtool_stats() supportMartin Hundebøll1-0/+8
2012-05-14batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already e...Antonio Quartulli1-0/+2
2012-05-13batman-adv: improve unicast packet (re)routingAntonio Quartulli1-0/+19
2012-05-11batman-adv: add contributor nameAntonio Quartulli1-1/+1
2012-04-18batman-adv: convert the tt_crc to network orderAntonio Quartulli1-1/+1
2012-04-11batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich1-2/+16
2012-04-11batman-adv: allow multiple entries in tt_global_entriesSimon Wunderlich1-92/+303
2012-04-11batman-adv: Remove declaration of only locally used functionsSven Eckelmann1-8/+14
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann1-46/+43
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann1-13/+13
2012-02-17batman-adv: TT_CLIENT_PENDING is never set in struct tt_global_entryAntonio Quartulli1-8/+1
2012-02-17batman-adv: code refactoring - move debug print into tt_local_set_pendingAntonio Quartulli1-9/+6
2012-02-17batman-adv: set TT_CLIENT_NEW flag before invoking hash_add()Antonio Quartulli1-5/+5
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: refactor tt_global_del() to avoid misalignmentSven Eckelmann1-20/+22
2012-02-17batman-adv: convert time_after instances to has_timed_outMarek Lindner1-9/+6
2012-02-17batman-adv: Move is_out_of_time() to main.h for general useMartin Hundebøll1-20/+12
2012-02-17batman-adv: Explicitly mark the common header structureSven Eckelmann1-12/+12
2012-02-17batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli1-3/+8
2011-12-16batman-adv: Fix merge error.David S. Miller1-1/+1
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+20
2011-12-07batman-adv: delete global entry in case of roamingAntonio Quartulli1-3/+18
2011-12-07batman-adv: in case of roaming mark the client with TT_CLIENT_ROAMAntonio Quartulli1-2/+4
2011-11-20batman-adv: check return value for hash_add()Simon Wunderlich1-6/+22
2011-11-20batman-adv: generalise tt_local_reset_flags()Antonio Quartulli1-12/+23
2011-11-20batman-adv: create a common substructure for tt_global/local_entryAntonio Quartulli1-130/+157
2011-11-20batman-adv: directly write tt entries without bufferingSimon Wunderlich1-55/+2
2011-11-20batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli1-14/+18
2011-11-20batman-adv: use orig_hash_find() instead of get_orig_node() in TT codeAntonio Quartulli1-3/+3
2011-11-20batman-adv: tt_global_del_orig() has to print the correct messageAntonio Quartulli1-2/+3