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-09-16
ubus: notify on network updates
Felix Fietkau
2022-09-16
pex: add support for sending/receiving global PEX messages via unix socket
Felix Fietkau
2022-09-16
pex: remove pex event debug spam
Felix Fietkau
2022-09-16
pex: reduce unnecessary ping traffic
Felix Fietkau
2022-09-05
wg-linux: ship a copy of linux/wireguard.h
Felix Fietkau
2022-09-04
cli: fix typo
Felix Fietkau
2022-09-01
ubus: add reload command
Felix Fietkau
2022-09-01
network: add support for configuring extra peers via a separate json file
Felix Fietkau
2022-08-31
ubus: add support for adding auth_connect hosts at runtime
Felix Fietkau
2022-08-31
ubus: add support for querying active networks
Felix Fietkau
2022-08-31
pex: add support for sending endpoint notification from the wg port via raw socket
Felix Fietkau
2022-08-29
add support for disabling VXLAN/eBPF support
Felix Fietkau
2022-08-29
add support for overriding peer-exchange-port for individual hosts
Felix Fietkau
2022-08-29
scripts/update-cmd.pl: run update two times
Felix Fietkau
2022-08-29
scripts/update-cmd.pl: set device up before adding routes/addresses
Felix Fietkau
2022-08-29
scripts/update-cmd.pl: reorder add/remove calls to better deal with dynamic changes
Felix Fietkau
2022-08-28
pex-msg: fix siphash key initializer
Felix Fietkau
2022-08-28
build.sh: force use of -fPIC on static libraries to fix build error
Felix Fietkau
2022-08-28
unet-cli: fix formatting of help text
Felix Fietkau
2022-08-25
unet-cli: enable ucode strict mode
Jo-Philipp Wich
2022-08-25
unet-cli: fix reference to missing variable
Felix Fietkau
2022-08-25
unet-cli: pass host object to set_host()
Felix Fietkau
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
[next]