project/relayd.git
2014-10-05 Felix Fietkauroute: fix an error with strict-aliasing
2014-06-29 Felix Fietkaudhcp.c: add _GNU_SOURCE define to fix build error with...
2014-06-13 Felix Fietkaurelay multicast packets along with broadcast packets
2011-10-24 Jo-Philipp... route.c: include time.h, required for eglibc and glibc...
2011-08-28 Felix Fietkaudo not include linux/neighbour.h, it is unused
2011-02-07 Felix Fietkauadd cmake, use libubox for uloop and list.h
2010-10-11 Felix Fietkauuloop timer: update the timeout->next->prev when adding...
2010-08-30 Felix Fietkauimprove the reliability of gratuitous arp by sending...
2010-08-30 Felix Fietkaureset mac addresses when relaying arp requests
2010-08-27 Felix Fietkausend gratuitous ARP whenever a host entry is refreshed
2010-08-27 Felix Fietkauuse requests only for creating new host entries, not...
2010-08-27 Felix Fietkaudecrease host timeout, add more ping tries and make...
2010-08-27 Felix Fietkausend gratuitous arp on refresh cycles
2010-08-27 Felix Fietkaurespond to arp requests to the local address
2010-08-27 Felix Fietkauimplement local ip access through policy routing
2010-08-27 Felix Fietkaurule: two boolean parameters with a flags field
2010-08-26 Felix Fietkausplit off code for sending an rtnl dump request
2010-08-17 Felix FietkauImplement an option for setting static routes with...
2010-08-17 Felix FietkauImplement a workaround for the policy routing gateway bug
2010-08-17 Felix FietkauAdd default gateway and DHCP handling (not fully workin...
2010-08-16 Felix FietkauSplit DHCP code off into a separate source code file
2010-08-11 Felix FietkauUse policy routing to limit the scope of the host route...
2010-08-11 Felix FietkauCancel pending timeouts before freeing hosts
2010-08-11 Felix FietkauFix interface list definition
2010-08-11 Felix FietkauPreinitialize more fields of the RTNL request
2010-08-11 Felix FietkauFlush the route cache after changing routes
2010-08-11 Felix FietkauMove the rtnl code to a separate source file
2010-08-11 Felix FietkauMove some data structures and definitions to a header...
2010-08-11 Felix FietkauDo not forward ARP responses to the interface that...
2010-08-11 Felix FietkauLearn the ARP entry of the DHCP server directly from...
2010-08-10 Felix FietkauCFLAGS: use -Os instead of -O2
2010-08-10 Felix FietkauAdd a copyright header (GPL v2)
2010-08-10 Felix FietkauAdd LDFLAGS to the Makefile
2010-08-10 Felix FietkauInitial import