Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-17 | dhcpv6: send relay-forward messages using correct socket | Steven Barth | |
2015-07-15 | router: unify RA router and DNS lifetime | Steven Barth | |
2015-07-15 | router: fixup RA lifetime calculation | Steven Barth | |
2015-07-14 | router: fix invalid router lifetime | Steven Barth | |
2015-07-14 | router: fix logic inversion | Steven Barth | |
2015-07-14 | ndp: reintroduce address replay | Steven Barth | |
2015-07-14 | Remove unsolicited unicast RAs, adjust intervals | Steven Barth | |
2015-07-14 | ndp: fixup relay | Steven Barth | |
2015-07-14 | ndp: remove bindtodevice workaround | Steven Barth | |
2015-07-13 | odhcpd: remove old workaround | Steven Barth | |
2015-07-13 | ndp: fixup route replication | Steven Barth | |
2015-07-13 | router: only send RAs to neighbors if unsolicited | Steven Barth | |
2015-07-13 | router: only send direct RAs to link-local addresses | Steven Barth | |
2015-07-07 | main: fix missing parameter while iterating neighbors | Steven Barth | |
2015-07-07 | router: also send RAs to every known neighbor | Steven Barth | |
2015-07-07 | ndp: replay on-link routes instead of address assignments | Steven Barth | |
2015-06-30 | ra: keep alive neighbor entries so we can send unicast RAs in the future | Steven Barth | |
2015-06-22 | dhcpv4: remove unused addr_attrs struct | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-22 | dhcpv4: add ifdef ubus for dhcp4 ip | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-19 | dhcpv4: add in_addr dhcpv4_mask and in_addr dhcpv4_addr to struct interface | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-18 | dhcpv4: fix unitialization of mask | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-18 | dhcpv4: fix char ubus_get_address4 int ubus_get_mask4 function | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-15 | dhcpv4: add ubus_get_address4 ubus_get_mask4 function | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-15 | dhcpv4: return pointer | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-15 | dhcpv4: use iface-name | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-15 | dhcpv4: remove comment code lines | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-15 | dhcpv4: use ubus for ipv4 dhcp range calculation | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-15 | dhcpv4: add for_each ipv4-address array in ubus_get_address4 ubus_get_mask4 ↵ | Patrick Grimm | |
function Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-14 | dhcpv4: add ubus_get_address4 ubus_get_mask4 function | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-06-14 | dhcpv4: read ipv4-address from UBUS to ADDRESS4 | Patrick Grimm | |
Signed-off-by: Patrick Grimm <patrick@lunatiki.de> | |||
2015-05-21 | dhcpv6: fix typo | Steven Barth | |
2015-05-13 | dhcpv6-pd: ignore /64 on interface | Steven Barth | |
2015-05-11 | dhcpv4: remove invalid free() | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2015-04-21 | config: fix typo in reload_cb | Steven Barth | |
2015-04-20 | dhcpv6: don't initialize IA-handing when turning down interface | Steven Barth | |
2015-04-20 | remove leftover fallout from prefix class support | Steven Barth | |
2015-04-14 | Fix logic inversion | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2015-04-14 | Fix potential invalid memory access | Steven Barth | |
2015-04-10 | ra: always send current hop limit | Steven Barth | |
2015-04-06 | dhcpv6: fix handling of infinite lifetimes | Steven Barth | |
2015-03-30 | properly handle return codes | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2015-03-30 | dhcpv6: fix default assignment of non-64 | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2015-03-30 | dhcpv6: prefer ula over other globals | Steven Barth | |
2015-03-30 | Readd missing ubus function definitions | Steven Barth | |
2015-03-29 | Fix hostname export | Steven Barth | |
2015-03-29 | Remove prefix coloring support, refine hybrid management mode | Steven Barth | |
2015-03-29 | odhcpd: use proper struct msghdr initializers to fix build error on musl | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2015-03-02 | Merge pull request #36 from fingon/compile-fix | Steven Barth | |
DHCPv4: Compile fix on 64bit Debian. | |||
2015-02-23 | DHCPv4: Compile fix on 64bit Debian. | Markus Stenberg | |
2015-02-19 | Merge pull request #29 from mehlis/rework-dhcpv4_assign | Steven Barth | |
dhcpv4_assign: rework the assignment logic |