summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2011-09-14add a device pointer to struct device_routeFelix Fietkau
2011-09-12remove proto-shell handlers listFelix Fietkau
2011-09-12proto-shell: parse ipv4/ipv6 address listsFelix Fietkau
2011-09-12system-dummy: print ipv6 addresses on address add/removeFelix Fietkau
2011-09-12fix parsing of ipaddr + netmaskFelix Fietkau
2011-09-12add support for externally managed ip addresses and routesFelix Fietkau
2011-09-12move ip address parsing code to proto.cFelix Fietkau
2011-09-12make proto_apply_static_settings static, make helper functions take a struct ...Felix Fietkau
2011-09-11proto-shell: only set the l3 dev if it is not already setFelix Fietkau
2011-09-11use DPRINTF instead of fprintf(stderr)Felix Fietkau
2011-09-11only use -g3 with -DDEBUGFelix Fietkau
2011-09-11use false instead of 0 for a bool variableFelix Fietkau
2011-09-11fix a null pointer deref bugFelix Fietkau
2011-09-11add a protocol event for link lossFelix Fietkau
2011-09-11proto-shell: add l3 interface claim/releaseFelix Fietkau
2011-09-11add forced shell proto setup kill (timeout: 1 second)Felix Fietkau
2011-09-11add support for interrupting shell protocol setupFelix Fietkau
2011-09-11proto-shell: pass the interface name to pluginsFelix Fietkau
2011-09-11add an interface for notifying protocol handlers of state changes via ubusFelix Fietkau
2011-09-11reorder codeFelix Fietkau
2011-09-11pass ifname to the shell proto handlerFelix Fietkau
2011-09-11proto-shell: add a config option for setting PROTO_FLAG_NODEVFelix Fietkau
2011-09-11do not attempt to get an interface if PROTO_FLAG_NODEV is setFelix Fietkau
2011-09-11move protocol flags to the handler, add a pointer to the handler in the proto...Felix Fietkau
2011-09-11code cleanupFelix Fietkau
2011-09-11make it possible to decouple interface availability from having a main deviceFelix Fietkau
2011-09-11bring all interfaces down on restartFelix Fietkau
2011-09-10move the DUMP_SUFFIX define to the right placeFelix Fietkau
2011-09-10fix invoking shell protocol handler scriptsFelix Fietkau
2011-09-10proto-shell: parse shell handler metadataFelix Fietkau
2011-09-10remove script prefixFelix Fietkau
2011-09-09remove obsolete attribute infoFelix Fietkau
2011-09-09add work in progress code for enumerating shell protocol handlersFelix Fietkau
2011-09-09add an option for selecting the main path for netifd addonsFelix Fietkau
2011-09-09handle static proto setup failureFelix Fietkau
2011-09-09add an ubus call for restarting netifdFelix Fietkau
2011-09-08rename "active" to "available"Felix Fietkau
2011-09-08change the status information provided via ubusFelix Fietkau
2011-09-07add code for versioned lists and use it to manage addresses and routesFelix Fietkau
2011-09-07move more stuff out of netifd.hFelix Fietkau
2011-09-07move some code to utils.[ch]Felix Fietkau
2011-09-07add DPRINTF type checking for no-debug buildsFelix Fietkau
2011-09-07make functionality for applying static settings availableFelix Fietkau
2011-09-07handle the interface autostart optionFelix Fietkau
2011-09-05Add inline fls() function for linuxJo-Philipp Wich
2011-09-05make config_init_devices staticFelix Fietkau
2011-09-05delete all routes on interface downFelix Fietkau
2011-09-05constifyFelix Fietkau
2011-09-05add config state trackingFelix Fietkau
2011-09-05free routes and addressesFelix Fietkau