summaryrefslogtreecommitdiff
path: root/interface.h
Commit message (Expand)AuthorAgeFilesLines
* 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