summaryrefslogtreecommitdiffhomepage
path: root/interface.c
AgeCommit message (Expand)Author
2011-09-11add a protocol event for link lossFelix Fietkau
2011-09-11proto-shell: add l3 interface claim/releaseFelix Fietkau
2011-09-11do not attempt to get an interface if PROTO_FLAG_NODEV is setFelix 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-09remove obsolete attribute infoFelix Fietkau
2011-09-08rename "active" to "available"Felix Fietkau
2011-09-07add code for versioned lists and use it to manage addresses and routesFelix Fietkau
2011-09-07handle the interface autostart optionFelix Fietkau
2011-09-05delete all routes on interface downFelix Fietkau
2011-09-05add config state trackingFelix Fietkau
2011-09-05move ip related functions and data structures to a separate header fileFelix 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
2011-09-04make interface:ifname a string instead of an arrayFelix Fietkau
2011-09-04make bridge configuration more dynamicFelix Fietkau
2011-07-29s/alloc_interface/interface_alloc/Felix Fietkau
2011-07-29s/free_interface/interface_free/Felix Fietkau
2011-07-29s/get_interface/interface_get/Felix Fietkau
2011-07-29s/start_pending_interfaces/interface_start_pending/Felix Fietkau
2011-07-29s/set_interface_down/interface_set_down/Felix Fietkau
2011-07-29s/set_interface_up/interface_set_up/Felix Fietkau
2011-07-29s/release_device/device_release/Felix Fietkau
2011-07-29s/claim_device/device_claim/Felix Fietkau
2011-07-29s/get_device/device_get/Felix Fietkau
2011-07-29s/add_device_user/device_add_user/Felix Fietkau
2011-07-29s/remove_device_user/device_remove_user/gFelix Fietkau
2011-07-29implement uci-to-blobmsg conversion as an abstraction between uci and the res...Felix Fietkau
2011-05-03add routes/gateway supportFelix Fietkau
2011-05-02clear all remaining addresses on interface downFelix Fietkau
2011-05-02move address handling to common codeFelix Fietkau
2011-04-15fix a compiler warningFelix Fietkau
2011-04-13add some infrastructure code for proto handlersFelix Fietkau
2011-04-05prevent autostart of interfaces during config initFelix Fietkau
2011-04-03fix duplicate device release on interface downFelix Fietkau
2011-04-03move immediate protocol state transitions to a wrapper functionFelix Fietkau
2011-04-03clean up variable names (llif -> dev)Felix Fietkau
2011-03-29rework includesFelix Fietkau
2011-03-29fix handling duplicate IFS_DOWN eventsFelix Fietkau
2011-03-29add rudimentary protocol handlingFelix Fietkau
2011-03-28restructure the proto state, add a callback for notifications by the protocol...Felix Fietkau
2011-03-28remove an unnecessary checkFelix Fietkau
2011-03-28add error reporting supportFelix Fietkau
2011-03-27Initial importFelix Fietkau