Age | Commit message (Expand) | Author |
1999-05-07 | Netlink support for secondary interface addresses. | 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-04-05 | Routing table core changes to support full route filtering: | Martin Mares |
1999-04-05 | Added some new protocol hooks (look at the comments for better explanation): | Martin Mares |
1999-04-05 | Changed syntax of attaching filters to protocols to hopefully the final | Martin Mares |
1999-04-03 | More changes to the kernel syncer. | Martin Mares |
1999-04-03 | Added new protocol hook for dumping of protocol-dependent route | Martin Mares |
1999-03-29 | Clarify resource dumps and include them in the main debugging dump. | Martin Mares |
1999-03-29 | After today's lengthy discussions about filter syntax, let's clean up | 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-26 | Allow different instances of the same protocol with identical preferences. | Martin Mares |
1999-03-26 | Slightly better generator of default protocol instance names. | Martin Mares |
1999-03-26 | Don't try to manipulate neighbor lists for copied interface structures. | Martin Mares |
1999-03-17 | rte_update: Check sanity of incoming entries. Throw out (and log) all routes | Martin Mares |
1999-03-17 | Allow input and output filters (only accept/reject style as we didn't define | Martin Mares |
1999-03-17 | Removed the `rta_same' hook since it's no longer needed (all protocols | Martin Mares |
1999-03-17 | Implemented extended route attributes and all related functions. | Martin Mares |
1999-03-09 | Yes, joining the crew. Sorry for being late. Added dummy functions for OSPF. | Ondrej Filip |
1999-03-04 | KRT: Implemented asynchronous route / interface state notifications | Martin Mares |
1999-03-04 | Initialize allocated struct proto :-) | Martin Mares |
1999-03-03 | EFence helped to find using of already free rte's in rt_prune(). | Martin Mares |
1999-03-03 | Fix several things I broke today. | Martin Mares |
1999-03-03 | Added a hack forcing protocols with priority>0 to be started up | Martin Mares |
1999-03-03 | Introduced protocol priority (all 'normal' protocols should use the | Martin Mares |
1999-03-02 | o The if_change_too_big_p change was too high-spirited. Fixed. | Martin Mares |
1999-03-02 | Interface logic changes: | Martin Mares |
1999-03-01 | Renamed struct rtattr to struct rta to make things more consistent and | Martin Mares |
1999-02-13 | Parameter order for the proto->if_notify hook was different in the include | Martin Mares |
1999-02-13 | Implemented garbage collection of routing tables to delete orphaned network | Martin Mares |
1999-02-13 | Don't send any neighbor notifications to protocols being flushed. | Martin Mares |
1999-02-13 | When protocols go down, prune the neighbor list. | Martin Mares |
1999-02-13 | Moved sanity check of protocol state during annoucements to rte_announce. | Martin Mares |
1999-02-13 | Perform gracious shutdown upon receipt of SIGTERM. Finally we can | Martin Mares |
1999-02-13 | Implemented real cleanup and pruning of routing table on protocol shutdown. | Martin Mares |
1999-02-13 | Fixed bug in FIB_ITERATE_END: it assumed the control variable is named | Martin Mares |
1999-02-13 | config->router_id works again. | Martin Mares |
1999-02-11 | Real implementation of protocol state machines. Delayed startup/shutdown | Martin Mares |
1999-02-11 | struct proto again contains instance name (a copy of proto->cf->name). | Martin Mares |
1999-02-05 | Implemented new configuration/reconfiguration interface and defined protocol | Martin Mares |
1999-01-12 | Keep protocol data out of iface_patt. | Pavel Machek |
1999-01-10 | Initialize only protocols which are compiled in :) | Martin Mares |
1999-01-10 | New makefiles. Includes support for out-of-source-tree builds. | Martin Mares |
1998-12-22 | Oops, previous modification for passing NULL to fib_init() did not | Pavel Machek |
1998-12-22 | Allow NULL to init_fib(). | Pavel Machek |
1998-12-20 | die() -> bug() where appropriate. | Martin Mares |
1998-12-20 | When printing a routing table, fib_check() it. | Martin Mares |
1998-12-20 | Rewrote fib functions to make them insert/delete/asynchronous-walk safe. | Martin Mares |
1998-12-08 | Added source RTS_DUMMY for temporary routes. They should never appear | Martin Mares |