summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2022-09-04cli: fix typoFelix Fietkau
2022-09-01ubus: add reload commandFelix Fietkau
2022-09-01network: add support for configuring extra peers via a separate json fileFelix Fietkau
2022-08-31ubus: add support for adding auth_connect hosts at runtimeFelix Fietkau
2022-08-31ubus: add support for querying active networksFelix Fietkau
2022-08-31pex: add support for sending endpoint notification from the wg port via raw socketFelix Fietkau
2022-08-29add support for disabling VXLAN/eBPF supportFelix Fietkau
2022-08-29add support for overriding peer-exchange-port for individual hostsFelix Fietkau
2022-08-29scripts/update-cmd.pl: run update two timesFelix Fietkau
2022-08-29scripts/update-cmd.pl: set device up before adding routes/addressesFelix Fietkau
2022-08-29scripts/update-cmd.pl: reorder add/remove calls to better deal with dynamic changesFelix Fietkau
2022-08-28pex-msg: fix siphash key initializerFelix Fietkau
2022-08-28build.sh: force use of -fPIC on static libraries to fix build errorFelix Fietkau
2022-08-28unet-cli: fix formatting of help textFelix Fietkau
2022-08-25unet-cli: enable ucode strict modeJo-Philipp Wich
2022-08-25unet-cli: fix reference to missing variableFelix Fietkau
2022-08-25unet-cli: pass host object to set_host()Felix Fietkau
2022-08-25unet-cli: pass service object to set_service()Felix Fietkau
2022-08-25unet-cli: use modern module importsJo-Philipp Wich
2022-08-25unet-cli: use modern ucode syntaxJo-Philipp Wich
2022-08-25fix build errors when built against glibcFelix Fietkau
2022-08-25build.sh: add libbpfFelix Fietkau
2022-08-25build: explicitly link in libelf and zlibFelix Fietkau