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
2023-08-21
pex: track indirect hosts (reachable via gateway) as peers without adding them to wg
Felix Fietkau
2023-08-17
pex: after receiving data update req, notify peer of local address/port
Felix Fietkau
2023-05-31
wg-linux: increase default messages size
Felix Fietkau
2023-05-31
wg-linux: add support for splitting netlink messages for allowed ips
Felix Fietkau
2023-05-30
host: fix crash parsing gateway when no endpoint is specified
Felix Fietkau
2023-05-26
pex-msg: fix memory leak on fread fail in pex_msg_update_request_init
Christian Marangi
2023-05-05
utils: fix ipv4 checksum issue
Felix Fietkau
2023-02-17
network: prevent adding endpoint routes for addresses on the network
Felix Fietkau
2022-09-16
unet-cli: add stun server list editing support
Felix Fietkau
2022-09-16
pex: update last query sent timestamp
Felix Fietkau
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
[next]