aboutsummaryrefslogtreecommitdiffstats
path: root/proto/babel/babel.c
Commit message (Expand)AuthorAgeFilesLines
* Babel: Add MAC authentication supportToke Høiland-Jørgensen2021-06-061-9/+147
* Babel: Seqno requests are properly decoupled from neighbors when the underlyi...Maria Matejka2021-05-301-12/+18
* Babel: Log the reason when refusing to run on an interfaceOndrej Zajicek (work)2021-05-101-9/+19
* lib/slab: introduce sl_allocz() function and use it in BabelToke Høiland-Jørgensen2020-11-241-4/+3
* Show info from multiple protocols when protocol is not specifiedOndrej Zajicek (work)2020-06-281-12/+0
* Babel: Set onlink flag for IPv4 routes with unreachable next hopOndrej Zajicek (work)2020-05-261-0/+8
* Nest: Added const to ea_show just to declare that this shouldn't really chang...Maria Matejka2020-05-011-1/+1
* Configuration strings are constant.Maria Matejka2020-04-091-2/+2
* Nest: Update handling of temporary attributesOndrej Zajicek (work)2019-03-141-31/+14
* Terminology cleanup: The import_control hook is now called preexport.Jan Maria Matejka2018-12-041-2/+2
* Nest: Do not hard-reset interface when preferred address is changedOndrej Zajicek (work)2018-11-281-14/+29
* Lib: Add and use ev_new_init()Ondrej Zajicek (work)2018-10-011-3/+1
* Cleanup some warningsOndrej Zajicek (work)2018-07-031-2/+1
* Merge branch 'int-new' into HEADJan Maria Matejka2018-06-191-2/+6
|\
| * Babel: Fix handling of missing IPv4 next hopsOndrej Zajicek (work)2018-06-131-2/+6
* | Nest: Removing separate tmpa from route propagationJan Maria Matejka2018-05-301-8/+9
* | Protocol: Introducing an enum protocol_classJan Maria Matejka2018-05-291-1/+1
|/
* Do not initialize route metrics in import_control hookOndrej Zajicek (work)2018-05-241-9/+3
* Babel: Add option to randomize router IDOndrej Zajicek (work)2018-05-031-0/+11
* Babel: Fix type of route entry router IDOndrej Zajicek (work)2018-05-031-1/+1
* Babel: Fix accidental bitwise or assignmentOndrej Zajicek (work)2018-02-131-1/+1
* Babel: Add source-specific routing supportOndrej Zajicek (work)2018-02-131-14/+44
* Timers: Revert temporary names and remove old timer.hOndrej Zajicek (work)2017-12-071-8/+8
* Babel: More changes and bugfixesOndrej Zajicek (work)2017-12-071-279/+283
* Babel: Fix handling of seqno requestsOndrej Zajicek (work)2017-12-071-132/+173
* Babel: Remove babel_proto ptr from babel_entryOndrej Zajicek (work)2017-12-071-46/+34
* Babel: Fix hello timeout for short hello intervalsOndrej Zajicek (work)2017-12-071-5/+9
* Babel: Revamp cost computation and run route selection when cost changeOndrej Zajicek (work)2017-12-071-85/+127
* Babel: Fix unicast seqno requestsOndrej Zajicek (work)2017-12-071-26/+18
* Babel: Avoid batch seqno updatesOndrej Zajicek (work)2017-12-071-2/+9
* Babel: Fix Hello and IHU expirationOndrej Zajicek (work)2017-12-071-1/+5
* Babel: Update to new timersOndrej Zajicek (work)2017-12-071-87/+97
* Timers: Replace old timers with microsecond timersOndrej Zajicek (work)2017-12-071-2/+2
* Nest: Maintain separate IPv4, IPv6 and LLv6 preferred addressesOndrej Zajicek (work)2017-12-071-30/+17
* Babel: Interface address irrelevant for interface pattern matching.Jan Maria Matejka2017-10-171-1/+1
* Babel: Add support for dual-stack IPv4/IPv6 operationOndrej Zajicek (work)2017-06-081-36/+120
* Babel post-merge fixesJan Moskyto Matejka2017-02-221-7/+6
* Babel: Update to integrated branchOndrej Zajicek (work)2016-12-101-104/+91
* Build: switch on -Wextra, get rid of most of the warningsJan Moskyto Matejka2016-11-011-2/+2
* Babel: Immediately update hello interval on interface reconfigureOndrej Zajicek (work)2016-07-201-0/+3
* Babel: Do not maintain feasibility distance for our own routesOndrej Zajicek (work)2016-07-191-8/+13
* Babel: Do not keep an infeasible route as selectedOndrej Zajicek (work)2016-07-191-0/+5
* Babel: Send wildcard retractions on shutdown and startupOndrej Zajicek (work)2016-07-191-4/+46
* Babel: Rework handling of retractionsOndrej Zajicek (work)2016-07-191-24/+58
* Add the Babel routing protocol (RFC 6126)Ondrej Zajicek (work)2016-04-281-0/+2055