project/unetd.git
2022-09-16 Felix Fietkaupex: move rx header check to callback function
2022-09-16 Felix Fietkaupex: keep active pex hosts after the specified timeout
2022-09-16 Felix Fietkauadd DHT discovery service
2022-09-16 Felix Fietkauubus: notify on network updates
2022-09-16 Felix Fietkaupex: add support for sending/receiving global PEX messa...
2022-09-16 Felix Fietkaupex: remove pex event debug spam
2022-09-16 Felix Fietkaupex: reduce unnecessary ping traffic
2022-09-05 Felix Fietkauwg-linux: ship a copy of linux/wireguard.h
2022-09-04 Felix Fietkaucli: fix typo
2022-09-01 Felix Fietkauubus: add reload command
2022-09-01 Felix Fietkaunetwork: add support for configuring extra peers via...
2022-08-31 Felix Fietkauubus: add support for adding auth_connect hosts at...
2022-08-31 Felix Fietkauubus: add support for querying active networks
2022-08-31 Felix Fietkaupex: add support for sending endpoint notification...
2022-08-29 Felix Fietkauadd support for disabling VXLAN/eBPF support
2022-08-29 Felix Fietkauadd support for overriding peer-exchange-port for indiv...
2022-08-29 Felix Fietkauscripts/update-cmd.pl: run update two times
2022-08-29 Felix Fietkauscripts/update-cmd.pl: set device up before adding...
2022-08-29 Felix Fietkauscripts/update-cmd.pl: reorder add/remove calls to...
2022-08-28 Felix Fietkaupex-msg: fix siphash key initializer
2022-08-28 Felix Fietkaubuild.sh: force use of -fPIC on static libraries to...
2022-08-28 Felix Fietkauunet-cli: fix formatting of help text
2022-08-25 Jo-Philipp... unet-cli: enable ucode strict mode
2022-08-25 Felix Fietkauunet-cli: fix reference to missing variable
2022-08-25 Felix Fietkauunet-cli: pass host object to set_host()
2022-08-25 Felix Fietkauunet-cli: pass service object to set_service()
2022-08-25 Jo-Philipp... unet-cli: use modern module imports
2022-08-25 Jo-Philipp... unet-cli: use modern ucode syntax
2022-08-25 Felix Fietkaufix build errors when built against glibc
2022-08-25 Felix Fietkaubuild.sh: add libbpf
2022-08-25 Felix Fietkaubuild: explicitly link in libelf and zlib
2022-08-24 Felix Fietkaunetwork: add support for specifying a host gateway
2022-08-24 Felix Fietkauunet-cli: bring up interface on ssh add
2022-08-23 Felix Fietkauunet-cli: allow editing remote host domain
2022-08-23 Felix Fietkaunetwork: fix writing domain suffix to hosts file
2022-08-23 Felix Fietkauadd network json editor written in ucode
2022-08-23 Felix Fietkauhost: deal with host/peer null pointers in debug messages
2022-08-23 Felix Fietkaupex: remove connected check in pex_msg_send
2022-08-23 Felix Fietkaupex: remove extra newline in debug message
2022-08-23 Felix Fietkauhost: avoid running connect timer if the network is...
2022-08-23 Felix Fietkaunetwork: fix potential use-after-free
2022-08-23 Felix Fietkaunetwork: check for empty string arguments
2022-08-23 Felix Fietkauadd protocol for exchanging signed network data
2022-08-23 Felix Fietkaupex: fix null pointer check
2022-08-23 Felix Fietkaufix SPDX tag
2022-08-23 Felix Fietkaucurve25519: rely on utils.h
2022-08-23 Felix Fietkauadd chacha20 implementation
2022-08-23 Felix Fietkaupex: use pubkey directly instead of accessing local_hos...
2022-08-23 Felix Fietkauadd support for loading signed network files
2022-08-23 Felix Fietkauadd cli tool for signing network json files
2022-08-13 Felix Fietkauadd ed25519 code to libunet
2022-08-13 Felix Fietkaubpf_skb_utils: fix skb parsing on older kernels
2022-08-03 Felix Fietkaumss-bpf: remove unused-but-set variable
2022-08-02 Felix Fietkauutils: free the correct addrinfo
2022-08-02 Felix Fietkauremove dummy mode
2022-08-02 Felix Fietkaumss-bpf: rework the code to use a common skb parser...
2022-08-02 Felix Fietkauutils: fix memory leak in network_get_endpoint()
2022-06-30 Felix Fietkaubpf: ignore errors on program attach
2022-06-29 Felix Fietkaubuild: move some code to libunet
2022-06-29 Felix Fietkauvxlan: add bpf program to fix up tcp mss values
2022-06-28 Felix Fietkauvxlan: fix endian of the configured port
2022-06-27 Felix Fietkauvxlan: add missing options
2022-06-23 Felix Fietkauadd some documentation about the PEX protocol
2022-06-23 Felix Fietkauexample: create wireguard and tunnel device
2022-06-17 Felix Fietkauservice: filter out duplicate members
2022-06-15 Felix Fietkauservice: add vxlan tunnel support
2022-05-31 Felix Fietkauservices: switch to vlist
2022-05-31 Felix Fietkauadd missing copyright header
2022-05-23 Felix Fietkauadd script for standalone builds
2022-05-23 Felix Fietkaumake ubus support optional (enabled by default)
2022-05-23 Felix Fietkauinitial commit