summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2011-09-05move ip related functions and data structures to a separate header fileFelix Fietkau
2011-09-05remove code duplicationFelix Fietkau
2011-09-05fix the ubus hotplug add/remove interface to properly clean up devicesFelix Fietkau
2011-09-05improve interface for cleaning up unused devicesFelix Fietkau
2011-09-05extend the ubus interface to allow adding/removing hotplug interfacesFelix Fietkau
2011-09-04remove the uci dependency from protocol handlersFelix Fietkau
2011-09-04remove an unnecessary typedefFelix Fietkau
2011-09-04fix compiler warningsFelix Fietkau
2011-09-04make device_claim/device_release operate on the device_user instead of the de...Felix Fietkau
2011-09-04trigger proto attach from config.cFelix Fietkau
2011-09-04use list_add_tail instead of list_addFelix Fietkau