summaryrefslogtreecommitdiff
path: root/proto.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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 proto...Felix Fietkau2011-09-111-5/+6
* 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