summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/translation-table.c
AgeCommit message (Expand)Author
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-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-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann
2012-02-17batman-adv: TT_CLIENT_PENDING is never set in struct tt_global_entryAntonio Quartulli
2012-02-17batman-adv: code refactoring - move debug print into tt_local_set_pendingAntonio Quartulli
2012-02-17batman-adv: set TT_CLIENT_NEW flag before invoking hash_add()Antonio Quartulli
2012-02-17batman-adv: Update copyright yearsSven Eckelmann
2012-02-17batman-adv: refactor tt_global_del() to avoid misalignmentSven Eckelmann
2012-02-17batman-adv: convert time_after instances to has_timed_outMarek Lindner
2012-02-17batman-adv: Move is_out_of_time() to main.h for general useMartin Hundebøll
2012-02-17batman-adv: Explicitly mark the common header structureSven Eckelmann
2012-02-17batman-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-07batman-adv: delete global entry in case of roamingAntonio Quartulli
2011-12-07batman-adv: in case of roaming mark the client with TT_CLIENT_ROAMAntonio Quartulli
2011-11-20batman-adv: check return value for hash_add()Simon Wunderlich
2011-11-20batman-adv: generalise tt_local_reset_flags()Antonio Quartulli
2011-11-20batman-adv: create a common substructure for tt_global/local_entryAntonio Quartulli
2011-11-20batman-adv: directly write tt entries without bufferingSimon Wunderlich
2011-11-20batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli
2011-11-20batman-adv: use orig_hash_find() instead of get_orig_node() in TT codeAntonio Quartulli
2011-11-20batman-adv: tt_global_del_orig() has to print the correct messageAntonio Quartulli
2011-10-30Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2011-10-25batman-adv: add sanity check when removing global ttsSimon Wunderlich
2011-10-25batman-adv: remove references for global tt entriesSimon Wunderlich
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-10-18batman-adv: correctly set the data field in the TT_REPONSE packetAntonio Quartulli
2011-10-18batman-adv: fix tt_local_reset_flags() functionAntonio Quartulli
2011-08-22batman-adv: merge update_transtable() into tt related codeMarek Lindner
2011-08-22batman-adv: print client flags in the local/global transtables outputAntonio Quartulli
2011-08-22batman-adv: implement AP-isolation on the sender sideAntonio Quartulli
2011-08-22batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli
2011-07-07batman-adv: keep global table consistency in case of roamingAntonio Quartulli
2011-07-07batman-adv: keep local table consistency for further TT_RESPONSEAntonio Quartulli
2011-07-05batman-adv: pass a unique flag arg instead of a sequence of bool onesAntonio Quartulli
2011-07-05batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entryAntonio Quartulli
2011-06-20batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli