Age | Commit message (Expand) | Author | Files | Lines |
2022-01-24 | wireguard: fix passing argument | Gabriel Oginski | 1 | -1/+1 |
2022-01-21 | wireguard: add async mode for decryption packets | Gabriel Oginski | 5 | -217/+445 |
2022-01-21 | wireguard: add async mode for encryption packets | Gabriel Oginski | 10 | -98/+606 |
2022-01-20 | wireguard: add burst mode | Gabriel Oginski | 7 | -181/+538 |
2022-01-05 | wireguard: fix 'wireguard add peer' cli behavior | Miroslav Miklus | 1 | -6/+6 |
2021-11-22 | wireguard: add local variable in handshake process | Gabriel Oginski | 1 | -2/+4 |
2021-11-19 | fib: Don't use [midchain] adjacencies to change an interface's feature arc | Neale Ranns | 1 | -0/+3 |
2021-11-03 | wireguard: reduce memcopy and prefetch header | Gabriel Oginski | 6 | -35/+48 |
2021-11-02 | build: remove unnecessary executable bits | Ray Kinsella | 15 | -0/+0 |
2021-10-13 | docs: convert plugins doc md->rst | Nathan Skrzypczak | 2 | -60/+81 |
2021-10-07 | wireguard: peers dump fix | Artem Glazychev | 1 | -1/+1 |
2021-10-06 | wireguard: add events for peer | Artem Glazychev | 8 | -33/+223 |
2021-10-06 | wireguard: add ipv6 support | Artem Glazychev | 14 | -193/+517 |
2021-10-04 | wireguard: use the same udp-port for multi-tunnel | Artem Glazychev | 5 | -29/+62 |
2021-09-30 | wireguard: move adjacency processing from wireguard_peer to wireguard_interface | Artem Glazychev | 7 | -233/+123 |
2021-09-23 | wireguard: fix wg-output-tun feature configuration | Aloys Augustin | 1 | -3/+0 |
2021-08-13 | wireguard: add flag to check hmac for decryption | Gabriel Oginski | 1 | -0/+1 |
2021-05-21 | bfd: use vnet crypto | Klement Sekera | 1 | -0/+4 |
2021-05-14 | vlib: pass node runtime to vlib_buffer_enqueue_to_thread() | Damjan Marion | 1 | -1/+1 |
2021-05-13 | tests: move test source to vpp/test | Dave Wallace | 1 | -748/+0 |
2021-03-20 | tests: add support for worker awareness | Klement Sekera | 1 | -1/+1 |
2021-02-24 | wireguard: coverity fix | Artem Glazychev | 1 | -11/+12 |
2021-02-15 | vlib: refactor checksum offload support | Mohsin Kazmi | 1 | -1/+2 |
2021-02-11 | wireguard: testing alternative timer dispatch | Mohammed Hawari | 3 | -3/+10 |
2021-02-01 | docs: fix up the markdown | Andrew Yourtchenko | 1 | -1/+1 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 2 | -7/+7 |
2020-12-06 | wireguard: run feature after gso | Nathan Skrzypczak | 1 | -0/+1 |
2020-12-01 | wireguard: return public key in api | Nathan Skrzypczak | 2 | -2/+9 |
2020-10-21 | misc: minimize dependencies on udp.h | Florin Coras | 2 | -2/+0 |
2020-10-20 | wireguard: reset secret data before freeing it | Benoît Ganne | 1 | -4/+4 |
2020-10-09 | wireguard: park the timer process | Dave Barach | 5 | -2/+68 |
2020-10-07 | misc: Purge unused pg includes | Neale Ranns | 2 | -2/+0 |
2020-09-30 | wireguard: fix udp-port registration | Artem Glazychev | 2 | -3/+10 |
2020-09-29 | wireguard: fix license headers | Artem Glazychev | 13 | -2/+25 |
2020-09-29 | wireguard: fix indents | Artem Glazychev | 1 | -21/+35 |
2020-09-29 | wireguard: readme fix | Artem Glazychev | 1 | -36/+17 |
2020-09-24 | wireguard: coverity fix | Artem Glazychev | 1 | -1/+1 |
2020-09-23 | wireguard: add handoff node | Artem Glazychev | 18 | -448/+889 |
2020-09-14 | wireguard: coverity fixes | Neale Ranns | 2 | -6/+10 |
2020-09-14 | wireguard: increase FIB source priority | Neale Ranns | 1 | -2/+7 |
2020-09-12 | wireguard: Fix for tunnel encap | Neale Ranns | 7 | -89/+468 |
2020-09-10 | wireguard: fix handshake procedure | Artem Glazychev | 2 | -12/+17 |
2020-09-09 | wireguard: initial implementation of wireguard protocol | Artem Glazychev | 31 | -0/+6216 |