Age | Commit message (Expand) | Author |
2022-08-18 | Simplified the protocol hookup code in Makefiles | Maria Matejka |
2022-07-11 | Merge commit 'beb5f78a' into backport | Maria Matejka |
2022-06-27 | Preexport callback now takes the channel instead of protocol as argument | Maria Matejka |
2022-04-06 | Protocols have their own explicit init routines | Maria Matejka |
2021-10-13 | Preexport: No route modification, no linpool needed | Maria Matejka |
2021-09-10 | Nest: Clean up main channel handling | Ondrej Zajicek (work) |
2021-06-17 | Nest: Clean up main channel handling | Ondrej Zajicek (work) |
2020-05-01 | Nest: Added const to ea_show just to declare that this shouldn't really chang... | Maria Matejka |
2020-04-09 | Configuration strings are constant. | Maria Matejka |
2019-08-12 | RAdv: Allow solicited RAs to be sent as unicast | Ondrej Zajicek (work) |
2018-12-14 | Doc: Rename code documentation files back to Doc | Ondrej Zajicek (work) |
2018-12-04 | Terminology cleanup: The import_control hook is now called preexport. | Jan Maria Matejka |
2018-11-28 | Nest: Do not hard-reset interface when preferred address is changed | Ondrej Zajicek (work) |
2018-09-18 | No more warnings ... | Jan Maria Matejka |
2018-07-19 | RAdv: Fix crash during prefix change | Ondrej Zajicek (work) |
2018-06-26 | Doc: renamed progdoc files Doc -> progdoc to fix collision with doc/ folder o... | Maria Matejka |
2018-06-26 | Config: Dropping CF_ADDTO. | Jan Maria Matejka |
2018-05-30 | Nest: Removing separate tmpa from route propagation | Jan Maria Matejka |
2018-05-29 | Protocol: Introducing an enum protocol_class | Jan Maria Matejka |
2018-01-09 | Nest: Allow modification of channels inherited from templates | Ondrej Zajicek (work) |
2017-12-07 | Merge commit '1e8721e2aeccfbc3f533e8b8abc07582cee77e9a' into int-new | Ondrej Zajicek (work) |
2017-12-07 | Merge commit '7b2c5f3d2826e3175bf31b1c36056c9efc587a2b' into int-new | Ondrej Zajicek (work) |
2017-12-07 | Merge commit '98bb80a243b58c43453e9be69d19d0350286549c' into int-new | Ondrej Zajicek (work) |
2017-12-07 | Timers: Revert temporary names and remove old timer.h | Ondrej Zajicek (work) |
2017-12-07 | Timers: Add typecast to unit-converting macros | Ondrej Zajicek (work) |
2017-12-07 | RAdv: Update to new timers | Ondrej Zajicek (work) |
2017-12-07 | Timers: Replace old timers with microsecond timers | Ondrej Zajicek (work) |
2017-12-07 | Nest: Maintain separate IPv4, IPv6 and LLv6 preferred addresses | Ondrej Zajicek (work) |
2017-10-06 | RAdv: Change specific route options to be per-interface | Ondrej Zajicek (work) |
2017-10-04 | RAdv: Support for more specific routes (RFC 4191) | Michal 'vorner' Vaner |
2017-09-12 | Nest: VRF support for neighbor cache and olock code | Ondrej Zajicek (work) |
2017-09-06 | Basic VRF support | Ondrej Zajicek (work) |
2017-08-30 | RAdv: Some style nitpicks | Ondrej Zajicek (work) |
2017-08-30 | RAdv: Configure how long a dead prefix is advertised | Michal 'vorner' Vaner |
2017-08-30 | RAdv: Buffer prefixes awhile after they disappear | Michal 'vorner' Vaner |
2017-08-30 | RAdv: Extract prefix option preparation | Michal 'vorner' Vaner |
2017-08-09 | Merge branch 'master' into int-new | Ondrej Zajicek (work) |
2017-08-09 | RAdv: Fix typo | Ondrej Zajicek (work) |
2017-08-09 | RAdv: Style updates | Michal 'vorner' Vaner |
2017-08-09 | RAdv: Style updates | Michal 'vorner' Vaner |
2017-08-09 | radv: Fix RFC reference in comments | Michal 'vorner' Vaner |
2017-08-04 | radv: Fix RFC reference in comments | Michal 'vorner' Vaner |
2017-05-23 | Change parser to handle numbers as unsigned | Ondrej Zajicek (work) |
2016-11-09 | Unit Testing for BIRD | Ondrej Zajicek (work) |
2016-11-08 | Merge branch 'master' into int-new | Ondrej Zajicek (work) |
2016-11-01 | Build: switch on -Wextra, get rid of most of the warnings | Jan Moskyto Matejka |
2016-05-17 | IO: Minor changes in socket AF handing | Ondrej Zajicek (work) |
2016-05-10 | Build system reworked to one global Makefile with includes and no nesting | Jan Moskyto Matejka |
2016-04-07 | Channelize: rt_notify arg conversion table -> channel | Jan Moskyto Matejka |
2016-02-01 | Channels - explicit links between protocols and tables | Ondrej Zajicek (work) |