summaryrefslogtreecommitdiff
path: root/proto/babel/babel.c
AgeCommit message (Expand)Author
2018-12-04Terminology cleanup: The import_control hook is now called preexport.Jan Maria Matejka
2018-11-28Nest: Do not hard-reset interface when preferred address is changedOndrej Zajicek (work)
2018-10-01Lib: Add and use ev_new_init()Ondrej Zajicek (work)
2018-07-03Cleanup some warningsOndrej Zajicek (work)
2018-06-19Merge branch 'int-new' into HEADJan Maria Matejka
2018-06-13Babel: Fix handling of missing IPv4 next hopsOndrej Zajicek (work)
2018-05-30Nest: Removing separate tmpa from route propagationJan Maria Matejka
2018-05-29Protocol: Introducing an enum protocol_classJan Maria Matejka
2018-05-24Do not initialize route metrics in import_control hookOndrej Zajicek (work)
2018-05-03Babel: Add option to randomize router IDOndrej Zajicek (work)
2018-05-03Babel: Fix type of route entry router IDOndrej Zajicek (work)
2018-02-13Babel: Fix accidental bitwise or assignmentOndrej Zajicek (work)
2018-02-13Babel: Add source-specific routing supportOndrej Zajicek (work)
2017-12-07Timers: Revert temporary names and remove old timer.hOndrej Zajicek (work)
2017-12-07Babel: More changes and bugfixesOndrej Zajicek (work)
2017-12-07Babel: Fix handling of seqno requestsOndrej Zajicek (work)
2017-12-07Babel: Remove babel_proto ptr from babel_entryOndrej Zajicek (work)
2017-12-07Babel: Fix hello timeout for short hello intervalsOndrej Zajicek (work)
2017-12-07Babel: Revamp cost computation and run route selection when cost changeOndrej Zajicek (work)
2017-12-07Babel: Fix unicast seqno requestsOndrej Zajicek (work)
2017-12-07Babel: Avoid batch seqno updatesOndrej Zajicek (work)
2017-12-07Babel: Fix Hello and IHU expirationOndrej Zajicek (work)
2017-12-07Babel: Update to new timersOndrej Zajicek (work)
2017-12-07Timers: Replace old timers with microsecond timersOndrej Zajicek (work)
2017-12-07Nest: Maintain separate IPv4, IPv6 and LLv6 preferred addressesOndrej Zajicek (work)
2017-10-17Babel: Interface address irrelevant for interface pattern matching.Jan Maria Matejka
2017-06-08Babel: Add support for dual-stack IPv4/IPv6 operationOndrej Zajicek (work)
2017-02-22Babel post-merge fixesJan Moskyto Matejka
2016-12-10Babel: Update to integrated branchOndrej Zajicek (work)
2016-11-01Build: switch on -Wextra, get rid of most of the warningsJan Moskyto Matejka
2016-07-20Babel: Immediately update hello interval on interface reconfigureOndrej Zajicek (work)
2016-07-19Babel: Do not maintain feasibility distance for our own routesOndrej Zajicek (work)
2016-07-19Babel: Do not keep an infeasible route as selectedOndrej Zajicek (work)
2016-07-19Babel: Send wildcard retractions on shutdown and startupOndrej Zajicek (work)
2016-07-19Babel: Rework handling of retractionsOndrej Zajicek (work)
2016-04-28Add the Babel routing protocol (RFC 6126)Ondrej Zajicek (work)