summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2025-11-18all: implement RFC8910 captive portal (CP) option for DHCPv4Paul Donald
2025-11-18all: implement RFC8910 captive portal (CP) optionPaul Donald
2025-11-18github: ci: add MIPS64, PowerPC64 and RISCV64Álvaro Fernández Rojas
2025-11-18router: Modify relayed RA PIO L and RA M/O flags according to interface policyPaul Donald
2025-11-18dhcpv6: prevent network loop scenarioPaul Donald
2025-11-17dhcpv4: simplify random address selectionDavid Härdeman
2025-11-17odhcpd: update devel-build.shDavid Härdeman
2025-11-17odhcpd: make ubus optional at runtimeDavid Härdeman
2025-11-17odhcpd: simplify signal handlingDavid Härdeman
2025-11-17src: improve attributesÁlvaro Fernández Rojas
2025-11-17src: consolidate and improve fallthroughÁlvaro Fernández Rojas
2025-11-14dhcpv6-ia: add missing limits headerÁlvaro Fernández Rojas
2025-11-14config: fix memleak during odhcpd reloadFei Lv
2025-11-14dhcpv4: update ubus DHCPv4 events/methodsDavid Härdeman
2025-11-14odhcpd: rename dhcpv6_lease->clid[_data|_len]David Härdeman
2025-11-14odhcpd: rename [lease_cfg|dhcpv4_lease]->ipaddr to ipv4David Härdeman
2025-11-14dhcpv4: use an AVL to store leasesDavid Härdeman
2025-11-14github: ci: add powerpc archÁlvaro Fernández Rojas
2025-11-14github: ci: add cmake build and source directoriesÁlvaro Fernández Rojas
2025-11-14github: ci: disable json-c testsÁlvaro Fernández Rojas
2025-11-14scripts: devel-build: disable json-c testsÁlvaro Fernández Rojas
2025-11-11netlink: fix typo in debug msgDavid Härdeman
2025-11-11src: fix whitespace issuesÁlvaro Fernández Rojas
2025-11-11vscode: enable indentation detectionÁlvaro Fernández Rojas
2025-11-11odhcpd: add support for "ignore"David Härdeman
2025-11-11statefiles: support per-interface hosts filesDavid Härdeman
2025-11-11statefiles: don't make hostsfile dependent on statefileDavid Härdeman
2025-11-11statefiles: don't write expired leasesDavid Härdeman
2025-11-11statefiles: simplify statefiles_write_state6()David Härdeman
2025-11-11statefiles: write straight to file in statefiles_write_state4()David Härdeman
2025-11-11statefiles: correct some comments/variable namesDavid Härdeman
2025-11-11statefiles: unify host4 writingDavid Härdeman
2025-11-11statefiles: unify host6 writingDavid Härdeman