fix flushing routes/addresses on connection loss
[project/netifd.git] / proto.c
2012-03-15 Felix Fietkaualways create device routes
2012-03-03 Felix Fietkausimplify vlist, move avl key handling to vlist_add()
2012-02-26 Felix Fietkauminor cleanup
2012-02-26 Felix Fietkauparse and use the broadcast option
2012-02-26 Felix Fietkaumove broadcast address handling to the core
2012-02-26 Felix Fietkaumake proto_parse_ip_addr_string() static
2012-02-26 Felix Fietkauproto: move the dns search option handling to the core
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...
2012-01-24 Felix Fietkaumake sure iface->proto_handler is always initialized
2011-10-26 Felix Fietkauensure that iface->proto_handler gets initialized
2011-10-13 Felix Fietkauproto-shell: allow passing netmask in ip address format
2011-10-07 Felix Fietkaufix proto events for immediate proto handlers
2011-09-12 Felix Fietkaufix parsing of ipaddr + netmask
2011-09-12 Felix Fietkaumove ip address parsing code to proto.c
2011-09-11 Felix Fietkaumove protocol flags to the handler, add a pointer to...
2011-09-04 Felix Fietkauremove the uci dependency from protocol handlers
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-29 Felix Fietkaurework includes
2011-03-28 Felix Fietkauadd rudimentary protocol handling