Age | Commit message (Expand) | Author |
2000-05-08 | Removed the `async' switch which was used for debugging only anyway. | Martin Mares |
2000-05-08 | Incoming buffer must be at least 8KB long. | Martin Mares |
2000-05-06 | IPv6 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-04 | Removed a lot of unused variables. | Martin Mares |
2000-04-21 | IPv6 compiles with glibc 2.1. | Martin Mares |
2000-04-01 | Include "lib/string.h" instead of <string.h>. It should give us bzero() | Martin Mares |
2000-03-12 | Cleaned up debugging in kernel syncer. Netlink has still LOCAL_DEBUG | Martin Mares |
2000-03-01 | ipa_opposite hack is not applicable in IPv6. | Martin Mares |
2000-03-01 | Rewrote interface type detection logic. The `unnumbered' flag is now per | Martin Mares |
2000-01-18 | Kernel route syncer now supports dynamic reconfiguration. Also it doesn't | Martin Mares |
2000-01-17 | Removed point-to-point tunnel hack as it breaks ordinary PtP interfaces. | Martin Mares |
2000-01-17 | Reconfiguration for device protocol. | Martin Mares |
1999-12-16 | Minor cleanups. | Martin Mares |
1999-12-16 | Better order of includes. | Martin Mares |
1999-12-16 | Tried to clean up multicast handling. Now we don't try to guess | Martin Mares |
1999-12-08 | Temporary work-arounds for multicast problems. Needs further investigation. | Martin Mares |
1999-11-04 | Renamed attr->attrs to attr->eattrs. | Martin Mares |
1999-08-03 | Taught Netlink how to behave in IPv6 world. | Martin Mares |
1999-08-03 | Basic support for IPv6. The system-dependent part doesn't work yet, | Martin Mares |
1999-08-03 | Kernel route syncer supports multiple tables. | Martin Mares |
1999-05-17 | Kill remaining master_table relics in KRT code. | Martin Mares |
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-03 | More changes to the kernel syncer. | Martin Mares |
1999-03-29 | Remember that we can run device syncer without kernel syncer | Martin Mares |
1999-03-27 | Cleaned up system configuration files -- removed few obsolete parameters, | Martin Mares |
1999-03-26 | Moved to a much more systematic way of configuring kernel protocols. | Martin Mares |
1999-03-24 | Removed our declaration of RTPROT_BIRD since Alexey has assigned | Martin Mares |
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-03 | Netlink scans routes... | Martin Mares |
1999-03-03 | Rewrote the kernel syncer. The old layering was horrible. | Martin Mares |
1999-03-02 | Netlink module supports interface scan on startup. Working on more. | Martin Mares |
1999-03-01 | Implemented netlink protocol parsing functions. More to come tomorrow. | Martin Mares |
1999-03-01 | Added skeletal version of Linux netlink interface. It doesn't work yet, | Martin Mares |
1999-03-01 | Use traditional Unix route/iface interface only when CONFIG_NETLINK | Martin Mares |
1999-02-13 | Squashed one bug in timing of route scans. | Martin Mares |
1999-02-05 | Synced Linux sysdeps to new interface. | Martin Mares |
1998-12-20 | die() -> bug() where appropriate. | Martin Mares |
1998-12-08 | Hopefully finished kernel syncer (krt) rewrite: | Martin Mares |
1998-12-08 | Rewritten kernel syncer. Now uses the rta trickery I've introduced yesterday | Martin Mares |
1998-12-07 | Comparison of kernel reject routes fixed. | Martin Mares |
1998-12-06 | Kernel syncer is now configurable. It will probably need some more | Martin Mares |
1998-10-20 | Learn static device routes from the kernel (temporary until we can make | Martin Mares |
1998-10-19 | Basic kernel routing table syncing implemented. Learning of routes installed | Martin Mares |
1998-10-19 | We parse /proc/net/route and flag RT entries according to it. More to come | Martin Mares |