ubus: add interface method to trigger renew event
[project/netifd.git] / proto.c
2016-12-24 Matthias Schifferproto: allow configuring deprecated static IPv6 addresses
2016-08-11 Hans Dedeckerutils: Move IP address validation to parse_addr function
2016-08-11 Hans Dedeckerproto: Display proto flags when dumping the protocol...
2016-02-01 Hans Dedeckerproto: Fix possible segfaults
2016-02-01 Hans Dedeckerproto: Fix possible buffer overflow due to non null...
2015-04-03 Hans Dedeckernetifd: Interface last error support
2014-05-09 Hans Dedeckernetifd: Apply interface metric on configured interface...
2014-03-21 Helmut Schaanetifd: Reload proto on topology change
2014-02-17 John Crispinadd validation rules to proto static
2014-02-17 John Crispinget_proto_handlers now also dumps the validation info
2013-11-27 Steven BarthIPv6: add class support to regular IPv6 addresses
2013-06-10 Felix Fietkauconfig: use the new uci_blob library code
2013-05-30 Steven BarthIPv6: reorganize prefix assignment
2013-05-28 Steven BarthIPv6: fix wrap-arounds in address lifetimes
2013-05-17 Steven BarthAdd option to define target routing table for protocol...
2013-05-11 Steven BarthIPv6: Use source-routing to allow multi-wan
2013-05-08 Steven BarthIPv6: Use key=val format for prefix options
2013-04-05 Felix Fietkaufix route sorting order
2013-04-05 Steven BarthAdd myself to header for IPv6 work
2013-04-03 Steven BarthRewrite IPv6 prefix assignment
2013-02-10 Felix Fietkauproto: default to 128 instead of the "netmask" option...
2013-02-01 Steven BarthImproved IPv6 featureset
2013-01-15 Felix Fietkauremove commented out TODO items
2013-01-15 Steven BarthInitial IPv6 prefix support
2012-06-18 Stéphan KochenMove IP address parsing functions to utils.
2012-05-31 Felix Fietkauadd an ubus method for dumping available protocol handlers
2012-05-19 Felix Fietkaumove dns server/search list parsing to interface core...
2012-05-14 Felix Fietkauparse point to point ip addresses
2012-05-14 Felix Fietkauproto-shell: refactor code to allow specifying per...
2012-05-13 Felix Fietkaudrop broadcast/netmask parsing from proto_apply_ip_settings
2012-05-13 Felix Fietkausplit applying static proto setting from handler settings
2012-05-04 Felix Fietkauadd copyright headers
2012-04-29 Felix Fietkauinclude route/address flags in vlist comparison
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