aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/wireguard/wireguard_input.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-2/+0
2023-06-08crypto: use fixed crypto frame poolgaoginskx1-0/+2
2023-06-02wireguard: add support for chained buffersAlexander Chernavin1-28/+166
2023-02-01wireguard: update ESTABLISHED flagArtem Glazychev1-5/+3
2023-01-16wireguard: add local variableGabriel Oginski1-17/+53
2022-09-08wireguard: eliminate some calls to main threadMatthew Smith1-4/+10
2022-08-09wireguard: add peers roaming supportAlexander Chernavin1-19/+42
2022-08-09wireguard: add handshake rate limiting supportAlexander Chernavin1-0/+3
2022-08-08wireguard: add dos mitigation supportAlexander Chernavin1-6/+24
2022-08-03wireguard: add processing of received cookie messagesAlexander Chernavin1-1/+4
2022-06-08wireguard: increment interface RX countersMatthew Smith1-0/+15
2022-02-23wireguard: fix dereferences null pointerGabriel Oginski1-4/+11
2022-02-18wireguard: fix passing null pointerGabriel Oginski1-0/+1
2022-01-21wireguard: add async mode for decryption packetsGabriel Oginski1-94/+420
2022-01-20wireguard: add burst modeGabriel Oginski1-84/+242
2021-11-22wireguard: add local variable in handshake processGabriel Oginski1-2/+4
2021-11-03wireguard: reduce memcopy and prefetch headerGabriel Oginski1-10/+4
2021-10-06wireguard: add events for peerArtem Glazychev1-1/+10
2021-10-06wireguard: add ipv6 supportArtem Glazychev1-25/+92
2021-10-04wireguard: use the same udp-port for multi-tunnelArtem Glazychev1-9/+25
2021-09-30wireguard: move adjacency processing from wireguard_peer to wireguard_interfaceArtem Glazychev1-21/+2
2021-02-24wireguard: coverity fixArtem Glazychev1-11/+12
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi1-1/+2
2020-10-07misc: Purge unused pg includesNeale Ranns1-1/+0
2020-09-29wireguard: fix license headersArtem Glazychev1-0/+1
2020-09-23wireguard: add handoff nodeArtem Glazychev1-115/+140
2020-09-12wireguard: Fix for tunnel encapNeale Ranns1-6/+6
2020-09-09wireguard: initial implementation of wireguard protocolArtem Glazychev1-0/+451