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