Age | Commit message (Expand) | Author | Files | Lines |
2021-03-04 | dpdk: enable AVX-512 on ICL | Ray Kinsella | 1 | -0/+5 |
2021-03-04 | dpdk: deprecate ipsec backend | Fan Zhang | 11 | -4533/+578 |
2021-03-03 | nsh: Resolve SA errors in NSH plugin. | Vengada Prasad Govindan | 1 | -15/+0 |
2021-03-03 | dhcp: calls to vnet_feature_enable_disable needs to be protected | Steven Luong | 1 | -1/+7 |
2021-03-02 | ikev2: fix auth | Filip Tehlar | 1 | -1/+1 |
2021-03-01 | nat: avoid crash if plugin not enabled | Klement Sekera | 1 | -18/+21 |
2021-03-01 | nat: pick outside addr based on local addr | Klement Sekera | 6 | -107/+215 |
2021-02-26 | cnat: coverity fix | Nathan Skrzypczak | 1 | -2/+4 |
2021-02-26 | nat: optimize flow matching in ED NAT | Klement Sekera | 5 | -81/+87 |
2021-02-26 | nat: NAT44ED fail if using old plugin option | Filip Varga | 4 | -450/+498 |
2021-02-26 | ipsec: move the IPSec SA pool out of ipsec_main | Neale Ranns | 5 | -14/+9 |
2021-02-26 | cnat: add input feature node | Nathan Skrzypczak | 6 | -0/+507 |
2021-02-26 | cnat: Add maglev support | Nathan Skrzypczak | 9 | -25/+253 |
2021-02-26 | cnat: fixes & prepare maglev | Nathan Skrzypczak | 16 | -366/+390 |
2021-02-25 | sr: Fix the coverity issue on srv6-mobile plugin | Tetsuya Murakami | 1 | -2/+2 |
2021-02-25 | ikev2: Use the IPSec functions for UDP port management | Neale Ranns | 2 | -46/+2 |
2021-02-25 | linux-cp: fix vector-used-a-C-string overflow | Benoît Ganne | 2 | -4/+3 |
2021-02-24 | nat: Final NAT44 EI/ED split patch | Filip Varga | 44 | -5781/+10760 |
2021-02-24 | wireguard: coverity fix | Artem Glazychev | 1 | -11/+12 |
2021-02-24 | docs: move pnat doc link into dev doc section | Dave Wallace | 1 | -1/+1 |
2021-02-23 | hsa: fifo detach cleanup | Florin Coras | 2 | -0/+27 |
2021-02-19 | dpdk: fix cryptodev offset update | Fan Zhang | 1 | -11/+8 |
2021-02-19 | ikev2: start counting msgid from 0 | Filip Tehlar | 1 | -2/+2 |
2021-02-18 | tests: re-enable NAT44ED tests for multiworker | Andrew Yourtchenko | 1 | -1/+0 |
2021-02-18 | tests: policer test check unformat return values | Brian Russell | 1 | -4/+6 |
2021-02-17 | linux-cp: fix coverity defect | Matthew Smith | 1 | -0/+6 |
2021-02-16 | hsa: coverity fix | Florin Coras | 1 | -0/+1 |
2021-02-16 | ikev2: fix coverity warnings | Filip Tehlar | 2 | -100/+117 |
2021-02-15 | lisp: coverity fixes | Florin Coras | 1 | -6/+0 |
2021-02-15 | vlib: refactor checksum offload support | Mohsin Kazmi | 6 | -38/+39 |
2021-02-15 | ip: Path MTU | Neale Ranns | 1 | -4/+26 |
2021-02-15 | policer: improve policer struct | Brian Russell | 1 | -1/+1 |
2021-02-15 | quic: Coverity fix | Nathan Skrzypczak | 1 | -1/+1 |
2021-02-15 | ikev2: fix rekey against strongSwan | Filip Tehlar | 2 | -52/+94 |
2021-02-15 | rdma: rdma_log__ argument dev is a pointer | Vratko Polak | 1 | -5/+8 |
2021-02-13 | nat: pnat only use save_rewrite_length on output path | Ole Troan | 1 | -3/+2 |
2021-02-12 | dpdk: use whole vmbus address as hash key for devconf | Vladimir Ratnikov | 2 | -21/+22 |
2021-02-11 | tests: tag the tests that do not work with multi-worker configuration | Andrew Yourtchenko | 12 | -0/+42 |
2021-02-11 | wireguard: testing alternative timer dispatch | Mohammed Hawari | 3 | -3/+10 |
2021-02-10 | tests: add policer test helper | Brian Russell | 2 | -0/+72 |
2021-02-10 | ipsec: Use the new tunnel API types to add flow label and TTL copy | Neale Ranns | 2 | -29/+43 |
2021-02-10 | nat: fix EI hairpinning thread safety | Klement Sekera | 6 | -64/+810 |
2021-02-09 | tls: dtls initial implementation | Florin Coras | 8 | -22/+470 |
2021-02-09 | crypto: fix bad-hmac in sw scheduler if async mode | Alexander Chernavin | 1 | -0/+1 |
2021-02-09 | gbp: fix typo in macro | Paul Vinciguerra | 2 | -7/+7 |
2021-02-09 | nat: bump default max translations to 63K | Klement Sekera | 1 | -1/+1 |
2021-02-09 | nat: deny adding intf addr if static-mapping-only | Alexander Chernavin | 1 | -0/+8 |
2021-02-09 | nat: fix coverity errors | Ole Troan | 3 | -7/+6 |
2021-02-09 | nat: improve type safety and remove unused param | Klement Sekera | 3 | -96/+76 |
2021-02-09 | Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy" | Matthew Smith | 2 | -43/+29 |