Age | Commit message (Expand) | Author |
1999-05-06 | I rewrote the interface handling code, so that it supports multiple | Martin Mares |
1999-04-27 | Recognize site scope for IPv4 addresses (prefixes reserved for private | Martin Mares |
1999-04-27 | Just changes of comments. | Ondrej Filip |
1999-04-27 | Hello timer implemented. | Ondrej Filip |
1999-04-22 | Work on hello continues. | Ondrej Filip |
1999-04-19 | Updated filters: they now actually see IP/pxlen of net being filtered, | Pavel Machek |
1999-04-14 | SImplify code a tiny bit. | Pavel Machek |
1999-04-14 | Redesigned struct ospf_iface & new struct ospf_sock. | Ondrej Filip |
1999-04-14 | Small bug fix in memcpy. | Ondrej Filip |
1999-04-14 | Multicasts once again: When using SO_BINDTODEVICE, don't specify IP address | Martin Mares |
1999-04-14 | Next attempt to get SO_BINDTODEVICE work :) | Martin Mares |
1999-04-14 | Use SO_BINDTODEVICE if we're using old multicast API (i.e., struct ip_mreq | Martin Mares |
1999-04-14 | A couple of OSPF fixes: | Martin Mares |
1999-04-14 | Removed redeclaration of `idval', so that it compiles :) | Martin Mares |
1999-04-13 | Added wait timer for eligible BCAST & NBMA interface. | Ondrej Filip |
1999-04-13 | Change in ospf_iface. (My bad understanding of lists manipulation.) | Ondrej Filip |
1999-04-13 | IPv6 changes. | Ondrej Filip |
1999-04-13 | Sets of IP addresses should work, now. (From now on it is also | Pavel Machek |
1999-04-13 | Small change to stop using loopback. | Ondrej Filip |
1999-04-13 | A small init change to avoid core dump. | Ondrej Filip |
1999-04-13 | Not all I mean serious. Almost everything will change. | Ondrej Filip |
1999-04-12 | Added ipa_compare as requested. | Martin Mares |
1999-04-12 | Sets of integers now actually work. Sets of IP will work as soon as | Pavel Machek |
1999-04-12 | Ignore alias interfaces (some day, we will treat them as pure secondary | Martin Mares |
1999-04-12 | Removed TOS support. This simplifies many things a lot. | Martin Mares |
1999-04-12 | Cosmetic message fix. | Martin Mares |
1999-04-12 | Use $(CC) instead of gcc even when generating dependencies. | Martin Mares |
1999-04-12 | Oops, a typo in previous struct ip_mreqn changes... | Martin Mares |
1999-04-12 | Use `struct ip_mreqn' instead of `struct ip_mreq' for multicast | Martin Mares |
1999-04-12 | Fixed a couple of bugs in handling of multicast sockets. | Martin Mares |
1999-04-12 | Oops, typo. | Pavel Machek |
1999-04-12 | In case no startup function is defined, don't try to launch it. | Pavel Machek |
1999-04-11 | Added new target "tags" to generate a tag table for Emacs. | Martin Mares |
1999-04-10 | Decrease number of warnings. | Pavel Machek |
1999-04-07 | Portability fixes. | Martin Mares |
1999-04-07 | Filters upgraded - a bit. Moved code to filter.c because it is where | Pavel Machek |
1999-04-06 | ip_pton: Avoid modification of the string we're converting. | Martin Mares |
1999-04-05 | Routing table core changes to support full route filtering: | Martin Mares |
1999-04-05 | Added some new protocol hooks (look at the comments for better explanation): | Martin Mares |
1999-04-05 | Changed syntax of attaching filters to protocols to hopefully the final | Martin Mares |
1999-04-05 | Several filter changes. (Pavel, please check if they are OK.) | Martin Mares |
1999-04-05 | Use a more reasonable pool chunk size: 4080 bytes seem to be a good | Martin Mares |
1999-04-03 | More changes to the kernel syncer. | Martin Mares |
1999-04-03 | Added new protocol hook for dumping of protocol-dependent route | Martin Mares |
1999-04-03 | Defined CONFIG_SELF_CONSCIOUS whenever the kernel scanner is able | Martin Mares |
1999-04-02 | Fixed `too many interfaces' cases. | Martin Mares |
1999-04-02 | Believe it or not, printf()'s does not work too much without this one. | Pavel Machek |
1999-04-01 | Argh, the fix was wrong. | Martin Mares |
1999-04-01 | Portability fixes. | Martin Mares |
1999-04-01 | First few FreeBSD portability fixes. | Martin Mares |