summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/krt.c
AgeCommit message (Expand)Author
2011-11-07Implements protocol templates.Ondrej Zajicek
2011-04-13Adds support for several Linux kernel route attributes.Ondrej Zajicek
2010-07-12Fixes missing check in reconfiguration.Ondrej Zajicek
2010-04-04Restrict export of device routes to the kernel protocol.Ondrej Zajicek
2010-02-27Better flushing of interfaces.Ondrej Zajicek
2010-02-26Many changes in (mainly) kernel syncers.Ondrej Zajicek
2010-02-13Removes phantom protocol from the pipe design.Ondrej Zajicek
2009-06-01The pipe cleanup.Ondrej Zajicek
2009-05-31Changes pipes to transfer all routes between routing table, not just optimal ...Ondrej Zajicek
2009-05-29Implements primary address selection base on 'primary' option.Ondrej Zajicek
2009-05-04Syntax error fix for systems without CONFIG_SELF_CONSCIOUS (KRT_ALLOW_LEARN)Ondrej Filip
2009-03-20Fix bugs related to kernel table synchronization.Ondrej Zajicek
2009-02-26Rate limit for most abundant log messagesOndrej Zajicek
2008-11-21Fixes segfault with multiple routing tables.Ondrej Zajicek
2008-10-26Bugfix for routing table breaking bug.Ondrej Zajicek
2004-06-07Used parameter can be marked as unused. :-) Thanx MJ.Ondrej Filip
2004-06-07Marked unused parameters as unused.Ondrej Filip
2004-06-05Marked unused parameters in sysdep code as such.Martin Mares
2003-08-14This probably IS the memory leak we're looking for. Alien routes weren'tMartin Mares
2002-11-13Added missing includes.Martin Mares
2000-06-08Fixes for the programmer's manual.Martin Mares
2000-06-07Fixes to the progdoc.Martin Mares
2000-06-07Spelling fixes to progdoc.Martin Mares
2000-06-05Documented all the sysdeps (only briefly, I admit).Martin Mares
2000-05-16When in persist mode, don't delete routes from kernel tables even ifMartin Mares
2000-05-13Adapted to new rt_notify semantics.Martin Mares
2000-05-08Don't crash when reporting deleted routes.Martin Mares
2000-05-04Removed a lot of unused variables.Martin Mares
2000-03-12Cleaned up debugging in kernel syncer. Netlink has still LOCAL_DEBUGMartin Mares
2000-03-04Garbage collector events and counters are now per table and one dayMartin Mares
2000-01-18Killed protocol->priority. Protocol startup should be clean and hack-free now.Martin Mares
2000-01-18Kernel route syncer now supports dynamic reconfiguration. Also it doesn'tMartin Mares
2000-01-17Separated `official protocol names' used in status dumps from name templatesMartin Mares
2000-01-17Reconfiguration for device protocol.Martin Mares
2000-01-16First attempt on dynamic reconfiguration. There are still lots of bugsMartin Mares
1999-12-08Except for special protocols (nowadays only the kernel syncer), don'tMartin Mares
1999-08-03Kernel route syncer supports multiple tables.Martin Mares
1999-05-31Added extra argument to rt_update hook which contains a pointer to theMartin Mares
1999-05-17Kill remaining master_table relics in KRT code.Martin Mares
1999-04-12Removed TOS support. This simplifies many things a lot.Martin Mares
1999-04-03More changes to the kernel syncer.Martin Mares
1999-03-29Don't try to delete interface routes on CONFIG_AUTO_ROUTES systems.Martin Mares
1999-03-26Moved to a much more systematic way of configuring kernel protocols.Martin Mares
1999-03-04Fixed processing of !krt_capable() routes. Converted device route decisionsMartin Mares
1999-03-04KRT: Implemented asynchronous route / interface state notificationsMartin Mares
1999-03-03Fix several things I broke today.Martin Mares
1999-03-03Rewrote the kernel syncer. The old layering was horrible.Martin Mares