Age | Commit message (Expand) | Author | Files | Lines |
2020-02-18 | crypto: add support for testing quad loops in crypto algos | Filip Tehlar | 5 | -97/+504 |
2020-02-18 | crypto: add chained buffer support in ipsecmb (AES-GCM) | Filip Tehlar | 1 | -0/+83 |
2020-02-18 | vrrp: do not define _details as autoreply | Vratko Polak | 1 | -4/+3 |
2020-02-18 | misc: fix coverity warnings | Dave Barach | 2 | -2/+2 |
2020-02-18 | tls: Add Feature yaml | Yu Ping | 1 | -0/+11 |
2020-02-18 | rdma: fix bug related to ring buffer | Elias Rudberg | 1 | -2/+2 |
2020-02-18 | tls: Picotls engine symmetric crypto enhancement by vpp crypto framework | Simon Zhang | 4 | -1/+373 |
2020-02-17 | misc: fix coverity warnings | Dave Barach | 1 | -1/+1 |
2020-02-17 | gtpu: offload RX flow | Chenmin Sun | 6 | -2/+785 |
2020-02-17 | ikev2: IKE plugin manages the state of the protected tunnel interface | Neale Ranns | 1 | -2/+8 |
2020-02-17 | crypto-native: calculate ghash using vpclmulqdq instructions | Damjan Marion | 1 | -0/+126 |
2020-02-15 | tls: Fix Picotls ctx_read rx_content issue | Simon Zhang | 1 | -18/+21 |
2020-02-14 | vrrp dns: fix coverity warnings | Dave Barach | 3 | -2/+9 |
2020-02-14 | dpdk: TSO does not work for Cisco VIC | Steven Luong | 1 | -0/+11 |
2020-02-14 | dpdk: fix flow(with mark action) deletion crash issue | Chenmin Sun | 1 | -1/+1 |
2020-02-14 | crypto-native: refactor CBC code | Damjan Marion | 4 | -606/+440 |
2020-02-13 | nsim: fix quad-loop packet trace | Dave Barach | 1 | -11/+12 |
2020-02-13 | vrrp: add plugin providing vrrp support | Matthew Smith | 17 | -0/+6872 |
2020-02-13 | vppinfra: add 128-bit and 512-bit a ^ b ^ c shortcut | Damjan Marion | 1 | -18/+6 |
2020-02-13 | crypto-native: add AArch64 AES-GCM native implementation | Damjan Marion | 5 | -55/+60 |
2020-02-13 | dpdk: Add iova-mode to startup | Vladimir Ratnikov | 1 | -1/+2 |
2020-02-13 | ikev2: Responder honours the protected tunnel config | Neale Ranns | 2 | -0/+10 |
2020-02-13 | crypto-native: add AArch64 ghash support | Damjan Marion | 1 | -1/+23 |
2020-02-12 | tcp: move connections to wrk ctx | Florin Coras | 1 | -11/+3 |
2020-02-12 | crypto-native: fix ghash function naming | Damjan Marion | 1 | -6/+6 |
2020-02-12 | crypto-native: use and instead of blend | Damjan Marion | 1 | -4/+1 |
2020-02-12 | crypto-native: add missing static_always_inline | Damjan Marion | 1 | -6/+6 |
2020-02-12 | crypto-native: refactor GCM code to use generic types | Damjan Marion | 3 | -291/+325 |
2020-02-11 | vppinfra: remove the historical mheap memory allocator | Dave Barach | 2 | -50/+3 |
2020-02-11 | ikev2: Configure a profile with an existing interface | Neale Ranns | 7 | -30/+141 |
2020-02-11 | crypto-native: fix ARM compilatiion flags | Damjan Marion | 1 | -1/+1 |
2020-02-11 | ipsec: add support for chained buffers | Filip Tehlar | 8 | -146/+556 |
2020-02-11 | sr: update NH value for Ethernet payloads | pcamaril | 8 | -25/+25 |
2020-02-11 | tls: refactor picotls ctx_read process to improve CPS | Simon Zhang | 2 | -58/+55 |
2020-02-10 | sctp: API cleanup | Jakub Grajciar | 2 | -26/+30 |
2020-02-10 | ikev2: better logging | Filip Tehlar | 5 | -187/+317 |
2020-02-07 | tests: skip extended quic tests under development | Dave Wallace | 1 | -4/+21 |
2020-02-07 | quic: update config values for large stream tests | Dave Wallace | 1 | -84/+88 |
2020-02-07 | svm: use default SVM address in fifo unit tests | Benoît Ganne | 1 | -1/+2 |
2020-02-07 | quic: fix coverity warning | MathiasRaoul | 1 | -2/+1 |
2020-02-07 | nat: api & cli command for forcing session cleanup | Filip Varga | 4 | -0/+98 |
2020-02-06 | hsa: proxy wnd update only if enough space is available | Florin Coras | 1 | -0/+16 |
2020-02-06 | quic: fix coverity warning | MathiasRaoul | 1 | -2/+2 |
2020-02-05 | vppinfra: numa vector placement support | Dave Barach | 1 | -2/+4 |
2020-02-05 | nat: move dslite to separate sub-plugin | Ole Troan | 19 | -763/+775 |
2020-02-05 | dpdk: use port_id as interface name suffix for representors | Haggai Eran | 1 | -1/+7 |
2020-02-05 | dpdk: output switch information | Haggai Eran | 1 | -0/+21 |
2020-02-04 | nat: pool allocation function fix | Filip Varga | 1 | -1/+1 |
2020-02-04 | ip: translate fragmented icmp to fragmented icmp6 | Alexander Chernavin | 1 | -7/+32 |
2020-02-03 | tls: refactor for tls async event handling | Yu Ping | 4 | -196/+162 |