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
pex: avoid sending a query to a host more than once every 15 seconds
Felix Fietkau
2022-09-16
host: keep multiple endpoint candidates, one for each type
Felix Fietkau
2022-09-16
pex: automatically create host entries from incoming endpoint port notifications
Felix Fietkau
2022-09-16
unet-cli: add DHT support
Felix Fietkau
2022-09-16
pex: improve handling of a longer list of PEX hosts
Felix Fietkau
2022-09-16
pex: add support for figuring out the external data port via STUN servers
Felix Fietkau
2022-09-16
utils: add support for passings address family to network_get_endpoint()
Felix Fietkau
2022-09-16
pex: add utility function to get the sockets based on type / address family
Felix Fietkau
2022-09-16
pex: move raw ip send code to sendto_rawudp() in utils.c
Felix Fietkau
2022-09-16
pex: move rx header check to callback function
Felix Fietkau
2022-09-16
pex: keep active pex hosts after the specified timeout
Felix Fietkau
2022-09-16
add DHT discovery service
Felix Fietkau
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
[next]