index
:
unetd
master
pqc
WireGuard based VPN connection manager for OpenWrt
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-08-25
unet-cli: pass service object to set_service()
Felix Fietkau
2022-08-25
unet-cli: use modern module imports
Jo-Philipp Wich
2022-08-25
unet-cli: use modern ucode syntax
Jo-Philipp Wich
2022-08-25
fix build errors when built against glibc
Felix Fietkau
2022-08-25
build.sh: add libbpf
Felix Fietkau
2022-08-25
build: explicitly link in libelf and zlib
Felix Fietkau
2022-08-24
network: add support for specifying a host gateway
Felix Fietkau
2022-08-24
unet-cli: bring up interface on ssh add
Felix Fietkau
2022-08-23
unet-cli: allow editing remote host domain
Felix Fietkau
2022-08-23
network: fix writing domain suffix to hosts file
Felix Fietkau
2022-08-23
add network json editor written in ucode
Felix Fietkau
2022-08-23
host: deal with host/peer null pointers in debug messages
Felix Fietkau
2022-08-23
pex: remove connected check in pex_msg_send
Felix Fietkau
2022-08-23
pex: remove extra newline in debug message
Felix Fietkau
2022-08-23
host: avoid running connect timer if the network is not up
Felix Fietkau
2022-08-23
network: fix potential use-after-free
Felix Fietkau
2022-08-23
network: check for empty string arguments
Felix Fietkau
2022-08-23
add protocol for exchanging signed network data
Felix Fietkau
2022-08-23
pex: fix null pointer check
Felix Fietkau
2022-08-23
fix SPDX tag
Felix Fietkau
2022-08-23
curve25519: rely on utils.h
Felix Fietkau
2022-08-23
add chacha20 implementation
Felix Fietkau
2022-08-23
pex: use pubkey directly instead of accessing local_host in pex_msg_init()
Felix Fietkau
2022-08-23
add support for loading signed network files
Felix Fietkau
2022-08-23
add cli tool for signing network json files
Felix Fietkau
2022-08-13
add ed25519 code to libunet
Felix Fietkau
2022-08-13
bpf_skb_utils: fix skb parsing on older kernels
Felix Fietkau
2022-08-03
mss-bpf: remove unused-but-set variable
Felix Fietkau
2022-08-02
utils: free the correct addrinfo
Felix Fietkau
2022-08-02
remove dummy mode
Felix Fietkau
2022-08-02
mss-bpf: rework the code to use a common skb parser header file
Felix Fietkau
2022-08-02
utils: fix memory leak in network_get_endpoint()
Felix Fietkau
2022-06-30
bpf: ignore errors on program attach
Felix Fietkau
2022-06-29
build: move some code to libunet
Felix Fietkau
2022-06-29
vxlan: add bpf program to fix up tcp mss values
Felix Fietkau
2022-06-28
vxlan: fix endian of the configured port
Felix Fietkau
2022-06-27
vxlan: add missing options
Felix Fietkau
2022-06-23
add some documentation about the PEX protocol
Felix Fietkau
2022-06-23
example: create wireguard and tunnel device
Felix Fietkau
2022-06-17
service: filter out duplicate members
Felix Fietkau
2022-06-15
service: add vxlan tunnel support
Felix Fietkau
2022-05-31
services: switch to vlist
Felix Fietkau
2022-05-31
add missing copyright header
Felix Fietkau
2022-05-23
add script for standalone builds
Felix Fietkau
2022-05-23
make ubus support optional (enabled by default)
Felix Fietkau
2022-05-23
initial commit
Felix Fietkau