summaryrefslogtreecommitdiffhomepage
path: root/proto.c
AgeCommit message (Expand)Author
2018-12-17proto: fix logic inversion in previous commitKevin Darbyshire-Bryant
2018-12-16proto: Support class-e addressing in netifdDave Taht
2018-01-03proto: allow dumping protocol handlers without config_paramsOlof Sivertsson
2017-10-18proto: add point-to-point IPv4 address config support (FS#1037)Hans Dedecker
2016-12-24proto: allow configuring deprecated static IPv6 addressesMatthias Schiffer
2016-08-11utils: Move IP address validation to parse_addr functionHans Dedecker
2016-08-11proto: Display proto flags when dumping the protocol handlers in ubusHans Dedecker
2016-02-01proto: Fix possible segfaultsHans Dedecker
2016-02-01proto: Fix possible buffer overflow due to non null terminated stringHans Dedecker
2015-04-03netifd: Interface last error supportHans Dedecker
2014-05-09netifd: Apply interface metric on configured interface gateway parametersHans Dedecker
2014-03-21netifd: Reload proto on topology changeHelmut Schaa
2014-02-17add validation rules to proto staticJohn Crispin
2014-02-17get_proto_handlers now also dumps the validation infoJohn Crispin
2013-11-27IPv6: add class support to regular IPv6 addressesSteven Barth
2013-06-10config: use the new uci_blob library codeFelix Fietkau
2013-05-30IPv6: reorganize prefix assignmentSteven Barth
2013-05-28IPv6: fix wrap-arounds in address lifetimesSteven Barth
2013-05-17Add option to define target routing table for protocol routes.Steven Barth
2013-05-11IPv6: Use source-routing to allow multi-wanSteven Barth
2013-05-08IPv6: Use key=val format for prefix optionsSteven Barth
2013-04-05fix route sorting orderFelix Fietkau
2013-04-05Add myself to header for IPv6 workSteven Barth
2013-04-03Rewrite IPv6 prefix assignmentSteven Barth
2013-02-10proto: default to 128 instead of the "netmask" option for ipv6 addressesFelix Fietkau
2013-02-01Improved IPv6 featuresetSteven Barth
2013-01-15remove commented out TODO itemsFelix Fietkau
2013-01-15Initial IPv6 prefix supportSteven Barth
2012-06-18Move IP address parsing functions to utils.Stéphan Kochen
2012-05-31add an ubus method for dumping available protocol handlersFelix Fietkau
2012-05-19move dns server/search list parsing to interface core to support peerdns=0 + ...Felix Fietkau
2012-05-14parse point to point ip addressesFelix Fietkau
2012-05-14proto-shell: refactor code to allow specifying per-address broadcast option f...Felix Fietkau
2012-05-13drop broadcast/netmask parsing from proto_apply_ip_settingsFelix Fietkau
2012-05-13split applying static proto setting from handler settingsFelix Fietkau
2012-05-04add copyright headersFelix Fietkau
2012-04-29include route/address flags in vlist comparisonFelix Fietkau
2012-03-15always create device routesFelix Fietkau
2012-03-04simplify vlist, move avl key handling to vlist_add()Felix Fietkau
2012-02-26minor cleanupFelix Fietkau
2012-02-26parse and use the broadcast optionFelix Fietkau
2012-02-26move broadcast address handling to the coreFelix Fietkau
2012-02-26make proto_parse_ip_addr_string() staticFelix Fietkau
2012-02-26proto: move the dns search option handling to the coreFelix Fietkau
2012-02-26proto: add an option for specifying external addresses using proto_apply_ip_s...Felix Fietkau
2012-02-26move static address setup to proto.c in preparation for unifying it with the ...Felix Fietkau
2012-01-24make sure iface->proto_handler is always initializedFelix Fietkau
2011-10-26ensure that iface->proto_handler gets initializedFelix Fietkau
2011-10-14proto-shell: allow passing netmask in ip address formatFelix Fietkau
2011-10-07fix proto events for immediate proto handlersFelix Fietkau