Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-11 | ipv6_nd: retry to start ND later if bind failed | Dmitry Kozlov | |
There is some issue on binding raw ICMPv6 socket immediately after assigning address on 3.14 (and probably later) kernel. This causes ipv6_nd to fail to start. This patch makes ipv6_nd to try to bind later if bind fails. | |||
2012-12-26 | cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIX | Kozlov Dmitry | |
2012-09-05 | Fix format string errors | Guillaume Nault | |
Fix several errors and compiler warnings in format string arguments. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2012-08-27 | fix various typos | Kozlov Dmitry | |
2012-04-29 | dhcpv6: make SO_REUSEADDR | Kozlov Dmitry | |
2012-01-13 | set FD_CLOEXEC on opened file descriptors | Kozlov Dmitry | |
2011-09-01 | dhcpv6: inplemented reply to rebind | Kozlov Dmitry | |
2011-08-30 | ipv6-nd: read additional parameters from config | Kozlov Dmitry | |
2011-08-30 | dhcpv6: implemented reply to Information-Request | Kozlov Dmitry | |
2011-08-30 | dhcpv6: include missing rapid commit option to reply | Kozlov Dmitry | |
2011-08-30 | dhcpv6: rapid commit support | Kozlov Dmitry | |
2011-08-30 | dhcpv6: ignore ::/0 addresses/prefixes in IA_NA/IA_PD | Kozlov Dmitry | |
2011-08-30 | dhcpv6: set T1/T2 fields in IA_NA/IA_PD | Kozlov Dmitry | |
2011-08-30 | ipv6-nd: read dns/dnssl from ipv6-dns section | Kozlov Dmitry | |
2011-08-30 | dhcpv6: various improvments | Kozlov Dmitry | |
2011-08-29 | ipv6pool: implemented prefix delegation support | Kozlov Dmitry | |
2011-08-29 | ipv6_dhcp: add routes to delegated prefixes | Kozlov Dmitry | |
2011-08-28 | ipv6_dhcp: code optimization | Kozlov Dmitry | |
2011-08-28 | ipv6_dhcp: use NoPrefixAvail instead of NoAddrsAvail for IA_PD | Kozlov Dmitry | |
2011-08-28 | ipv6_nd: don't advertise prefixes with length more then 64 | Kozlov Dmitry | |
2011-08-28 | ipv6_dhcp: implemented DNS,DNSSL,IA_PD options | Kozlov Dmitry | |
2011-08-28 | ipv6: initial dhcpv6 support | Kozlov Dmitry | |