summaryrefslogtreecommitdiff
path: root/net/batman-adv/translation-table.c
AgeCommit message (Expand)Author
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: beautify tt_global_add() argument listAntonio Quartulli
2012-06-28batman-adv: clear ADD+DEL (and viceversa) events in the same orig-intervalAntonio Quartulli
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann
2012-06-26batman-adv: fix global TT entry deletionAntonio Quartulli
2012-06-26batman-adv: fix condition in AP isolationAntonio Quartulli
2012-06-25Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2012-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-25batman-adv: Prefix translation-table local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann
2012-06-23batman-adv: fix race condition in TT full-table replacementAntonio Quartulli
2012-06-23batman-adv: only drop packets of known wifi clientsMarek Lindner
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann
2012-06-18batman-adv: turn tt commit code into routing protocol agnostic APIMarek Lindner
2012-06-18batman-adv: don't bother flipping ->tt_dataAl Viro
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann
2012-06-18batman-adv: return added entries instead of number of possibly added entriesMarek Lindner
2012-06-18batman-adv: Add get_ethtool_stats() supportMartin Hundebøll
2012-05-14batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already e...Antonio Quartulli
2012-05-13batman-adv: improve unicast packet (re)routingAntonio Quartulli
2012-05-11batman-adv: add contributor nameAntonio Quartulli
2012-04-18batman-adv: convert the tt_crc to network orderAntonio Quartulli
2012-04-11batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich
2012-04-11batman-adv: allow multiple entries in tt_global_entriesSimon Wunderlich
2012-04-11batman-adv: Remove declaration of only locally used functionsSven Eckelmann
2012-03-10batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann
2012-02-16batman-adv: TT_CLIENT_PENDING is never set in struct tt_global_entryAntonio Quartulli
2012-02-16batman-adv: code refactoring - move debug print into tt_local_set_pendingAntonio Quartulli
2012-02-16batman-adv: set TT_CLIENT_NEW flag before invoking hash_add()Antonio Quartulli
2012-02-16batman-adv: Update copyright yearsSven Eckelmann
2012-02-16batman-adv: refactor tt_global_del() to avoid misalignmentSven Eckelmann
2012-02-16batman-adv: convert time_after instances to has_timed_outMarek Lindner
2012-02-16batman-adv: Move is_out_of_time() to main.h for general useMartin Hundebøll
2012-02-16batman-adv: Explicitly mark the common header structureSven Eckelmann
2012-02-16batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli
2011-12-16batman-adv: Fix merge error.David S. Miller
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-06batman-adv: delete global entry in case of roamingAntonio Quartulli
2011-12-06batman-adv: in case of roaming mark the client with TT_CLIENT_ROAMAntonio Quartulli