summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/translation-table.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-251-6/+6
|\ \ | |/ |/|
| * batman-adv: fix race condition in TT full-table replacementAntonio Quartulli2012-06-231-2/+2
| * batman-adv: only drop packets of known wifi clientsMarek Lindner2012-06-231-4/+4
* | batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-201-29/+49
* | batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann2012-06-201-2/+2
* | batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann2012-06-201-39/+45
* | batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann2012-06-201-4/+4
* | batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann2012-06-201-16/+16
* | batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann2012-06-201-4/+4
* | batman-adv: Prefix hard-interface non-static functions with batadv_Sven Eckelmann2012-06-201-1/+1
* | batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann2012-06-201-3/+3
* | batman-adv: turn tt commit code into routing protocol agnostic APIMarek Lindner2012-06-181-20/+104
* | batman-adv: don't bother flipping ->tt_dataAl Viro2012-06-181-4/+6
* | batman-adv: Return error codes instead of -1 on failuresSven Eckelmann2012-06-181-10/+14
* | batman-adv: return added entries instead of number of possibly added entriesMarek Lindner2012-06-181-1/+1
* | batman-adv: Add get_ethtool_stats() supportMartin Hundebøll2012-06-181-0/+8
|/
* batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already e...Antonio Quartulli2012-05-141-0/+2
* batman-adv: improve unicast packet (re)routingAntonio Quartulli2012-05-131-0/+19
* batman-adv: add contributor nameAntonio Quartulli2012-05-111-1/+1
* batman-adv: convert the tt_crc to network orderAntonio Quartulli2012-04-181-1/+1
* batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich2012-04-111-2/+16
* batman-adv: allow multiple entries in tt_global_entriesSimon Wunderlich2012-04-111-92/+303
* batman-adv: Remove declaration of only locally used functionsSven Eckelmann2012-04-111-8/+14
* batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann2012-03-111-46/+43
* batman-adv: Fix indentation of multiline statementsSven Eckelmann2012-02-281-13/+13
* batman-adv: TT_CLIENT_PENDING is never set in struct tt_global_entryAntonio Quartulli2012-02-171-8/+1
* batman-adv: code refactoring - move debug print into tt_local_set_pendingAntonio Quartulli2012-02-171-9/+6
* batman-adv: set TT_CLIENT_NEW flag before invoking hash_add()Antonio Quartulli2012-02-171-5/+5
* batman-adv: Update copyright yearsSven Eckelmann2012-02-171-1/+1
* batman-adv: refactor tt_global_del() to avoid misalignmentSven Eckelmann2012-02-171-20/+22
* batman-adv: convert time_after instances to has_timed_outMarek Lindner2012-02-171-9/+6
* batman-adv: Move is_out_of_time() to main.h for general useMartin Hundebøll2012-02-171-20/+12
* batman-adv: Explicitly mark the common header structureSven Eckelmann2012-02-171-12/+12
* batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli2012-02-171-3/+8
* batman-adv: Fix merge error.David S. Miller2011-12-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-161-4/+20
|\
| * batman-adv: delete global entry in case of roamingAntonio Quartulli2011-12-071-3/+18
| * batman-adv: in case of roaming mark the client with TT_CLIENT_ROAMAntonio Quartulli2011-12-071-2/+4
* | batman-adv: check return value for hash_add()Simon Wunderlich2011-11-201-6/+22
* | batman-adv: generalise tt_local_reset_flags()Antonio Quartulli2011-11-201-12/+23
* | batman-adv: create a common substructure for tt_global/local_entryAntonio Quartulli2011-11-201-130/+157
OpenPOWER on IntegriCloud