index
:
openwrt/netifd
fix-dynamic-routing
master
priority-fix
priority-fix-19.07
OpenWrt Network interface configuration daemon
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
proto.c
Age
Commit message (
Expand
)
Author
2020-10-22
interface: proto_ip: order by address index first
Yousong Zhou
2020-10-22
device_addr: record address index as in the blob
Yousong Zhou
2020-10-22
proto: rework parse_addr to return struct device_addr
Yousong Zhou
2018-12-17
proto: fix logic inversion in previous commit
Kevin Darbyshire-Bryant
2018-12-16
proto: Support class-e addressing in netifd
Dave Taht
2018-01-03
proto: allow dumping protocol handlers without config_params
Olof Sivertsson
2017-10-18
proto: add point-to-point IPv4 address config support (FS#1037)
Hans Dedecker
2016-12-24
proto: allow configuring deprecated static IPv6 addresses
Matthias Schiffer
2016-08-11
utils: Move IP address validation to parse_addr function
Hans Dedecker
2016-08-11
proto: Display proto flags when dumping the protocol handlers in ubus
Hans Dedecker
2016-02-01
proto: Fix possible segfaults
Hans Dedecker
2016-02-01
proto: Fix possible buffer overflow due to non null terminated string
Hans Dedecker
2015-04-03
netifd: Interface last error support
Hans Dedecker
2014-05-09
netifd: Apply interface metric on configured interface gateway parameters
Hans Dedecker
2014-03-21
netifd: Reload proto on topology change
Helmut Schaa
2014-02-17
add validation rules to proto static
John Crispin
2014-02-17
get_proto_handlers now also dumps the validation info
John Crispin
2013-11-27
IPv6: add class support to regular IPv6 addresses
Steven Barth
2013-06-10
config: use the new uci_blob library code
Felix Fietkau
2013-05-30
IPv6: reorganize prefix assignment
Steven Barth
2013-05-28
IPv6: fix wrap-arounds in address lifetimes
Steven Barth
2013-05-17
Add option to define target routing table for protocol routes.
Steven Barth
2013-05-11
IPv6: Use source-routing to allow multi-wan
Steven Barth
2013-05-08
IPv6: Use key=val format for prefix options
Steven Barth
2013-04-05
fix route sorting order
Felix Fietkau
2013-04-05
Add myself to header for IPv6 work
Steven Barth
2013-04-03
Rewrite IPv6 prefix assignment
Steven Barth
2013-02-10
proto: default to 128 instead of the "netmask" option for ipv6 addresses
Felix Fietkau
2013-02-01
Improved IPv6 featureset
Steven Barth
2013-01-15
remove commented out TODO items
Felix Fietkau
2013-01-15
Initial IPv6 prefix support
Steven Barth
2012-06-18
Move IP address parsing functions to utils.
Stéphan Kochen
2012-05-31
add an ubus method for dumping available protocol handlers
Felix Fietkau
2012-05-19
move dns server/search list parsing to interface core to support peerdns=0 + ...
Felix Fietkau
2012-05-14
parse point to point ip addresses
Felix Fietkau
2012-05-14
proto-shell: refactor code to allow specifying per-address broadcast option f...
Felix Fietkau
2012-05-13
drop broadcast/netmask parsing from proto_apply_ip_settings
Felix Fietkau
2012-05-13
split applying static proto setting from handler settings
Felix Fietkau
2012-05-04
add copyright headers
Felix Fietkau
2012-04-29
include route/address flags in vlist comparison
Felix Fietkau
2012-03-15
always create device routes
Felix Fietkau
2012-03-04
simplify vlist, move avl key handling to vlist_add()
Felix Fietkau
2012-02-26
minor cleanup
Felix Fietkau
2012-02-26
parse and use the broadcast option
Felix Fietkau
2012-02-26
move broadcast address handling to the core
Felix Fietkau
2012-02-26
make proto_parse_ip_addr_string() static
Felix Fietkau
2012-02-26
proto: move the dns search option handling to the core
Felix Fietkau
2012-02-26
proto: add an option for specifying external addresses using proto_apply_ip_s...
Felix Fietkau
2012-02-26
move static address setup to proto.c in preparation for unifying it with the ...
Felix Fietkau
2012-01-24
make sure iface->proto_handler is always initialized
Felix Fietkau
[next]