summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/translation-table.c
Commit message (Expand)AuthorAgeFilesLines
* 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-101-46/+43Star
* 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-161-8/+1Star
* batman-adv: code refactoring - move debug print into tt_local_set_pendingAntonio Quartulli2012-02-161-9/+6Star
* batman-adv: set TT_CLIENT_NEW flag before invoking hash_add()Antonio Quartulli2012-02-161-5/+5
* batman-adv: Update copyright yearsSven Eckelmann2012-02-161-1/+1
* batman-adv: refactor tt_global_del() to avoid misalignmentSven Eckelmann2012-02-161-20/+22
* batman-adv: convert time_after instances to has_timed_outMarek Lindner2012-02-161-9/+6Star
* batman-adv: Move is_out_of_time() to main.h for general useMartin Hundebøll2012-02-161-20/+12Star
* batman-adv: Explicitly mark the common header structureSven Eckelmann2012-02-161-12/+12
* batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli2012-02-161-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-061-3/+18
| * batman-adv: in case of roaming mark the client with TT_CLIENT_ROAMAntonio Quartulli2011-12-061-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
* | batman-adv: directly write tt entries without bufferingSimon Wunderlich2011-11-201-55/+2Star
* | batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli2011-11-201-14/+18
* | batman-adv: use orig_hash_find() instead of get_orig_node() in TT codeAntonio Quartulli2011-11-201-3/+3
* | batman-adv: tt_global_del_orig() has to print the correct messageAntonio Quartulli2011-11-201-2/+3
|/
* Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller2011-10-301-1/+16
|\
| * batman-adv: add sanity check when removing global ttsSimon Wunderlich2011-10-251-0/+3
| * batman-adv: remove references for global tt entriesSimon Wunderlich2011-10-251-1/+13
* | Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-251-1/+6
|\|
| * batman-adv: correctly set the data field in the TT_REPONSE packetAntonio Quartulli2011-10-181-1/+4
| * batman-adv: fix tt_local_reset_flags() functionAntonio Quartulli2011-10-181-0/+2
* | batman-adv: merge update_transtable() into tt related codeMarek Lindner2011-08-221-5/+64
* | batman-adv: print client flags in the local/global transtables outputAntonio Quartulli2011-08-221-10/+27
* | batman-adv: implement AP-isolation on the sender sideAntonio Quartulli2011-08-221-7/+21
* | batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli2011-08-221-0/+42
* | batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli2011-08-221-3/+12
* | batman-adv: correct several typ0s in the commentsAntonio Quartulli2011-08-221-4/+4
|/
* batman-adv: keep global table consistency in case of roamingAntonio Quartulli2011-07-071-2/+8
* batman-adv: keep local table consistency for further TT_RESPONSEAntonio Quartulli2011-07-071-26/+120
* batman-adv: pass a unique flag arg instead of a sequence of bool onesAntonio Quartulli2011-07-051-11/+10Star
* batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entryAntonio Quartulli2011-07-051-7/+6Star
* batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli2011-06-201-115/+140
* batman-adv: improved roaming mechanismAntonio Quartulli2011-06-201-21/+220
* batman-adv: improved client announcement mechanismAntonio Quartulli2011-06-201-183/+943
* batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann2011-05-301-4/+3Star
* batman-adv: Remove explicit casts cast from void* for storeSven Eckelmann2011-05-301-1/+1