aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/routing.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-25batman-adv: Use includes instead of fwdeclsSven Eckelmann1-2/+1
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann1-12/+0
2019-01-04batman-adv: Update copyright years for 2019Sven Eckelmann1-1/+1
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-05-10batman-adv: Use bool as return type for boolean functionsSven Eckelmann1-3/+3
2016-02-10batman-adv: add seqno maximum age and protection start flag parametersSimon Wunderlich1-1/+2
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann1-1/+1
2015-08-25batman-adv: Remove batadv_ types forward declarationsSven Eckelmann1-4/+0
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann1-1/+1
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann1-0/+10
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann1-1/+1
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-12batman-adv: add bonding againSimon Wunderlich1-1/+1
2014-01-12batman-adv: split out router from orig_nodeSimon Wunderlich1-0/+1
2014-01-12batman-adv: remove bonding and interface alternatingSimon Wunderlich1-9/+0
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2013-10-23batman-adv: adapt bonding to use the new API functionsAntonio Quartulli1-1/+2
2013-10-12batman-adv: Receive fragmented packets and mergeMartin Hundebøll1-0/+2
2013-10-12batman-adv: Remove old fragmentation codeMartin Hundebøll1-2/+0
2013-10-09batman-adv: reorder packet typesSimon Wunderlich1-0/+2
2013-10-09batman-adv: remove vis functionalitySimon Wunderlich1-2/+0
2013-10-09batman-adv: tvlv - basic infrastructureMarek Lindner1-0/+2
2013-05-29batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.cAntonio Quartulli1-1/+0
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-21/+29
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-3/+1
2012-06-20batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann1-25/+27
2012-05-11batman-adv: register batman ogm receive function during protocol initMarek Lindner1-1/+3
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich1-1/+0
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2011-09-08batman-adv: agglomerate all batman iv ogm processing functions in a single fileMarek Lindner1-7/+10
2011-09-08batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner1-1/+1
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli1-0/+1
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli1-3/+3
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-6/+6
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli1-3/+3
2011-03-05batman-adv: Remove unused hdr_size variable in route_unicast_packet()Linus Lüssing1-2/+1
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner1-10/+10
2011-03-05batman-adv: protect bonding with rcu locksSimon Wunderlich1-2/+4
2011-02-11batman-adv: Remove duplicate types.h inclusionsLinus Lüssing1-2/+0
2011-01-31batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2011-01-31batman-adv: remove unused parametersSimon Wunderlich1-2/+1
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann1-0/+48