summaryrefslogtreecommitdiffstats
path: root/sysdep/linux
AgeCommit message (Expand)Author
2004-06-05Marked unused parameters in sysdep code as such.Martin Mares
2003-02-23Current Linux kernels don't remember rtm_protocol for IPv6 routes and supply ...Martin Mares
2003-02-22Report link-scope addresses as well.Martin Mares
2001-08-03Don't loop forever when trying to skip an out-sequence netlink reply.Martin Mares
2000-06-21Check broadcast address sanity before believing it.Martin Mares
2000-06-18Fix numbering of routing tables in IPv6 version.Martin Mares
2000-06-04Removed lots of trailing newlines in log messages.Martin Mares
2000-06-01Updated for new scope handling.Martin Mares
2000-05-11Multicast problems should be gone, although the fix is Linux only and we'llMartin Mares
2000-05-11If a broadcast address is missing, go fake one.Martin Mares
2000-05-08Removed the `async' switch which was used for debugging only anyway.Martin Mares
2000-05-08Incoming buffer must be at least 8KB long.Martin Mares
2000-05-06IPv6 support compiles on both glibc 2.0 and 2.1.Martin Mares
2000-05-04#ifdef out lots of debugging information.Martin Mares
2000-05-04Removed a lot of unused variables.Martin Mares
2000-04-21IPv6 compiles with glibc 2.1.Martin Mares
2000-04-01Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares
2000-03-12Cleaned up debugging in kernel syncer. Netlink has still LOCAL_DEBUGMartin Mares
2000-03-01ipa_opposite hack is not applicable in IPv6.Martin Mares
2000-03-01Rewrote interface type detection logic. The `unnumbered' flag is now perMartin Mares
2000-01-18Kernel route syncer now supports dynamic reconfiguration. Also it doesn'tMartin Mares
2000-01-17Removed point-to-point tunnel hack as it breaks ordinary PtP interfaces.Martin Mares
2000-01-17Reconfiguration for device protocol.Martin Mares
1999-12-16Minor cleanups.Martin Mares
1999-12-16Better order of includes.Martin Mares
1999-12-16Tried to clean up multicast handling. Now we don't try to guessMartin Mares
1999-12-08Temporary work-arounds for multicast problems. Needs further investigation.Martin Mares
1999-11-04Renamed attr->attrs to attr->eattrs.Martin Mares
1999-08-03Taught Netlink how to behave in IPv6 world.Martin Mares
1999-08-03Basic support for IPv6. The system-dependent part doesn't work yet,Martin Mares
1999-08-03Kernel route syncer supports multiple tables.Martin Mares
1999-05-17Kill remaining master_table relics in KRT code.Martin Mares
1999-05-07Netlink support for secondary interface addresses.Martin Mares
1999-05-06I rewrote the interface handling code, so that it supports multipleMartin 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-29Remember that we can run device syncer without kernel syncerMartin Mares
1999-03-27Cleaned up system configuration files -- removed few obsolete parameters,Martin Mares
1999-03-26Moved to a much more systematic way of configuring kernel protocols.Martin Mares
1999-03-24Removed our declaration of RTPROT_BIRD since Alexey has assignedMartin 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-04Although there are still heaps of FIXME's, Netlink works.Martin Mares
1999-03-04Converted some mb_alloc/bzero pairs to mb_allocz.Martin Mares
1999-03-03Netlink scans routes...Martin Mares
1999-03-03Rewrote the kernel syncer. The old layering was horrible.Martin Mares
1999-03-02Netlink module supports interface scan on startup. Working on more.Martin Mares
1999-03-01Implemented netlink protocol parsing functions. More to come tomorrow.Martin Mares
1999-03-01Added skeletal version of Linux netlink interface. It doesn't work yet,Martin Mares
1999-03-01Use traditional Unix route/iface interface only when CONFIG_NETLINKMartin Mares