netifd: Fix proto shell setup/teardwon race condition
[project/netifd.git] / interface.h
2014-07-30 Hans Dedeckernetifd: Allow to add link devices which can be marked...
2014-07-24 Felix Fietkauinterface: fix restart after reload with external devices
2014-04-11 Felix Fietkauinterface: add support for a parameter to force setup...
2014-02-27 Hans Dedeckernetifd: Link layer state awareness support on interface...
2014-01-16 Steven BarthAdd indicator-flags to ubus and hotplug update-events
2013-12-14 Felix FietkauRevert "netifd: Link layer state support on interface...
2013-12-08 Hans Dedeckernetifd: Link layer state support on interface level
2013-10-22 Felix Fietkauadd helper function for adding/removing devices to...
2013-10-19 Felix Fietkauinterface: rework code to get rid of arbitrary IFNAMSIZ...
2013-10-19 Felix Fietkauinterface: remove "dynamic" argument for interface_init...
2013-10-18 Steven BarthAdd option "delegate" to toggle prefix delegation
2013-10-17 Steven BarthAdd protocol update notifications and hotplug legacy...
2013-10-17 Steven BarthAdd ubus function to create nested interfaces
2013-06-10 Felix Fietkauconfig: use the new uci_blob library code
2013-05-30 Steven BarthIPv6: reorganize prefix assignment
2013-05-17 Steven BarthAdd option to define target routing table for protocol...
2013-04-03 Steven BarthRewrite IPv6 prefix assignment
2013-01-15 Steven BarthInitial IPv6 prefix support
2012-07-12 Felix Fietkauadd simple device config params to interface blob attri...
2012-05-23 Felix Fietkauadd interface alias support
2012-05-19 Felix Fietkauimplement a generic peerdns option to suppress proto...
2012-05-04 Felix Fietkauadd copyright headers
2012-05-04 Felix Fietkauconvert interface event queueing to global interface...
2012-05-04 Felix Fietkauadd a new event for interface reload
2012-05-04 Felix Fietkauadd a new event for interface free
2012-05-04 Felix Fietkauadd global interface event notifier
2012-05-04 Felix Fietkauadd a ubus interface to dynamically create host routes...
2012-03-23 Felix Fietkauadd support for attaching arbitrary state data to inter...
2012-03-23 Felix Fietkaumove l3 device tracking to interface core to enforce...
2012-03-19 Felix Fietkauadd support for updating route metrics
2012-03-03 Felix Fietkauubus: use interface_{add,remove}_link for hotplug ops
2012-01-23 Felix Fietkauadd a generic option for disabling the automatic defaul...
2012-01-15 Felix Fietkauuse the simplified vlist type for dns servers/search
2011-10-19 Felix Fietkaurework route handling, move parser code to interface...
2011-10-19 Felix Fietkauadd support for keeping multiple ip addr/route/dns...
2011-10-19 Felix Fietkaurework device hotplug handling some more, add device_lo...
2011-10-19 Felix Fietkaurework and fix hotplug interface handling
2011-10-18 Felix Fietkauadd interface users (similar to device users)
2011-10-11 Felix Fietkauadd some code for keeping track of dns servers and...
2011-10-10 Felix Fietkauadd interface uptime to the status info
2011-10-07 Felix Fietkauadd support for calls to a hotplug script on interface...
2011-10-02 Felix Fietkauadd some code for properly tearing down, reloading...
2011-10-02 Felix Fietkaumanage interfaces via vlist
2011-09-11 Felix Fietkauproto-shell: add l3 interface claim/release
2011-09-11 Felix Fietkaumake it possible to decouple interface availability...
2011-09-08 Felix Fietkaurename "active" to "available"
2011-09-07 Felix Fietkauadd code for versioned lists and use it to manage addre...
2011-09-05 Felix Fietkauadd config state tracking
2011-09-05 Felix Fietkaumove ip related functions and data structures to a...
2011-09-04 Felix Fietkautrigger proto attach from config.c
2011-09-04 Felix Fietkaumake bridge configuration more dynamic
2011-07-29 Felix Fietkaus/alloc_interface/interface_alloc/
2011-07-29 Felix Fietkaus/free_interface/interface_free/
2011-07-29 Felix Fietkaus/get_interface/interface_get/
2011-07-29 Felix Fietkaus/start_pending_interfaces/interface_start_pending/
2011-07-29 Felix Fietkaus/set_interface_down/interface_set_down/
2011-07-29 Felix Fietkaus/set_interface_up/interface_set_up/
2011-07-29 Felix Fietkauimplement uci-to-blobmsg conversion as an abstraction...
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-13 Felix Fietkauadd some infrastructure code for proto handlers
2011-04-05 Felix Fietkauprevent autostart of interfaces during config init
2011-03-29 Felix Fietkaurework includes
2011-03-28 Felix Fietkauadd rudimentary protocol handling
2011-03-28 Felix Fietkaurestructure the proto state, add a callback for notific...
2011-03-28 Felix Fietkauremove a few comments clarified in the design documentation
2011-03-28 Felix Fietkauallow longer interface names
2011-03-27 Felix Fietkauadd error reporting support
2011-03-27 Felix FietkauInitial import