summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-08-29scripts/update-cmd.pl: run update two timesFelix Fietkau
2022-08-29scripts/update-cmd.pl: set device up before adding routes/addressesFelix Fietkau
2022-08-29scripts/update-cmd.pl: reorder add/remove calls to better deal with dynamic changesFelix Fietkau
2022-08-28pex-msg: fix siphash key initializerFelix Fietkau
2022-08-28build.sh: force use of -fPIC on static libraries to fix build errorFelix Fietkau
2022-08-28unet-cli: fix formatting of help textFelix Fietkau
2022-08-25unet-cli: enable ucode strict modeJo-Philipp Wich
2022-08-25unet-cli: fix reference to missing variableFelix Fietkau
2022-08-25unet-cli: pass host object to set_host()Felix Fietkau
2022-08-25unet-cli: pass service object to set_service()Felix Fietkau
2022-08-25unet-cli: use modern module importsJo-Philipp Wich
2022-08-25unet-cli: use modern ucode syntaxJo-Philipp Wich
2022-08-25fix build errors when built against glibcFelix Fietkau
2022-08-25build.sh: add libbpfFelix Fietkau
2022-08-25build: explicitly link in libelf and zlibFelix Fietkau
2022-08-24network: add support for specifying a host gatewayFelix Fietkau
2022-08-24unet-cli: bring up interface on ssh addFelix Fietkau
2022-08-23unet-cli: allow editing remote host domainFelix Fietkau
2022-08-23network: fix writing domain suffix to hosts fileFelix Fietkau
2022-08-23add network json editor written in ucodeFelix Fietkau
2022-08-23host: deal with host/peer null pointers in debug messagesFelix Fietkau
2022-08-23pex: remove connected check in pex_msg_sendFelix Fietkau
2022-08-23pex: remove extra newline in debug messageFelix Fietkau
2022-08-23host: avoid running connect timer if the network is not upFelix Fietkau
2022-08-23network: fix potential use-after-freeFelix Fietkau
2022-08-23network: check for empty string argumentsFelix Fietkau
2022-08-23add protocol for exchanging signed network dataFelix Fietkau
2022-08-23pex: fix null pointer checkFelix Fietkau
2022-08-23fix SPDX tagFelix Fietkau
2022-08-23curve25519: rely on utils.hFelix Fietkau
2022-08-23add chacha20 implementationFelix Fietkau
2022-08-23pex: use pubkey directly instead of accessing local_host in pex_msg_init()Felix Fietkau
2022-08-23add support for loading signed network filesFelix Fietkau
2022-08-23add cli tool for signing network json filesFelix Fietkau
2022-08-13add ed25519 code to libunetFelix Fietkau
2022-08-13bpf_skb_utils: fix skb parsing on older kernelsFelix Fietkau
2022-08-03mss-bpf: remove unused-but-set variableFelix Fietkau
2022-08-02utils: free the correct addrinfoFelix Fietkau
2022-08-02remove dummy modeFelix Fietkau
2022-08-02mss-bpf: rework the code to use a common skb parser header fileFelix Fietkau
2022-08-02utils: fix memory leak in network_get_endpoint()Felix Fietkau
2022-06-30bpf: ignore errors on program attachFelix Fietkau
2022-06-29build: move some code to libunetFelix Fietkau
2022-06-29vxlan: add bpf program to fix up tcp mss valuesFelix Fietkau
2022-06-28vxlan: fix endian of the configured portFelix Fietkau
2022-06-27vxlan: add missing optionsFelix Fietkau
2022-06-23add some documentation about the PEX protocolFelix Fietkau
2022-06-23example: create wireguard and tunnel deviceFelix Fietkau
2022-06-17service: filter out duplicate membersFelix Fietkau
2022-06-15service: add vxlan tunnel supportFelix Fietkau