index
:
bird
ll-peering
ll-peering-old
ll-peering-old2
master
multicast-old
[no description]
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sysdep
Age
Commit message (
Expand
)
Author
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
1999-02-13
Synchronize signals to the main select/event/timer loop.
Martin Mares
1999-02-13
config->router_id works again.
Martin Mares
1999-02-11
Run the event queue before writing SIGUSR dumps.
Martin Mares
1999-02-11
Added simple event scheduling system to avoid recursive calling
Martin Mares
1999-02-05
Synced Linux sysdeps to new interface.
Martin Mares
1999-02-05
Synced kernel interface to new interface.
Martin Mares
1999-02-05
Implemented new configuration/reconfiguration interface and defined protocol
Martin Mares
1999-01-15
filters_init() renamed to filters_postconfig().
Pavel Machek
1999-01-15
Filters, second try. This time they have their own directory.
Pavel Machek
1999-01-15
Properly initialize filters. Also bumped version to 0.0.0 as it
Pavel Machek
1999-01-10
New makefiles. Includes support for out-of-source-tree builds.
Martin Mares
1999-01-09
First step of "autoconfization". Created a configure script which
Martin Mares
1998-12-20
die() -> bug() where appropriate.
Martin Mares
1998-12-20
Finer grained logging levels:
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-07
KRF_* flags moved to krt.h as they are internal to kernel syncer,
Martin Mares
1998-12-06
Kernel syncer is now configurable. It will probably need some more
Martin Mares
1998-11-29
Renamed `DEBUG' symbol to `DEBUGGING' to prevent collisions with token
Martin Mares
1998-11-27
First attempt at protocol configuration (now done only for RIP).
Martin Mares
1998-11-27
Compile and use the new configuration code by default.
Martin Mares
1998-11-27
Added path to config file.
Martin Mares
1998-11-16
Complain loudly if the logging buffer would overflow.
Martin Mares
1998-10-20
Learn static device routes from the kernel (temporary until we can make
Martin Mares
1998-10-19
Generate router_id automatically if possible (standard "smallest of local
Martin Mares
1998-10-19
Basic kernel routing table syncing implemented. Learning of routes installed
Martin Mares
1998-10-19
Use (SOCK_DGRAM,IPPROTO_IP) socket instead of (SOCK_STREAM,IPPROTO_TCP).
Martin Mares
1998-10-19
Exporting fill_in_sockaddr() for use by other unix-dependent code.
Martin Mares
1998-10-19
We parse /proc/net/route and flag RT entries according to it. More to come
Martin Mares
1998-10-18
Since almost every UNIX system requires different techniques for reading
Martin Mares
1998-10-18
Split protocol init to building of protocol list and real protocol init.
Martin Mares
1998-10-17
Solve chicken-and-egg problems with protocol startup. We now queue all inactive
Martin Mares
[prev]
[next]