summaryrefslogtreecommitdiff
path: root/proto.c
Commit message (Collapse)AuthorAgeFilesLines
* remove commented out TODO itemsFelix Fietkau2013-01-151-19/+0
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* Initial IPv6 prefix supportSteven Barth2013-01-151-1/+112
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Move IP address parsing functions to utils.Stéphan Kochen2012-06-181-60/+0
| | | | | | | | | This is a patch series against the netifd repository. This first patch moves some previously static functions to utils, so that the follow up patch may use them from system-linux.c. Signed-off-by: Stéphan Kochen <stephan@kochen.nl>
* 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
| | | | static entries
* parse point to point ip addressesFelix Fietkau2012-05-141-2/+8
|
* proto-shell: refactor code to allow specifying per-address broadcast option ↵Felix Fietkau2012-05-141-21/+96
| | | | for ipv4
* 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 ↵Felix Fietkau2012-02-261-6/+13
| | | | proto_apply_ip_settings()
* move static address setup to proto.c in preparation for unifying it with the ↵Felix Fietkau2012-02-261-0/+136
| | | | proto-shell code doing similar things
* make sure iface->proto_handler is always initializedFelix Fietkau2012-01-241-11/+8
|
* ensure that iface->proto_handler gets initializedFelix Fietkau2011-10-261-3/+6
|
* proto-shell: allow passing netmask in ip address formatFelix Fietkau2011-10-141-7/+31
|
* fix proto events for immediate proto handlersFelix Fietkau2011-10-071-3/+3
|
* fix parsing of ipaddr + netmaskFelix Fietkau2011-09-121-1/+1
|
* move ip address parsing code to proto.cFelix Fietkau2011-09-121-0/+57
|
* move protocol flags to the handler, add a pointer to the handler in the ↵Felix Fietkau2011-09-111-5/+6
| | | | proto state, add PROTO_FLAG_NODEV
* remove the uci dependency from protocol handlersFelix Fietkau2011-09-041-6/+5
|
* trigger proto attach from config.cFelix Fietkau2011-09-041-29/+34
|
* export a function to look up a protocol handlerFelix Fietkau2011-04-131-7/+19
|
* add a section pointer to the proto attach callbackFelix Fietkau2011-04-131-1/+1
|
* add some infrastructure code for proto handlersFelix Fietkau2011-04-131-3/+64
|
* move immediate protocol state transitions to a wrapper functionFelix Fietkau2011-04-031-10/+25
|
* rework includesFelix Fietkau2011-03-291-0/+1
|
* add rudimentary protocol handlingFelix Fietkau2011-03-291-0/+42