interface-ip.{c,h}: add new flag DEVROUTE_MTU and set it for per-route mtu overrides
[project/netifd.git] / proto-static.c
2012-05-13 Felix Fietkausplit applying static proto setting from handler settings
2012-05-04 Felix Fietkauadd copyright headers
2012-02-26 Felix Fietkauproto: add an option for specifying external addresses...
2012-02-26 Felix Fietkaumove static address setup to proto.c in preparation...
2011-10-19 Felix Fietkaumake a few more functions static
2011-10-19 Felix Fietkauadd support for keeping multiple ip addr/route/dns...
2011-10-13 Felix Fietkauproto-shell: allow passing netmask in ip address format
2011-10-13 Felix Fietkauadd functions for adding dns servers to the proto list...
2011-09-12 Felix Fietkaumove ip address parsing code to proto.c
2011-09-12 Felix Fietkaumake proto_apply_static_settings static, make helper...
2011-09-11 Felix Fietkaumove protocol flags to the handler, add a pointer to...
2011-09-09 Felix Fietkauhandle static proto setup failure
2011-09-07 Felix Fietkauadd code for versioned lists and use it to manage addre...
2011-09-07 Felix Fietkaumake functionality for applying static settings available
2011-09-05 Felix Fietkaumove ip related functions and data structures to a...
2011-09-04 Felix Fietkauremove the uci dependency from protocol handlers
2011-09-04 Felix Fietkautrigger proto attach from config.c
2011-05-02 Felix Fietkauadd routes/gateway support
2011-05-02 Felix Fietkaumove interface address handling to the device module...
2011-05-02 Felix Fietkaumove address handling to common code
2011-04-15 Felix Fietkauremove the DNS option from proto-static, it will be...
2011-04-14 Felix Fietkaumake creating a static proto state more flexible, add...
2011-04-14 Felix Fietkauadd code to set ip addresses when an interface with...
2011-04-14 Felix Fietkaucleanup entry counting loop
2011-04-14 Felix Fietkauadd some code for parsing static ipaddr/ip6addr/netmask
2011-04-13 Felix Fietkauadd a dummy protocol handler for "static"