Age | Commit message (Expand) | Author |
1999-03-09 | Yes, joining the crew. Sorry for being late. Added dummy functions for OSPF. | Ondrej Filip |
1999-03-09 | Resolved conflicts, you no longer need to wrap constants in const() | Pavel Machek |
1999-03-09 | Added '=' to operator list | Pavel Machek |
1999-03-08 | Filters are now a tiny bit stronger (if is actually working ;-) | Pavel Machek |
1999-03-04 | Fixed processing of !krt_capable() routes. Converted device route decisions | Martin Mares |
1999-03-04 | KRT: Implemented asynchronous route / interface state notifications | Martin Mares |
1999-03-04 | Although there are still heaps of FIXME's, Netlink works. | Martin Mares |
1999-03-04 | Converted some mb_alloc/bzero pairs to mb_allocz. | Martin Mares |
1999-03-04 | Initialize allocated struct proto :-) | Martin Mares |
1999-03-04 | Use dmalloc instead of EFence when available (dmalloc has lot of improvements | Martin Mares |
1999-03-03 | Netlink scans routes... | 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 | Rewrote the kernel syncer. The old layering was horrible. | Martin Mares |
1999-03-03 | Introduced protocol priority (all 'normal' protocols should use the | Martin Mares |
1999-03-02 | Add interface for running filters (please comment!), avoid bison warnings | Pavel Machek |
1999-03-02 | Avoid segfault | Pavel Machek |
1999-03-02 | Netlink module supports interface scan on startup. Working on more. | 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-02 | Don't try to install static routes to disconnected neighbors. | Martin Mares |
1999-03-02 | Latest changes broke out-of-tree compilation. | Martin Mares |
1999-03-02 | I just don't like files enclosed in <>. | Pavel Machek |
1999-03-01 | If we are compiling with debugging enabled and libefence is available, | Martin Mares |
1999-03-01 | Implemented netlink protocol parsing functions. More to come tomorrow. | Martin Mares |
1999-03-01 | Added SK_MAGIC type sockets for internal use by system dependent code, | Martin Mares |
1999-03-01 | Hopefully ended translating to new interface | Pavel Machek |
1999-03-01 | Added skeletal version of Linux netlink interface. It doesn't work yet, | Martin Mares |
1999-03-01 | Include "config.h" instead of "autoconf.h" in all Modules lists to make defines | Martin Mares |
1999-03-01 | Renamed struct rtattr to struct rta to make things more consistent and | Martin Mares |
1999-03-01 | Use traditional Unix route/iface interface only when CONFIG_NETLINK | Martin Mares |
1999-03-01 | Pruned the TODO list. | Martin Mares |
1999-02-15 | More rip fixes (config data moved to struct rip_proto_config), still | Pavel Machek |
1999-02-13 | Cleaned up TODO file. | Martin Mares |
1999-02-13 | Synced example config with new options. | Martin Mares |
1999-02-13 | Implemented static device routes. | Martin Mares |
1999-02-13 | Parameter order for the proto->if_notify hook was different in the include | Martin Mares |
1999-02-13 | '#' comments in config files are equivalent to end of line, therefore | Martin Mares |
1999-02-13 | Implemented garbage collection of routing tables to delete orphaned network | Martin Mares |
1999-02-13 | Static protocol doesn't need any shutdown function. Everything gets | 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 | When shutting down, remove all routes (except for RTS_INHERIT and RTS_DEVICE | 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 | Squashed one bug in timing of route scans. | Martin Mares |
1999-02-13 | Synchronize signals to the main select/event/timer loop. | Martin Mares |
1999-02-13 | Implemented real cleanup and pruning of routing table on protocol shutdown. | Martin Mares |
1999-02-13 | Pass new argument to FIB_ITERATE_END. | Martin Mares |