Add table argument to shell API for routes
[project/netifd.git] / proto.h
2014-07-27 Felix Fietkauinterface: enable force_link by default for proto=static
2014-03-21 Helmut Schaanetifd: Reload proto on topology change
2014-03-07 Felix Fietkauproto-shell: defer init until after command line option...
2013-06-10 Felix Fietkauconfig: use the new uci_blob library code
2012-05-31 Felix Fietkauadd an ubus method for dumping available protocol handlers
2012-05-13 Felix Fietkausplit applying static proto setting from handler settings
2012-05-04 Felix Fietkauadd copyright headers
2012-02-26 Felix Fietkaumake proto_parse_ip_addr_string() static
2012-02-26 Felix Fietkauproto: add an option for specifying external addresses...
2012-02-26 Felix Fietkaumove static address setup to proto.c in preparation...
2011-10-27 Felix Fietkauproto-shell: handle the "available" config flag
2011-10-13 Felix Fietkauproto-shell: allow passing netmask in ip address format
2011-09-12 Felix Fietkaumove ip address parsing code to proto.c
2011-09-12 Felix Fietkaumake proto_apply_static_settings static, make helper...
2011-09-11 Felix Fietkauadd a protocol event for link loss
2011-09-11 Felix Fietkauadd an interface for notifying protocol handlers of...
2011-09-11 Felix Fietkaumove protocol flags to the handler, add a pointer to...
2011-09-07 Felix Fietkaumake functionality for applying static settings available
2011-09-04 Felix Fietkauremove the uci dependency from protocol handlers
2011-09-04 Felix Fietkauremove an unnecessary typedef
2011-09-04 Felix Fietkautrigger proto attach from config.c
2011-04-13 Felix Fietkauexport a function to look up a protocol handler
2011-04-13 Felix Fietkauadd a section pointer to the proto attach callback
2011-04-13 Felix Fietkauadd some infrastructure code for proto handlers
2011-04-03 Felix Fietkaumove immediate protocol state transitions to a wrapper...
2011-03-28 Felix Fietkauadd rudimentary protocol handling