summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-12-17ubus: add firewall rules for network port/pex_port via procdFelix Fietkau
2024-12-17unet-cli: add support for setting interface zoneFelix Fietkau
2024-12-17unet-cli: add add/set-local-host commandFelix Fietkau
2024-12-16unet-cli: confirm password when creating new seed based keyFelix Fietkau
2024-12-16unet-tool: add support for confirming passwordFelix Fietkau
2024-12-16unet-cli: only apply defaults on createFelix Fietkau
2024-12-16unet-cli: fix defaults on createFelix Fietkau
2024-12-16pex-msg: enable broadcast for global PEX socketFelix Fietkau
2024-12-16unet-cli: fix add-ssh-host with seed keysFelix Fietkau
2024-12-16unet-cli: add missing command line help for importFelix Fietkau
2024-12-15unet-cli: add support for importing networks from signed dataFelix Fietkau
2024-12-15unet-cli: add support for generating key from seedFelix Fietkau
2024-12-15unet-tool: add support for extracting network data from signed bin fileFelix Fietkau
2024-12-15unet-tool: add support for dumping pubkey from signed fileFelix Fietkau
2024-12-15unet-tool: add support for generating keys from salt + seed passphraseFelix Fietkau
2024-10-23host: fix peer routes on a node acting as gatewayFelix Fietkau
2024-09-20bpf_skb_utils.h: add missing include to fix build against newer kernel headersFelix Fietkau
2024-03-31unet-cli: strip initial newline in usage messageFelix Fietkau
2024-03-31unet-cli: emit id by defaultFelix Fietkau
2024-03-31network: fix endian issue in converting port to network idFelix Fietkau
2024-03-19pex: fix endian issues on config transferFelix Fietkau
2023-08-21pex: do not query for hosts with a gatewayFelix Fietkau
2023-08-21pex: do not send peer notifications for hosts with a gatewayFelix Fietkau
2023-08-21pex: track indirect hosts (reachable via gateway) as peers without adding them to wgFelix Fietkau
2023-08-17pex: after receiving data update req, notify peer of local address/portFelix Fietkau
2023-05-31wg-linux: increase default messages sizeFelix Fietkau
2023-05-31wg-linux: add support for splitting netlink messages for allowed ipsFelix Fietkau
2023-05-30host: fix crash parsing gateway when no endpoint is specifiedFelix Fietkau
2023-05-26pex-msg: fix memory leak on fread fail in pex_msg_update_request_initChristian Marangi
2023-05-05utils: fix ipv4 checksum issueFelix Fietkau
2023-02-17network: prevent adding endpoint routes for addresses on the networkFelix Fietkau
2022-09-16unet-cli: add stun server list editing supportFelix Fietkau
2022-09-16pex: update last query sent timestampFelix Fietkau
2022-09-16pex: avoid sending a query to a host more than once every 15 secondsFelix Fietkau
2022-09-16host: keep multiple endpoint candidates, one for each typeFelix Fietkau
2022-09-16pex: automatically create host entries from incoming endpoint port notificationsFelix Fietkau
2022-09-16unet-cli: add DHT supportFelix Fietkau
2022-09-16pex: improve handling of a longer list of PEX hostsFelix Fietkau
2022-09-16pex: add support for figuring out the external data port via STUN serversFelix Fietkau
2022-09-16utils: add support for passings address family to network_get_endpoint()Felix Fietkau
2022-09-16pex: add utility function to get the sockets based on type / address familyFelix Fietkau
2022-09-16pex: move raw ip send code to sendto_rawudp() in utils.cFelix Fietkau
2022-09-16pex: move rx header check to callback functionFelix Fietkau
2022-09-16pex: keep active pex hosts after the specified timeoutFelix Fietkau
2022-09-16add DHT discovery serviceFelix Fietkau
2022-09-16ubus: notify on network updatesFelix Fietkau
2022-09-16pex: add support for sending/receiving global PEX messages via unix socketFelix Fietkau
2022-09-16pex: remove pex event debug spamFelix Fietkau
2022-09-16pex: reduce unnecessary ping trafficFelix Fietkau
2022-09-05wg-linux: ship a copy of linux/wireguard.hFelix Fietkau