summaryrefslogtreecommitdiff
path: root/proto
AgeCommit message (Expand)Author
2021-01-12Wireguard: WIP bfdHEADwireguardMikael Magnusson
2021-01-12Wireguard: Don't fix listen_port updateMikael Magnusson
2021-01-12Wireguard: Don't replace peersMikael Magnusson
2021-01-12Wireguard: Refactor add_allowed_ipMikael Magnusson
2021-01-12Wireguard: Replace log with WG_TRACEMikael Magnusson
2021-01-12Wireguard: Replace debug with DBGMikael Magnusson
2021-01-12Wireguard: Don't add endpoint if not setMikael Magnusson
2021-01-12Wireguard: Dump peersMikael Magnusson
2021-01-12Wireguard: Fix duplicate allowedip entriesMikael Magnusson
2021-01-12Wireguard: Dump peersMikael Magnusson
2021-01-12Wireguard: Refactor remove_allowed_ipMikael Magnusson
2021-01-12Wireguard: Remove wg peer on withdrawMikael Magnusson
2021-01-12TunnelEncaps: Improve format functionMikael Magnusson
2021-01-12TunnelEncaps: Add struct tunnel_encapMikael Magnusson
2021-01-12TunnelEncaps: Generalize tunnel encapsulationMikael Magnusson
2021-01-12Wireguard: Refactor tunnel encaps decodingMikael Magnusson
2021-01-12Wg-user: Refactor unix socket implementationMikael Magnusson
2021-01-12Wireguard: Remove bgp includeMikael Magnusson
2021-01-12Wireguard: Fix discarded const qualifiersMikael Magnusson
2021-01-12Wireguard: Rename remote endpoint to tunnel endpointMikael Magnusson
2021-01-12Wireguard: Add tunnel_type config parameterMikael Magnusson
2021-01-12Wireguard: FixesMikael Magnusson
2021-01-12Wireguard: Implement copy_configMikael Magnusson
2021-01-12Wireguard: Add channel hooksMikael Magnusson
2021-01-12Wireguard: Reinit wg device at shutdownMikael Magnusson
2021-01-12Wireguard: Add user space supportMikael Magnusson
2021-01-12Wireguard: Use recursive tunnel encapsMikael Magnusson
2021-01-12Wireguard: Move key conversionMikael Magnusson
2021-01-12Wireguard: Add peer listMikael Magnusson
2021-01-12Wireguard: Set up wireguard deviceMikael Magnusson
2021-01-12Wireguard: Add peer config settingsMikael Magnusson
2021-01-12Wireguard: Allow multiple channelsMikael Magnusson
2021-01-12Wireguard: Extended color communityMikael Magnusson
2021-01-12Wireguard: Clean up config.YMikael Magnusson
2021-01-12Wireguard: Refactor into peer and allowed ips functionsMikael Magnusson
2021-01-12Wireguard: Add remote endpointMikael Magnusson
2021-01-12Wireguard: Implement tunnel encode decodeMikael Magnusson
2021-01-12Wireguard: DebugMikael Magnusson
2021-01-12Wireguard: Initial commitMikael Magnusson
2021-01-12BGP: Tunnel Encapsulation attributeMikael Magnusson
2021-01-12MRT: Fix IPv6 table dumpsOndrej Zajicek (work)
2021-01-10BFD: Dispatch sessions also by interface indexOndrej Zajicek (work)
2021-01-07RPKI: Remove port (and SSH username) from 'Cache server' output lineOndrej Zajicek (work)
2021-01-06BGP: Deprecate 'missing lladdr' optionOndrej Zajicek (work)
2020-12-28Static: Fix handling of 'net' attribute in per-route filtersOndrej Zajicek (work)
2020-12-07Nest: Per-channel debug flagsOndrej Zajicek (work)
2020-11-25BGP: Zero the newly allocated bucket structureOndrej Zajicek (work)
2020-11-24Fix some failed asserts due to add_tail()Ondrej Zajicek (work)
2020-11-24Some minor sl_allocz() cleanupsOndrej Zajicek (work)
2020-11-24lib/slab: introduce sl_allocz() function and use it in BabelToke Høiland-Jørgensen