Age | Commit message (Expand) | Author |
2018-05-29 | Protocol: Introducing an enum protocol_class | Jan Maria Matejka |
2018-03-18 | Nest: SADR support for Direct | Ondrej Zajicek (work) |
2018-02-07 | Nest: Trivial whitespace cleanup | Ondrej Zajicek (work) |
2017-12-07 | Nest: Maintain separate IPv4, IPv6 and LLv6 preferred addresses | Ondrej Zajicek (work) |
2017-02-20 | Several minor fixes | Ondrej Zajicek (work) |
2016-12-22 | Removing (struct rta)->cast. Never used. | Jan Moskyto Matejka |
2016-12-22 | Merged multipath and single-path data structures. | Jan Moskyto Matejka |
2016-05-12 | Merge remote-tracking branch 'origin/master' into int-new | Ondrej Zajicek (work) |
2016-04-08 | Direct: Implement check link for direct protocol | Ondrej Zajicek (work) |
2016-04-08 | Route update: move table lookup from protocols into rte_update2(). | Jan Moskyto Matejka |
2016-03-10 | Fix typo | Pavel TvrdĂk |
2016-02-01 | Channels - explicit links between protocols and tables | Ondrej Zajicek (work) |
2015-11-12 | Follow-up commit on integrated BIRD | Ondrej Zajicek (work) |
2015-11-05 | Initial commit on integrated BIRD | Ondrej Zajicek (work) |
2015-07-18 | Direct: Fixes behavior for the same routes on different interfaces | Ondrej Zajicek |
2015-02-21 | Store protocol config size inside protocol structure | Ondrej Zajicek |
2015-02-21 | Replacing GNU old-style field designator extension | Pavel Tvrdik |
2013-11-23 | Merge branch 'master' into add-path | Ondrej Zajicek |
2013-09-10 | Fixes a bug related to multiple IPs and direct protocol. | Ondrej Zajicek |
2012-08-14 | Implements ADD-PATH extension for BGP. | Ondrej Zajicek |
2012-01-24 | Assign default protocol preference via proto_config_new(). | Ondrej Zajicek |
2011-11-07 | Implements protocol templates. | Ondrej Zajicek |
2010-03-14 | Temporary OSPF commit - sockets. | Ondrej Zajicek |
2010-02-26 | Many changes in (mainly) kernel syncers. | Ondrej Zajicek |
2009-06-01 | The pipe cleanup. | Ondrej Zajicek |
2009-05-06 | A change in OSPF and RIP interface patterns. | Ondrej Zajicek |
2000-06-07 | Spelling fixes to progdoc. | Martin Mares |
2000-06-04 | Document. | Martin Mares |
2000-03-31 | Include "lib/string.h" instead of <string.h>. It should give us bzero() | Martin Mares |
2000-03-12 | Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules, | Martin Mares |
2000-02-29 | Rewrote interface type detection logic. The `unnumbered' flag is now per | Martin Mares |
2000-01-18 | Killed protocol->priority. Protocol startup should be clean and hack-free now. | Martin Mares |
2000-01-17 | Separated `official protocol names' used in status dumps from name templates | Martin Mares |
2000-01-17 | Device protocol supports reconfiguration. | Martin Mares |
2000-01-16 | Don't forget to set proto->min_scope = SCOPE_HOST. | Martin Mares |
1999-11-04 | Renamed attr->attrs to attr->eattrs. | Martin Mares |
1999-08-03 | Cleaned up handling of interface patterns: | Martin Mares |
1999-05-17 | Kill remaining master_table relics in KRT code. | Martin Mares |
1999-05-06 | I rewrote the interface handling code, so that it supports multiple | Martin Mares |
1999-04-12 | Removed TOS support. This simplifies many things a lot. | Martin Mares |
1999-03-26 | Added everything protocols need to know about multiple routing tables, | Martin Mares |
1999-03-26 | Moved to a much more systematic way of configuring kernel protocols. | Martin Mares |
1999-03-03 | Introduced protocol priority (all 'normal' protocols should use the | Martin Mares |
1999-02-13 | Parameter order for the proto->if_notify hook was different in the include | Martin Mares |
1999-02-05 | Implemented new configuration/reconfiguration interface and defined protocol | Martin Mares |
1998-11-29 | Added configuration of the device internal protocol. This is primarily | Martin Mares |
1998-10-20 | Added pointer to network to RTE. The complications with passing NET separately | Martin Mares |
1998-10-19 | Fixed generation of device routes for unnumbered point-to-point links. | Martin Mares |
1998-10-18 | Removed global pointer to proto_dev. | Martin Mares |
1998-06-04 | We have full interface routes now. | Martin Mares |