summaryrefslogtreecommitdiff
path: root/interface.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add routes/gateway supportFelix Fietkau2011-05-031-0/+4
* move interface address handling to the device module, clean up arguments to s...Felix Fietkau2011-05-021-39/+2
* move address handling to common codeFelix Fietkau2011-05-021-0/+43
* add some infrastructure code for proto handlersFelix Fietkau2011-04-131-1/+3
* prevent autostart of interfaces during config initFelix Fietkau2011-04-051-0/+2
* rework includesFelix Fietkau2011-03-291-0/+2
* add rudimentary protocol handlingFelix Fietkau2011-03-291-20/+8
* restructure the proto state, add a callback for notifications by the protocol...Felix Fietkau2011-03-281-2/+12
* remove a few comments clarified in the design documentationFelix Fietkau2011-03-281-5/+0
* allow longer interface namesFelix Fietkau2011-03-281-1/+1
* add error reporting supportFelix Fietkau2011-03-281-0/+14
* Initial importFelix Fietkau2011-03-271-0/+63