project/unetd.git
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