Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove commented out TODO items | Felix Fietkau | 2013-01-15 | 1 | -19/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||||
* | Initial IPv6 prefix support | Steven Barth | 2013-01-15 | 1 | -1/+112 |
| | | | | Signed-off-by: Steven Barth <steven@midlink.org> | ||||
* | Move IP address parsing functions to utils. | Stéphan Kochen | 2012-06-18 | 1 | -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 handlers | Felix Fietkau | 2012-05-31 | 1 | -0/+13 |
| | |||||
* | move dns server/search list parsing to interface core to support peerdns=0 + ↵ | Felix Fietkau | 2012-05-19 | 1 | -17/+0 |
| | | | | static entries | ||||
* | parse point to point ip addresses | Felix Fietkau | 2012-05-14 | 1 | -2/+8 |
| | |||||
* | proto-shell: refactor code to allow specifying per-address broadcast option ↵ | Felix Fietkau | 2012-05-14 | 1 | -21/+96 |
| | | | | for ipv4 | ||||
* | drop broadcast/netmask parsing from proto_apply_ip_settings | Felix Fietkau | 2012-05-13 | 1 | -18/+2 |
| | |||||
* | split applying static proto setting from handler settings | Felix Fietkau | 2012-05-13 | 1 | -0/+67 |
| | |||||
* | add copyright headers | Felix Fietkau | 2012-05-04 | 1 | -0/+13 |
| | |||||
* | include route/address flags in vlist comparison | Felix Fietkau | 2012-04-29 | 1 | -2/+2 |
| | |||||
* | always create device routes | Felix Fietkau | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | simplify vlist, move avl key handling to vlist_add() | Felix Fietkau | 2012-03-04 | 1 | -2/+2 |
| | |||||
* | minor cleanup | Felix Fietkau | 2012-02-26 | 1 | -16/+17 |
| | |||||
* | parse and use the broadcast option | Felix Fietkau | 2012-02-26 | 1 | -2/+11 |
| | |||||
* | move broadcast address handling to the core | Felix Fietkau | 2012-02-26 | 1 | -5/+14 |
| | |||||
* | make proto_parse_ip_addr_string() static | Felix Fietkau | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | proto: move the dns search option handling to the core | Felix Fietkau | 2012-02-26 | 1 | -0/+5 |
| | |||||
* | proto: add an option for specifying external addresses using ↵ | Felix Fietkau | 2012-02-26 | 1 | -6/+13 |
| | | | | proto_apply_ip_settings() | ||||
* | move static address setup to proto.c in preparation for unifying it with the ↵ | Felix Fietkau | 2012-02-26 | 1 | -0/+136 |
| | | | | proto-shell code doing similar things | ||||
* | make sure iface->proto_handler is always initialized | Felix Fietkau | 2012-01-24 | 1 | -11/+8 |
| | |||||
* | ensure that iface->proto_handler gets initialized | Felix Fietkau | 2011-10-26 | 1 | -3/+6 |
| | |||||
* | proto-shell: allow passing netmask in ip address format | Felix Fietkau | 2011-10-14 | 1 | -7/+31 |
| | |||||
* | fix proto events for immediate proto handlers | Felix Fietkau | 2011-10-07 | 1 | -3/+3 |
| | |||||
* | fix parsing of ipaddr + netmask | Felix Fietkau | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | move ip address parsing code to proto.c | Felix Fietkau | 2011-09-12 | 1 | -0/+57 |
| | |||||
* | move protocol flags to the handler, add a pointer to the handler in the ↵ | Felix Fietkau | 2011-09-11 | 1 | -5/+6 |
| | | | | proto state, add PROTO_FLAG_NODEV | ||||
* | remove the uci dependency from protocol handlers | Felix Fietkau | 2011-09-04 | 1 | -6/+5 |
| | |||||
* | trigger proto attach from config.c | Felix Fietkau | 2011-09-04 | 1 | -29/+34 |
| | |||||
* | export a function to look up a protocol handler | Felix Fietkau | 2011-04-13 | 1 | -7/+19 |
| | |||||
* | add a section pointer to the proto attach callback | Felix Fietkau | 2011-04-13 | 1 | -1/+1 |
| | |||||
* | add some infrastructure code for proto handlers | Felix Fietkau | 2011-04-13 | 1 | -3/+64 |
| | |||||
* | move immediate protocol state transitions to a wrapper function | Felix Fietkau | 2011-04-03 | 1 | -10/+25 |
| | |||||
* | rework includes | Felix Fietkau | 2011-03-29 | 1 | -0/+1 |
| | |||||
* | add rudimentary protocol handling | Felix Fietkau | 2011-03-29 | 1 | -0/+42 |