Age | Commit message (Expand) | Author |
1999-03-29 | Clarify resource dumps and include them in the main debugging dump. | Martin Mares |
1999-03-29 | Don't try to delete interface routes on CONFIG_AUTO_ROUTES systems. | Martin Mares |
1999-03-29 | Added FIXME: If a strange interface appears, ignore it instead of only | Martin Mares |
1999-03-29 | Added lp_flush() which flushes contents of a linear pool, leaving all the | Martin Mares |
1999-03-29 | Moved all system-dependent #include's containing endianity conversion | Martin Mares |
1999-03-29 | #define NULL if not defined by system includes. | Martin Mares |
1999-03-29 | After today's lengthy discussions about filter syntax, let's clean up | Martin Mares |
1999-03-27 | Cleaned up system configuration files -- removed few obsolete parameters, | 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 compile OSPF by default. | Martin Mares |
1999-03-26 | Don't try to manipulate neighbor lists for copied interface structures. | Martin Mares |
1999-03-24 | Removed our declaration of RTPROT_BIRD since Alexey has assigned | 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 | A couple of filter tweaks: | 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-17 | Initialize pointers to functions so that code is actually alive. | Pavel Machek |
1999-03-17 | Compilation fix for mj. | Pavel Machek |
1999-03-17 | Don't segfault on unknown interface. | Pavel Machek |
1999-03-17 | accept & reject should now work | Pavel Machek |
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 |