aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/bridge_loop_avoidance.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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: Use parentheses in function kernel-docSven Eckelmann1-2/+2
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann1-0/+1
2017-03-22batman-adv: prevent multiple ARP replies sent by gateways if dat enabledAndreas Pape1-0/+11
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann1-1/+1
2017-01-26batman-adv: don't add loop detect macs to TTSimon Wunderlich1-0/+18
2016-08-09batman-adv: add backbone table netlink supportSimon Wunderlich1-0/+7
2016-08-09batman-adv: add B.A.T.M.A.N. Dump BLA claims via netlinkAndrew Lunn1-1/+9
2016-05-10batman-adv: Use bool as return type for boolean functionsSven Eckelmann1-21/+22
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann1-1/+1
2016-01-09batman-adv: purge bridge loop avoidance when its disabledSimon Wunderlich1-0/+2
2015-08-25batman-adv: Remove batadv_ types forward declarationsSven Eckelmann1-3/+0
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann1-3/+2
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-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2013-10-19batman-adv: make the backbone gw check VLAN specificAntonio Quartulli1-4/+6
2013-05-29batman-adv: change VID semantic in the BLA codeAntonio Quartulli1-5/+7
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2012-11-21batman-adv: Fix broadcast duplist for fragmentationSimon Wunderlich1-4/+2
2012-08-23batman-adv: Add the backbone gateway list to debugfsSimon Wunderlich1-0/+8
2012-08-23batman-adv: move function arguments on one lineAntonio Quartulli1-2/+1
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2012-07-06batman-adv: check incoming packet type for blaSimon Wunderlich1-2/+3
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-22/+22
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann1-2/+2
2012-06-28batman-adv: Prefix bridge_loop_avoidance defines with BATADV_Sven Eckelmann1-1/+1
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-3/+1
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann1-32/+35
2012-05-11batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2012-04-11batman-adv: add bridge loop avoidance compile optionSimon Wunderlich1-0/+57
2012-04-11batman-adv: add broadcast duplicate checkSimon Wunderlich1-0/+2
2012-04-11batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich1-0/+1
2012-04-11batman-adv: export claim tables through debugfsSimon Wunderlich1-0/+1
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich1-0/+37