hs-test: fixed timed out tests passing in the CI
[vpp.git] / src / plugins / wireguard /
6 days ago Guillaume Solignacwireguard: use clib helpers for endianness 64/40764/9
2024-03-12 Damjan Marionmisc: remove GNU Indent directives 02/40502/5
2024-02-19 Lijian Zhangwireguard: notify key changes to crypto engine 46/40046/3
2024-01-19 Damjan Marionbuild: disable plugins which require openssl if openssl... 20/40220/1
2023-09-13 Andrew Yourtchenkowireguard: stabilize the API 42/39142/2
2023-06-08 gaoginskxcrypto: use fixed crypto frame pool 26/38926/5
2023-06-02 Alexander Chernavinwireguard: add support for chained buffers 97/38597/3
2023-06-01 Xiaoming Jiangcrypto: make crypto-dispatch node working in adaptive... 53/38453/7
2023-03-20 Alexander Chernavinwireguard: fix sending peer events from worker threads 02/38502/3
2023-03-02 Gabriel Oginskiwireguard: add barrier to sync data 52/38352/2
2023-02-27 Gabriel Oginskiwireguard: fix potential leaks of async frame 53/38353/2
2023-02-16 Alexander Skorichenkowireguard: move buffer when insufficient pre_data left 04/38004/3
2023-02-01 Artem Glazychevwireguard: update ESTABLISHED flag 00/38000/5
2023-01-26 Artem Glazychevwireguard: sending the first handshake 01/38001/9
2023-01-16 Gabriel Oginskiwireguard: add local variable 63/37763/4
2023-01-10 Benoît Gannebuild: do not link with libssl if not needed 67/37867/2
2022-12-01 Gabriel Oginskiwireguard: add atomic mutex 61/37361/5
2022-11-29 Artem Glazychevwireguard: compute checksum for outer ipv6 header 18/37518/5
2022-09-27 Alexander Chernavinwireguard: stop sending handshakes when wg intf is... 61/37061/12
2022-09-27 Alexander Chernavinwireguard: fix re-handshake timer when response sent 57/37257/3
2022-09-08 Matthew Smithwireguard: eliminate some calls to main thread 81/37081/2
2022-08-25 Aloys Augustinwireguard: fix ipv6 payload_length computation 18/37018/1
2022-08-18 Benoît Gannewireguard: fix error type for crypto backend 43/36943/2
2022-08-18 Benoît Gannewireguard: fix ipv6 handshake packet 45/36945/2
2022-08-17 Alexander Chernavinwireguard: fix fib entry tracking 16/36916/1
2022-08-09 Alexander Chernavinwireguard: add peers roaming support 97/36797/4
2022-08-09 Alexander Chernavinwireguard: add handshake rate limiting support 15/36715/5
2022-08-08 Alexander Chernavinwireguard: add dos mitigation support 14/36714/4
2022-08-03 Alexander Chernavinwireguard: add processing of received cookie messages 13/36713/3
2022-07-11 Artem Glazychevwireguard: fix coverity warnings 38/36638/2
2022-06-08 Matthew Smithwireguard: increment interface RX counters 32/36332/2
2022-06-05 Alexander Chernavinwireguard: fix crash by not sending arp via wg interface 25/36325/4
2022-04-28 Jon Loeligerwireguard: Document wireguard async mode default 43/35943/3
2022-04-05 Jon Loeligerwireguard: prevent segfault on non-adj packets 96/35896/1
2022-03-21 Jon Loeligerwireguard: dont stacksmash bad peer base64 keys 25/35625/2
2022-03-21 Jon Loeligerwireguard: improve peer dump details 24/35624/3
2022-03-02 Jon Loeligerwireguard: improve sending WG interface dump details 26/35426/2
2022-02-23 Gabriel Oginskiwireguard: fix dereferences null pointer 12/35412/2
2022-02-22 Jon Loeligerwireguard: prevent stacksmashing on poorly formed base6... 43/35343/2
2022-02-18 Gabriel Oginskiwireguard: fix passing null pointer 42/35342/2
2022-02-17 Jon Loeligerwireguard: Fix wireguard device name to use user-instance 59/35359/2
2022-02-15 Neale Rannstcp: Do not include the tcp_packet.h file in the ip4_pa... 31/35331/1
2022-01-24 Gabriel Oginskiwireguard: fix passing argument 59/35059/1
2022-01-21 Gabriel Oginskiwireguard: add async mode for decryption packets 61/34661/5
2022-01-21 Gabriel Oginskiwireguard: add async mode for encryption packets 60/34660/5
2022-01-20 Gabriel Oginskiwireguard: add burst mode 24/34324/11
2022-01-05 Miroslav Mikluswireguard: fix 'wireguard add peer' cli behavior 33/34633/3
2021-11-22 Gabriel Oginskiwireguard: add local variable in handshake process 05/34305/2
2021-11-19 Neale Rannsfib: Don't use [midchain] adjacencies to change an... 04/34004/5
2021-11-03 Gabriel Oginskiwireguard: reduce memcopy and prefetch header 01/34001/3
2021-11-02 Ray Kinsellabuild: remove unnecessary executable bits 13/34313/2
2021-10-13 Nathan Skrzypczakdocs: convert plugins doc md->rst 25/34025/4
2021-10-07 Artem Glazychevwireguard: peers dump fix 93/33993/2
2021-10-06 Artem Glazychevwireguard: add events for peer 85/32685/12
2021-10-06 Artem Glazychevwireguard: add ipv6 support 09/32009/12
2021-10-04 Artem Glazychevwireguard: use the same udp-port for multi-tunnel 43/32443/11
2021-09-30 Artem Glazychevwireguard: move adjacency processing from wireguard_pee... 13/32413/9
2021-09-23 Aloys Augustinwireguard: fix wg-output-tun feature configuration 93/33793/2
2021-08-13 Gabriel Oginskiwireguard: add flag to check hmac for decryption 79/33479/3
2021-05-21 Klement Sekerabfd: use vnet crypto 93/32193/13
2021-05-14 Damjan Marionvlib: pass node runtime to vlib_buffer_enqueue_to_thread() 14/32314/3
2021-05-13 Dave Wallacetests: move test source to vpp/test 93/32293/2
2021-03-20 Klement Sekeratests: add support for worker awareness 49/31649/13
2021-02-24 Artem Glazychevwireguard: coverity fix 64/31364/4
2021-02-15 Mohsin Kazmivlib: refactor checksum offload support 64/29664/10
2021-02-11 Mohammed Hawariwireguard: testing alternative timer dispatch 95/30695/3
2021-02-01 Andrew Yourtchenkodocs: fix up the markdown 12/30912/2
2020-12-14 Damjan Marionmisc: move to new pool_foreach macros 96/30396/2
2020-12-06 Nathan Skrzypczakwireguard: run feature after gso 54/30154/2
2020-12-01 Nathan Skrzypczakwireguard: return public key in api 46/30146/4
2020-10-21 Florin Corasmisc: minimize dependencies on udp.h 61/29561/9
2020-10-20 Benoît Gannewireguard: reset secret data before freeing it 49/29549/3
2020-10-09 Dave Barachwireguard: park the timer process 72/29372/2
2020-10-07 Neale Rannsmisc: Purge unused pg includes 56/29256/2
2020-09-30 Artem Glazychevwireguard: fix udp-port registration 56/29156/2
2020-09-29 Artem Glazychevwireguard: fix license headers 11/29111/2
2020-09-29 Artem Glazychevwireguard: fix indents 10/29110/2
2020-09-29 Artem Glazychevwireguard: readme fix 04/29104/3
2020-09-24 Artem Glazychevwireguard: coverity fix 42/29042/2
2020-09-23 Artem Glazychevwireguard: add handoff node 48/28848/11
2020-09-14 Neale Rannswireguard: coverity fixes 24/28824/3
2020-09-14 Neale Rannswireguard: increase FIB source priority 19/28819/2
2020-09-12 Neale Rannswireguard: Fix for tunnel encap 35/28735/5
2020-09-10 Artem Glazychevwireguard: fix handshake procedure 37/28737/3
2020-09-09 Artem Glazychevwireguard: initial implementation of wireguard protocol 03/28503/36