Age | Commit message (Expand) | Author |
1999-06-01 | Grrr, the "obvious fix" to multicasting code from yesterday was | Martin Mares |
1999-05-31 | Fix potential multicasting bug. | Martin Mares |
1999-05-31 | Added extra argument to rt_update hook which contains a pointer to the | Martin Mares |
1999-05-21 | Added CONFIG_MULTIPLE_TABLES whereever appropriate. | Martin Mares |
1999-05-21 | Removed one unused structure field. | 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-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-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 | 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-07 | Portability fixes. | Martin Mares |
1999-04-03 | More changes to the kernel syncer. | 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 |
1999-03-29 | Remember that we can run device syncer without kernel syncer | Martin Mares |
1999-03-29 | Clarify resource dumps and include them in the main debugging dump. | Martin Mares |
1999-03-29 | Don't try to delete interface routes on CONFIG_AUTO_ROUTES systems. | Martin Mares |
1999-03-29 | Moved all system-dependent #include's containing endianity conversion | 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-04 | Use dmalloc instead of EFence when available (dmalloc has lot of improvements | Martin Mares |
1999-03-03 | Netlink scans routes... | Martin Mares |
1999-03-03 | Fix several things I broke today. | 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-02 | o The if_change_too_big_p change was too high-spirited. Fixed. | Martin Mares |
1999-03-02 | Interface logic changes: | Martin Mares |
1999-03-01 | Implemented netlink protocol parsing functions. More to come tomorrow. | Martin Mares |
1999-03-01 | Added SK_MAGIC type sockets for internal use by system dependent code, | Martin Mares |
1999-03-01 | Added skeletal version of Linux netlink interface. It doesn't work yet, | Martin Mares |
1999-03-01 | Include "config.h" instead of "autoconf.h" in all Modules lists to make defines | Martin Mares |
1999-03-01 | Use traditional Unix route/iface interface only when CONFIG_NETLINK | Martin Mares |
1999-02-13 | When shutting down, remove all routes (except for RTS_INHERIT and RTS_DEVICE | Martin Mares |
1999-02-13 | Moved sanity check of protocol state during annoucements to rte_announce. | Martin Mares |
1999-02-13 | Perform gracious shutdown upon receipt of SIGTERM. Finally we can | Martin Mares |
1999-02-13 | Squashed one bug in timing of route scans. | Martin Mares |