aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/translation-table.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-26batman-adv: Update copyright years for 2018Sven Eckelmann1-1/+1
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann1-0/+1
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann1-1/+1
2016-08-09batman-adv: netlink: add translation table queryMatthias Schiffer1-0/+4
2016-08-09batman-adv: use kmem_cache for translation tableSven Eckelmann1-0/+3
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann1-1/+1
2015-08-25batman-adv: Remove batadv_ types forward declarationsSven Eckelmann1-2/+0
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann1-15/+14
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann1-0/+9
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann1-1/+1
2014-03-22batman-adv: Modified forwarding behaviour for multicast packetsLinus Lüssing1-0/+2
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-08batman-adv: set the isolation mark in the skb if neededAntonio Quartulli1-0/+2
2014-01-08batman-adv: mark a local client as isolated when neededAntonio Quartulli1-1/+1
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2013-10-23batman-adv: limit local translation table max sizeMarek Lindner1-1/+2
2013-10-19batman-adv: make the TT global purge routine VLAN specificAntonio Quartulli1-1/+1
2013-10-19batman-adv: make the AP isolation attribute VLAN specificAntonio Quartulli1-1/+1
2013-10-19batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli1-8/+11
2013-10-12batman-adv: remove batadv_tt_global_add_orig declarationAntonio Quartulli1-3/+0
2013-10-12batman-adv: make tt_global_add static and return boolAntonio Quartulli1-4/+0
2013-10-09batman-adv: tvlv - convert tt query packet to use tvlv unicast packetsMarek Lindner1-5/+0
2013-10-09batman-adv: tvlv - convert tt data sent within OGMsMarek Lindner1-7/+1
2013-05-29batman-adv: pass a 16bit long flag argument to tt_global_add()Antonio Quartulli1-1/+1
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2012-11-14batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli1-0/+2
2012-10-29batman-adv: pass the WIFI flag from the local to global entryAntonio Quartulli1-3/+3
2012-08-23batman-adv: detect not yet announced clientsAntonio Quartulli1-1/+3
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-19/+20
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann1-2/+2
2012-06-28batman-adv: beautify tt_global_add() argument listAntonio Quartulli1-2/+2
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-3/+1
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann1-28/+35
2012-06-18batman-adv: turn tt commit code into routing protocol agnostic APIMarek Lindner1-4/+3
2012-05-13batman-adv: improve unicast packet (re)routingAntonio Quartulli1-0/+2
2012-05-11batman-adv: add contributor nameAntonio Quartulli1-1/+1
2012-04-11batman-adv: Remove declaration of only locally used functionsSven Eckelmann1-8/+0
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2011-08-22batman-adv: merge update_transtable() into tt related codeMarek Lindner1-6/+3
2011-08-22batman-adv: implement AP-isolation on the sender sideAntonio Quartulli1-1/+1
2011-08-22batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli1-0/+1
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli1-4/+5
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli1-1/+1
2011-07-07batman-adv: keep local table consistency for further TT_RESPONSEAntonio Quartulli1-0/+1
2011-07-05batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entryAntonio Quartulli1-2/+1
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli1-3/+5
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli1-7/+27
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-6/+7
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli1-12/+12
2011-02-11batman-adv: Remove duplicate types.h inclusionsLinus Lüssing1-2/+0