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
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
2011-10-14
proto-shell: add dns search domains
Felix Fietkau
2011-10-13
proto-shell: fix updating settings, only issue ifup event after configuration...
Felix Fietkau
2011-10-13
proto-shell: add dns server support
Felix Fietkau
2011-10-13
add functions for adding dns servers to the proto list, hook them up in proto...
Felix Fietkau
2011-10-11
add some code for keeping track of dns servers and search domains and for wri...
Felix Fietkau
2011-10-02
vlist: store a pointer to the real key to make lookups easier
Felix Fietkau
2011-10-02
make versioned lists more flexible by using an external comparator
Felix Fietkau
2011-09-12
add support for externally managed ip addresses and routes
Felix Fietkau
2011-09-11
proto-shell: add l3 interface claim/release
Felix Fietkau
2011-09-07
add code for versioned lists and use it to manage addresses and routes
Felix Fietkau
2011-09-05
free routes and addresses
Felix Fietkau
2011-09-05
move ip related functions and data structures to a separate header file
Felix Fietkau
2011-09-04
use list_add_tail instead of list_add
Felix Fietkau
2011-05-03
add routes/gateway support
Felix Fietkau
2011-05-02
move interface address handling to the device module, clean up arguments to s...
Felix Fietkau
2011-05-02
clear all remaining addresses on interface down
Felix Fietkau
2011-05-02
move address handling to common code
Felix Fietkau