Age | Commit message (Expand) | Author | Files | Lines |
2024-05-13 | wireguard: use clib helpers for endianness |  Guillaume Solignac | 2 | -6/+6 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 8 | -36/+0 |
2024-02-19 | wireguard: notify key changes to crypto engine |  Lijian Zhang | 1 | -0/+6 |
2024-01-19 | build: disable plugins which require openssl if openssl is not available |  Damjan Marion | 1 | -0/+6 |
2023-09-13 | wireguard: stabilize the API |  Andrew Yourtchenko | 1 | -1/+1 |
2023-06-08 | crypto: use fixed crypto frame pool |  gaoginskx | 2 | -0/+4 |
2023-06-02 | wireguard: add support for chained buffers |  Alexander Chernavin | 3 | -79/+353 |
2023-06-01 | crypto: make crypto-dispatch node working in adaptive mode |  Xiaoming Jiang | 1 | -2/+0 |
2023-03-20 | wireguard: fix sending peer events from worker threads |  Alexander Chernavin | 1 | -5/+23 |
2023-03-02 | wireguard: add barrier to sync data |  Gabriel Oginski | 6 | -32/+43 |
2023-02-27 | wireguard: fix potential leaks of async frame |  Gabriel Oginski | 1 | -12/+12 |
2023-02-16 | wireguard: move buffer when insufficient pre_data left |  Alexander Skorichenko | 1 | -14/+24 |
2023-02-01 | wireguard: update ESTABLISHED flag |  Artem Glazychev | 1 | -5/+3 |
2023-01-26 | wireguard: sending the first handshake |  Artem Glazychev | 3 | -10/+13 |
2023-01-16 | wireguard: add local variable |  Gabriel Oginski | 1 | -17/+53 |
2023-01-10 | build: do not link with libssl if not needed |  Benoît Ganne | 1 | -1/+1 |
2022-12-01 | wireguard: add atomic mutex |  Gabriel Oginski | 3 | -2/+19 |
2022-11-29 | wireguard: compute checksum for outer ipv6 header |  Artem Glazychev | 2 | -2/+41 |
2022-09-27 | wireguard: stop sending handshakes when wg intf is down |  Alexander Chernavin | 1 | -3/+66 |
2022-09-27 | wireguard: fix re-handshake timer when response sent |  Alexander Chernavin | 1 | -1/+0 |
2022-09-08 | wireguard: eliminate some calls to main thread |  Matthew Smith | 1 | -4/+10 |
2022-08-25 | wireguard: fix ipv6 payload_length computation |  Aloys Augustin | 1 | -4/+3 |
2022-08-18 | wireguard: fix error type for crypto backend |  Benoît Ganne | 1 | -1/+1 |
2022-08-18 | wireguard: fix ipv6 handshake packet |  Benoît Ganne | 1 | -3/+1 |
2022-08-17 | wireguard: fix fib entry tracking |  Alexander Chernavin | 2 | -53/+35 |
2022-08-09 | wireguard: add peers roaming support |  Alexander Chernavin | 7 | -49/+187 |
2022-08-09 | wireguard: add handshake rate limiting support |  Alexander Chernavin | 6 | -7/+178 |
2022-08-08 | wireguard: add dos mitigation support |  Alexander Chernavin | 10 | -64/+224 |
2022-08-03 | wireguard: add processing of received cookie messages |  Alexander Chernavin | 11 | -81/+308 |
2022-07-11 | wireguard: fix coverity warnings |  Artem Glazychev | 1 | -8/+8 |
2022-06-08 | wireguard: increment interface RX counters |  Matthew Smith | 1 | -0/+15 |
2022-06-05 | wireguard: fix crash by not sending arp via wg interface |  Alexander Chernavin | 2 | -1/+9 |
2022-04-28 | wireguard: Document wireguard async mode default |  Jon Loeliger | 1 | -2/+2 |
2022-04-05 | wireguard: prevent segfault on non-adj packets |  Jon Loeliger | 2 | -0/+7 |
2022-03-21 | wireguard: dont stacksmash bad peer base64 keys |  Jon Loeliger | 1 | -1/+1 |
2022-03-21 | wireguard: improve peer dump details |  Jon Loeliger | 2 | -11/+22 |
2022-03-02 | wireguard: improve sending WG interface dump details |  Jon Loeliger | 2 | -2/+11 |
2022-02-23 | wireguard: fix dereferences null pointer |  Gabriel Oginski | 2 | -14/+21 |
2022-02-22 | wireguard: prevent stacksmashing on poorly formed base64 keys |  Jon Loeliger | 1 | -1/+1 |
2022-02-18 | wireguard: fix passing null pointer |  Gabriel Oginski | 2 | -10/+11 |
2022-02-17 | wireguard: Fix wireguard device name to use user-instance |  Jon Loeliger | 1 | -1/+2 |
2022-02-15 | tcp: Do not include the tcp_packet.h file in the ip4_packet.h |  Neale Ranns | 1 | -0/+1 |
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 |