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
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