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
2024-12-17
ubus: add firewall rules for network port/pex_port via procd
Felix Fietkau
2024-12-17
unet-cli: add support for setting interface zone
Felix Fietkau
2024-12-17
unet-cli: add add/set-local-host command
Felix Fietkau
2024-12-16
unet-cli: confirm password when creating new seed based key
Felix Fietkau
2024-12-16
unet-tool: add support for confirming password
Felix Fietkau
2024-12-16
unet-cli: only apply defaults on create
Felix Fietkau
2024-12-16
unet-cli: fix defaults on create
Felix Fietkau
2024-12-16
pex-msg: enable broadcast for global PEX socket
Felix Fietkau
2024-12-16
unet-cli: fix add-ssh-host with seed keys
Felix Fietkau
2024-12-16
unet-cli: add missing command line help for import
Felix Fietkau
2024-12-15
unet-cli: add support for importing networks from signed data
Felix Fietkau
2024-12-15
unet-cli: add support for generating key from seed
Felix Fietkau
2024-12-15
unet-tool: add support for extracting network data from signed bin file
Felix Fietkau
2024-12-15
unet-tool: add support for dumping pubkey from signed file
Felix Fietkau
2024-12-15
unet-tool: add support for generating keys from salt + seed passphrase
Felix Fietkau
2024-10-23
host: fix peer routes on a node acting as gateway
Felix Fietkau
2024-09-20
bpf_skb_utils.h: add missing include to fix build against newer kernel headers
Felix Fietkau
2024-03-31
unet-cli: strip initial newline in usage message
Felix Fietkau
2024-03-31
unet-cli: emit id by default
Felix Fietkau
2024-03-31
network: fix endian issue in converting port to network id
Felix Fietkau
2024-03-19
pex: fix endian issues on config transfer
Felix Fietkau
2023-08-21
pex: do not query for hosts with a gateway
Felix Fietkau
2023-08-21
pex: do not send peer notifications for hosts with a gateway
Felix Fietkau
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
[next]