summaryrefslogtreecommitdiff
path: root/sysdep/cf
AgeCommit message (Expand)Author
2022-12-16Netlink: move OS-specific headers and defines to sysdepAlexander Chernikov
2022-12-09Netlink on FreeBSD supportAlexander V. Chernikov
2022-11-02Memory pages are not munmapped, instead we just madvise()Maria Matejka
2022-07-24KRT: Scan routing tables separetely on linux to avoid congestionOndrej Zajicek
2018-07-28BSD: Use MSG_DONTROUTE for unicast packets on FreeBSDOndrej Zajicek (work)
2018-02-13Add support for source-specific IPv6 routes to BIRD coreOndrej Zajicek (work)
2016-12-22Netlink: MPLS routes in kernelJan Moskyto Matejka
2016-05-10Build system reworked to one global Makefile with includes and no nestingJan Moskyto Matejka
2015-12-20Delete ipv6 option from configureOndrej Zajicek (work)
2015-04-25KRT: Fixes learning of preferred kernel routes.Ondrej Zajicek
2014-02-06Many changes in I/O and OSPF sockets and packet handling.Ondrej Zajicek
2013-11-22Fixes problem with RIP on multiple ifaces on BSD.Ondrej Zajicek
2013-07-07Implements multiple routing table support for FreeBSD and OpenBSD.Ondrej Zajicek
2012-05-04Cleanup in sysdep KRT code, part 4.Ondrej Zajicek
2012-04-30Cleanup in sysdep KRT code, part 2.Ondrej Zajicek
2011-05-10Allows run with restricted privileges.Ondrej Zajicek
2010-03-26Disable multiple OSPF pseudointerfaces on BSD.Ondrej Zajicek
2010-02-26Many changes in (mainly) kernel syncers.Ondrej Zajicek
2004-06-04typo in READMEOndrej Filip
2004-06-03CONFIG_SKIP_MC_BIND added.Ondrej Filip
2004-06-01#ifdef CONFIG_UNIX_DONTROUTE added.Ondrej Filip
2004-05-31*BSD port added. (Tested on FreeBSD and NetBSD)Ondrej Filip
1999-12-16Tried to clean up multicast handling. Now we don't try to guessMartin Mares
1999-08-03Basic support for IPv6. The system-dependent part doesn't work yet,Martin Mares
1999-08-03Kernel route syncer supports multiple tables.Martin Mares
1999-05-21Added CONFIG_MULTIPLE_TABLES whereever appropriate.Martin Mares
1999-04-12Removed TOS support. This simplifies many things a lot.Martin Mares
1999-04-03Defined CONFIG_SELF_CONSCIOUS whenever the kernel scanner is ableMartin Mares
1999-03-27Cleaned up system configuration files -- removed few obsolete parameters,Martin Mares
1999-03-03Rewrote the kernel syncer. The old layering was horrible.Martin Mares
1999-03-01Added skeletal version of Linux netlink interface. It doesn't work yet,Martin Mares
1999-01-10New makefiles. Includes support for out-of-source-tree builds.Martin Mares
1998-05-26Added CONFIG_AUTO_ROUTES (automatic device route creation) andMartin Mares
1998-05-15The library is now glued together from generic and OS-dependent partsMartin Mares
1998-04-22First look at data structures. More to come tomorrow...Martin Mares