summaryrefslogtreecommitdiff
path: root/proto.c
Commit message (Expand)AuthorAgeFilesLines
* netifd: Explicitly zero initialize variablesHauke Mehrtens2023-02-191-1/+1
* interface: proto_ip: order by address index firstYousong Zhou2020-10-221-2/+2
* device_addr: record address index as in the blobYousong Zhou2020-10-221-0/+2
* proto: rework parse_addr to return struct device_addrYousong Zhou2020-10-221-11/+15
* proto: fix logic inversion in previous commitKevin Darbyshire-Bryant2018-12-171-1/+1
* proto: Support class-e addressing in netifdDave Taht2018-12-161-5/+1
* proto: allow dumping protocol handlers without config_paramsOlof Sivertsson2018-01-031-1/+1
* proto: add point-to-point IPv4 address config support (FS#1037)Hans Dedecker2017-10-181-6/+19
* proto: allow configuring deprecated static IPv6 addressesMatthias Schiffer2016-12-241-5/+14
* utils: Move IP address validation to parse_addr functionHans Dedecker2016-08-111-5/+15
* proto: Display proto flags when dumping the protocol handlers in ubusHans Dedecker2016-08-111-0/+7
* proto: Fix possible segfaultsHans Dedecker2016-02-011-0/+9
* proto: Fix possible buffer overflow due to non null terminated stringHans Dedecker2016-02-011-1/+1
* netifd: Interface last error supportHans Dedecker2015-04-031-1/+5
* netifd: Apply interface metric on configured interface gateway parametersHans Dedecker2014-05-091-0/+1
* netifd: Reload proto on topology changeHelmut Schaa2014-03-211-0/+3
* add validation rules to proto staticJohn Crispin2014-02-171-0/+11
* get_proto_handlers now also dumps the validation infoJohn Crispin2014-02-171-0/+10
* IPv6: add class support to regular IPv6 addressesSteven Barth2013-11-271-0/+5
* config: use the new uci_blob library codeFelix Fietkau2013-06-101-2/+2
* IPv6: reorganize prefix assignmentSteven Barth2013-05-301-1/+4
* IPv6: fix wrap-arounds in address lifetimesSteven Barth2013-05-281-11/+14
* Add option to define target routing table for protocol routes.Steven Barth2013-05-171-2/+3
* IPv6: Use source-routing to allow multi-wanSteven Barth2013-05-111-0/+6
* IPv6: Use key=val format for prefix optionsSteven Barth2013-05-081-10/+21
* fix route sorting orderFelix Fietkau2013-04-051-1/+1
* Add myself to header for IPv6 workSteven Barth2013-04-051-0/+1
* Rewrite IPv6 prefix assignmentSteven Barth2013-04-031-32/+19
* proto: default to 128 instead of the "netmask" option for ipv6 addressesFelix Fietkau2013-02-101-1/+1
* Improved IPv6 featuresetSteven Barth2013-02-011-0/+30
* remove commented out TODO itemsFelix Fietkau2013-01-151-19/+0
* Initial IPv6 prefix supportSteven Barth2013-01-151-1/+112
* Move IP address parsing functions to utils.Stéphan Kochen2012-06-181-60/+0
* add an ubus method for dumping available protocol handlersFelix Fietkau2012-05-311-0/+13
* move dns server/search list parsing to interface core to support peerdns=0 + ...Felix Fietkau2012-05-191-17/+0
* parse point to point ip addressesFelix Fietkau2012-05-141-2/+8
* proto-shell: refactor code to allow specifying per-address broadcast option f...Felix Fietkau2012-05-141-21/+96
* drop broadcast/netmask parsing from proto_apply_ip_settingsFelix Fietkau2012-05-131-18/+2
* split applying static proto setting from handler settingsFelix Fietkau2012-05-131-0/+67
* add copyright headersFelix Fietkau2012-05-041-0/+13
* include route/address flags in vlist comparisonFelix Fietkau2012-04-291-2/+2
* always create device routesFelix Fietkau2012-03-151-1/+1
* simplify vlist, move avl key handling to vlist_add()Felix Fietkau2012-03-041-2/+2
* minor cleanupFelix Fietkau2012-02-261-16/+17
* parse and use the broadcast optionFelix Fietkau2012-02-261-2/+11
* move broadcast address handling to the coreFelix Fietkau2012-02-261-5/+14
* make proto_parse_ip_addr_string() staticFelix Fietkau2012-02-261-1/+1
* proto: move the dns search option handling to the coreFelix Fietkau2012-02-261-0/+5
* proto: add an option for specifying external addresses using proto_apply_ip_s...Felix Fietkau2012-02-261-6/+13
* move static address setup to proto.c in preparation for unifying it with the ...Felix Fietkau2012-02-261-0/+136