summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2025-12-05do not delegate ULA prefixesKevin Darbyshire-Bryant
2025-12-05dhcpv6-ia: add some noise to the T1 and T2 periodsKevin Darbyshire-Bryant
2025-12-04router: skip if branch in PIO clear functionsÁlvaro Fernández Rojas
2025-12-04router: optimize duplicated PIO comparisonÁlvaro Fernández Rojas
2025-12-04router: remove duplicated PIOsÁlvaro Fernández Rojas
2025-12-04router: rename router_clear_ra_pioÁlvaro Fernández Rojas
2025-12-02router: improve RA PIO search logicÁlvaro Fernández Rojas
2025-12-02formal: fix workflow permissionsGeorge Sapkin
2025-12-01build: disable static librariesÁlvaro Fernández Rojas
2025-12-01dhcpv6-ia: fix crash in dhcpv6_free_lease()David Härdeman
2025-12-01build: fix BUILD_ARGSÁlvaro Fernández Rojas
2025-11-30statefiles: change ipv4 MAC statefile syntaxDavid Härdeman
2025-11-30odhcpd: remove OAF_BOUNDDavid Härdeman
2025-11-30dhcpv6: remove OAF_TENTATIVEDavid Härdeman
2025-11-30odhcpd: remove OAF_STATICDavid Härdeman
2025-11-30odhcpd: remove OAF_BROKEN_HOSTNAMEDavid Härdeman
2025-11-30statefiles: remove hosts entries from statefileDavid Härdeman
2025-11-28build: enable DHCPV4_SUPPORT and UBUSÁlvaro Fernández Rojas
2025-11-28ubus: fix shadow local variableÁlvaro Fernández Rojas
2025-11-28src: fix shadowed local variablesÁlvaro Fernández Rojas
2025-11-28dhcpv6-ia: fix a crash when static lease isn't configuredDavid Härdeman
2025-11-28dhcpv4: support IPv6-only preferred (RFC8925)David Härdeman
2025-11-27dhcpv6-ia: fix realloc bugDavid Härdeman
2025-11-27netlink: make it clearer that we're handling realloc correctlyDavid Härdeman
2025-11-27dhcpv6: handle realloc failureDavid Härdeman
2025-11-27config: handle realloc failure in piofolder parsingDavid Härdeman
2025-11-27config: fix realloc() error handling for "dhcpv6_raw" optionDavid Härdeman
2025-11-27config: fix realloc() handling for the "upstream" optionDavid Härdeman
2025-11-27config: fix (S)NTP realloc handlingDavid Härdeman
2025-11-27dhcpv4: iface->dhcpv4_router -> iface->dhcpv4_routersDavid Härdeman
2025-11-27odhcpd: rename iface->search -> iface->dns_searchDavid Härdeman
2025-11-27odhcpd: consistent dns namingDavid Härdeman
2025-11-27dhcpv4: remove iface->dhcpv4_bcastDavid Härdeman
2025-11-27dhcpv4: remove iface->dhcpv4_maskDavid Härdeman
2025-11-27dhcpv4: rename iface->dhcpv4_local -> iface->dhcpv4_own_ipDavid Härdeman
2025-11-27dhcpv4: simplify pool determinationDavid Härdeman
2025-11-27netlink: add netmask for IPv4David Härdeman
2025-11-27netlink: variable naming cleanupDavid Härdeman
2025-11-27dhcpv4: fix no_dynamic_dhcpDavid Härdeman
2025-11-27odhcpd: rename iface->addr4 -> iface->oaddrs4David Härdeman
2025-11-27odhcpd: rename prefix -> prefix_lenDavid Härdeman
2025-11-27odhcpd: rename union if_addr -> in46_addrDavid Härdeman
2025-11-27dhcpv4: improve pool var namingDavid Härdeman
2025-11-23ndp: correctness fix for BPF filterDavid Härdeman
2025-11-23dhcpv4: add BPF to dhcpv4_setup_interface()David Härdeman
2025-11-23dhcpv4: define val where it is used in dhcpv4_setup_interface()David Härdeman
2025-11-23dhcpv4: simplify error handling in dhcpv4_setup_interface()David Härdeman
2025-11-23dhcvp4: use tmp fd in dhcpv4_setup_interface()David Härdeman
2025-11-23dhcpv4: replace ToS precedenceDavid Härdeman
2025-11-23statefiles: fix off-by-one-bugDavid Härdeman