Age | Commit message (Expand) | Author |
2009-05-29 | Fixes problems with rewriting of kernel device routes. | Ondrej Zajicek |
2009-05-21 | Merge branch 'master' into dev | Ondrej Zajicek |
2009-05-08 | Fixes communication on netlink sockets | Ondrej Zajicek |
2009-05-04 | Linux specific TCP-MD5 handling moved to sysdep/linux/sysio.h | Ondrej Filip |
2009-04-17 | Fixes mixed-up messages on netlink socket | Ondrej Zajicek |
2009-02-26 | Rate limit for most abundant log messages | Ondrej Zajicek |
2009-01-16 | Fixes compilation on older systems. | Ondrej Zajicek |
2008-11-04 | Ignore messages related to wireless extensions. | Ondrej Zajicek |
2008-10-27 | Merge branch 'dev' into out | Ondrej Zajicek |
2008-10-26 | Do not repeat 'Invalid broadcast address' error message. | Ondrej Zajicek |
2008-10-26 | Ignore unknown netlink events. | Ondrej Zajicek |
2008-10-26 | Bugfix for routing table breaking bug. | Ondrej Zajicek |
2008-10-26 | Implementation of MD5 authentication of BGP sessions. | Ondrej Zajicek |
2008-08-25 | Fix behavior of ipa_opposite(). | Martin Mares |
2004-06-05 | Staticized lots of local functions. | Martin Mares |
2004-06-05 | Marked unused parameters in sysdep code as such. | Martin Mares |
2003-02-22 | Current Linux kernels don't remember rtm_protocol for IPv6 routes and supply ... | Martin Mares |
2003-02-22 | Report link-scope addresses as well. | Martin Mares |
2001-08-03 | Don't loop forever when trying to skip an out-sequence netlink reply. | Martin Mares |
2000-06-21 | Check broadcast address sanity before believing it. | Martin Mares |
2000-06-18 | Fix numbering of routing tables in IPv6 version. | Martin Mares |
2000-06-04 | Removed lots of trailing newlines in log messages. | Martin Mares |
2000-06-01 | Updated for new scope handling. | Martin Mares |
2000-05-11 | Multicast problems should be gone, although the fix is Linux only and we'll | Martin Mares |
2000-05-11 | If a broadcast address is missing, go fake one. | Martin Mares |
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-20 | IPv6 compiles with glibc 2.1. | Martin Mares |
2000-03-31 | 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-02-29 | 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 |