index
:
openwrt/netifd
fix-dynamic-routing
master
priority-fix
priority-fix-19.07
OpenWrt Network interface configuration daemon
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
interface-ip.c
Age
Commit message (
Expand
)
Author
2013-04-04
Implement support for route / route6 table attribute
Jo-Philipp Wich
2013-04-03
Rewrite IPv6 prefix assignment
Steven Barth
2013-03-19
Fix IPv6 RDNSS writing to resolv.conf (buffer was too short)
Steven Barth
2013-02-19
Only update resolv.conf if changed (avoid logspam)
Steven Barth
2013-02-01
Improved IPv6 featureset
Steven Barth
2013-01-29
Add deprecation for static IPv6 prefixes
Steven Barth
2013-01-29
IPv6 prefixes: conform to RFC 6204 requirement L13
Steven Barth
2013-01-22
Don't segfault with an unset ula_prefix
Steven Barth
2013-01-21
Fix segfaults in prefix handling
Steven Barth
2013-01-15
Fix a race-condition in prefix-assignment
Steven Barth
2013-01-15
interface-ip: use calloc_a to get rid of an extra allocation
Felix Fietkau
2013-01-15
interface-ip: replace prefix_assignment_cmp with avl_strcmp
Felix Fietkau
2013-01-15
Initial IPv6 prefix support
Steven Barth
2012-12-05
rewrite resolv.conf after interface up setting updates
Felix Fietkau
2012-09-13
interface-ip.c: fix possible null pointer access if calloc() fails
Jo-Philipp Wich
2012-07-05
memset the on-stack device route when clearing local subnet routes
Felix Fietkau
2012-06-29
interface-ip.{c,h}: add new flag DEVROUTE_MTU and set it for per-route mtu ov...
Jo-Philipp Wich
2012-06-18
add support for using <addr>/<mask> in route/route6 config sections
Felix Fietkau
2012-06-18
add support for defaultroute "host" dependencies
Felix Fietkau
2012-06-18
fix return code in interface_ip_add_target_route
Felix Fietkau
2012-06-18
fix a memleak in host route dependency handling
Felix Fietkau
2012-05-25
fix endian handling of the ipv4 broadcast address
Felix Fietkau
2012-05-23
preserve subnet routes on interface update by not putting them in the route v...
Felix Fietkau
2012-05-20
replace the kernel's implicit network routes if the metric is set
Felix Fietkau
2012-05-20
pass interface route metric to routes when adding them
Felix Fietkau
2012-05-19
move dns server/search list parsing to interface core to support peerdns=0 + ...
Felix Fietkau
2012-05-19
implement a generic peerdns option to suppress proto handler dns entries
Felix Fietkau
2012-05-04
add copyright headers
Felix Fietkau
2012-05-04
add a ubus interface to dynamically create host routes to a particular ip add...
Felix Fietkau
2012-05-04
move route interface assignment to the vlist update
Felix Fietkau
2012-04-30
store a pointer to the active interface as part of the device route
Felix Fietkau
2012-04-29
include route/address flags in vlist comparison
Felix Fietkau
2012-04-29
keep config routes disabled at interface statup
Felix Fietkau
2012-03-23
move l3 device tracking to interface core to enforce proper order of address/...
Felix Fietkau
2012-03-19
add support for updating route metrics
Felix Fietkau
2012-03-19
add a flag to keep track of route metric overrides
Felix Fietkau
2012-03-15
fix ipv6 routes
Felix Fietkau
2012-03-15
always create device routes
Felix Fietkau
2012-03-09
make route metrics default to 0
Felix Fietkau
2012-03-04
simplify vlist, move avl key handling to vlist_add()
Felix Fietkau
2012-02-26
move broadcast address handling to the core
Felix Fietkau
2012-02-26
remove device_{route,addr}->device
Felix Fietkau
2012-02-15
initialize route->metric to -1
Felix Fietkau
2012-01-24
add a generic option for disabling the automatic default route on interfaces
Felix Fietkau
2012-01-15
use the simplified vlist type for dns servers/search
Felix Fietkau
2011-11-13
avoid deleting and re-adding duplicate ip addresses and routes, fixes tcp con...
Felix Fietkau
2011-10-19
add support for configuring static routes
Felix Fietkau
2011-10-19
fix interface_add_dns_search_list
Felix Fietkau
2011-10-19
rework route handling, move parser code to interface-ip.c, add extra options ...
Felix Fietkau
2011-10-19
add support for keeping multiple ip addr/route/dns lists
Felix Fietkau
[next]