index
:
relayd
master
IPv4 pseudo-bridge routing daemon
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-10-04
build: require CMake >= 3.10 due to dropped legacy support
master
Hauke Mehrtens
2023-01-21
route: Fix compile warning with glibc
Hauke Mehrtens
2020-04-24
dhcp.c: further improve validation
Kevin Darbyshire-Bryant
2020-04-19
dhcp.c: improve input validation & length checks
Kevin Darbyshire-Bryant
2016-02-07
relayd: put rule requests on stack
Felix Fietkau
2016-02-07
fix attribute alignment for rules
Felix Fietkau
2016-02-05
rules: process rules after the local table to ensure that local access still works
Felix Fietkau
2016-02-03
main: avoid adding redundant interfaces
Markus
2015-10-29
main: fix ip address copy length in send_arp_request
Felix Fietkau
2015-10-29
route: fix an uninitialized variable
Felix Fietkau
2015-10-29
main: fix uninitialized variable
Felix Fietkau
2015-03-12
Add command line argument to disable DHCP options parsing
Alejandro Enrique
2015-02-13
Fix deletion of routing policy rules when terminating due to a signal
Alejandro Enrique
2015-02-11
improve host detection on interface change
Alejandro Enrique
2015-02-11
fix missing -p command line argument
Alejandro Enrique
2015-02-11
add host route on local ip arp request
Alejandro Enrique
2014-10-05
route: fix an error with strict-aliasing
Felix Fietkau
2014-06-29
dhcp.c: add _GNU_SOURCE define to fix build error with musl
Felix Fietkau
2014-06-13
relay multicast packets along with broadcast packets
Felix Fietkau
2011-10-24
route.c: include time.h, required for eglibc and glibc based systems
Jo-Philipp Wich
2011-08-28
do not include linux/neighbour.h, it is unused
Felix Fietkau
2011-02-07
add cmake, use libubox for uloop and list.h
Felix Fietkau
2010-10-11
uloop timer: update the timeout->next->prev when adding timeout to the list
Felix Fietkau
2010-08-30
improve the reliability of gratuitous arp by sending both request and reply, also set the target hardware address to broadcast
Felix Fietkau
2010-08-30
reset mac addresses when relaying arp requests
Felix Fietkau
2010-08-27
send gratuitous ARP whenever a host entry is refreshed
Felix Fietkau
2010-08-27
use requests only for creating new host entries, not for refreshing them
Felix Fietkau
2010-08-27
decrease host timeout, add more ping tries and make them configurable
Felix Fietkau
2010-08-27
send gratuitous arp on refresh cycles
Felix Fietkau
2010-08-27
respond to arp requests to the local address
Felix Fietkau
2010-08-27
implement local ip access through policy routing
Felix Fietkau
2010-08-27
rule: two boolean parameters with a flags field
Felix Fietkau
2010-08-26
split off code for sending an rtnl dump request
Felix Fietkau
2010-08-17
Implement an option for setting static routes with gateway
Felix Fietkau
2010-08-17
Implement a workaround for the policy routing gateway bug
Felix Fietkau
2010-08-17
Add default gateway and DHCP handling (not fully working yet because of a kernel bug)
Felix Fietkau
2010-08-16
Split DHCP code off into a separate source code file
Felix Fietkau
2010-08-11
Use policy routing to limit the scope of the host routes to affected interfaces
Felix Fietkau
2010-08-11
Cancel pending timeouts before freeing hosts
Felix Fietkau
2010-08-11
Fix interface list definition
Felix Fietkau
2010-08-11
Preinitialize more fields of the RTNL request
Felix Fietkau
2010-08-11
Flush the route cache after changing routes
Felix Fietkau
2010-08-11
Move the rtnl code to a separate source file
Felix Fietkau
2010-08-11
Move some data structures and definitions to a header file
Felix Fietkau
2010-08-11
Do not forward ARP responses to the interface that they came from
Felix Fietkau
2010-08-11
Learn the ARP entry of the DHCP server directly from the DHCP response
Felix Fietkau
2010-08-10
CFLAGS: use -Os instead of -O2
Felix Fietkau
2010-08-10
Add a copyright header (GPL v2)
Felix Fietkau
2010-08-10
Add LDFLAGS to the Makefile
Felix Fietkau
2010-08-10
Initial import
Felix Fietkau