summaryrefslogtreecommitdiff
path: root/interface.h
Commit message (Expand)AuthorAgeFilesLines
* interface: rework code to get rid of arbitrary IFNAMSIZ limitation for interf...Felix Fietkau2013-10-191-3/+2
* interface: remove "dynamic" argument for interface_init, add the interface_se...Felix Fietkau2013-10-191-1/+3
* Add option "delegate" to toggle prefix delegationSteven Barth2013-10-181-0/+1
* Add protocol update notifications and hotplug legacy callsSteven Barth2013-10-171-0/+1
* Add ubus function to create nested interfacesSteven Barth2013-10-171-1/+2
* config: use the new uci_blob library codeFelix Fietkau2013-06-101-1/+1
* IPv6: reorganize prefix assignmentSteven Barth2013-05-301-3/+10
* Add option to define target routing table for protocol routes.Steven Barth2013-05-171-0/+2
* Rewrite IPv6 prefix assignmentSteven Barth2013-04-031-0/+2
* Initial IPv6 prefix supportSteven Barth2013-01-151-0/+3
* add simple device config params to interface blob attributes, and add a flag ...Felix Fietkau2012-07-121-0/+1
* add interface alias supportFelix Fietkau2012-05-231-0/+4
* implement a generic peerdns option to suppress proto handler dns entriesFelix Fietkau2012-05-191-0/+1
* add copyright headersFelix Fietkau2012-05-041-0/+13
* convert interface event queueing to global interface notifierFelix Fietkau2012-05-041-3/+0
* add a new event for interface reloadFelix Fietkau2012-05-041-0/+1
* add a new event for interface freeFelix Fietkau2012-05-041-0/+1
* add global interface event notifierFelix Fietkau2012-05-041-1/+1
* add a ubus interface to dynamically create host routes to a particular ip add...Felix Fietkau2012-05-041-0/+1
* add support for attaching arbitrary state data to interfacesFelix Fietkau2012-03-231-0/+10
* move l3 device tracking to interface core to enforce proper order of address/...Felix Fietkau2012-03-231-1/+3
* add support for updating route metricsFelix Fietkau2012-03-191-0/+2
* ubus: use interface_{add,remove}_link for hotplug opsFelix Fietkau2012-03-031-2/+2
* add a generic option for disabling the automatic default route on interfacesFelix Fietkau2012-01-241-0/+1
* use the simplified vlist type for dns servers/searchFelix Fietkau2012-01-151-2/+2
* rework route handling, move parser code to interface-ip.c, add extra options ...Felix Fietkau2011-10-191-0/+5
* add support for keeping multiple ip addr/route/dns listsFelix Fietkau2011-10-191-5/+11
* rework device hotplug handling some more, add device_lock/device_unlock to pr...Felix Fietkau2011-10-191-1/+0
* rework and fix hotplug interface handlingFelix Fietkau2011-10-191-0/+3
* add interface users (similar to device users)Felix Fietkau2011-10-181-0/+11
* add some code for keeping track of dns servers and search domains and for wri...Felix Fietkau2011-10-111-0/+3
* add interface uptime to the status infoFelix Fietkau2011-10-101-0/+1
* add support for calls to a hotplug script on interface state changesFelix Fietkau2011-10-071-1/+6
* add some code for properly tearing down, reloading and removing interfacesFelix Fietkau2011-10-021-0/+11
* manage interfaces via vlistFelix Fietkau2011-10-021-5/+6
* proto-shell: add l3 interface claim/releaseFelix Fietkau2011-09-111-1/+1
* make it possible to decouple interface availability from having a main deviceFelix Fietkau2011-09-111-0/+1
* rename "active" to "available"Felix Fietkau2011-09-081-1/+1
* add code for versioned lists and use it to manage addresses and routesFelix Fietkau2011-09-071-1/+2
* add config state trackingFelix Fietkau2011-09-051-0/+2
* move ip related functions and data structures to a separate header fileFelix Fietkau2011-09-051-8/+0
* trigger proto attach from config.cFelix Fietkau2011-09-041-1/+2
* make bridge configuration more dynamicFelix Fietkau2011-09-041-2/+0
* s/alloc_interface/interface_alloc/Felix Fietkau2011-07-291-1/+1
* s/free_interface/interface_free/Felix Fietkau2011-07-291-1/+1
* s/get_interface/interface_get/Felix Fietkau2011-07-291-1/+1
* s/start_pending_interfaces/interface_start_pending/Felix Fietkau2011-07-291-1/+1
* s/set_interface_down/interface_set_down/Felix Fietkau2011-07-291-1/+1
* s/set_interface_up/interface_set_up/Felix Fietkau2011-07-291-1/+1
* implement uci-to-blobmsg conversion as an abstraction between uci and the res...Felix Fietkau2011-07-291-1/+4