Age | Commit message (Expand) | Author | Files | Lines |
2020-02-20 | dpdk: rx checksum offload |  Florin Coras | 1 | -0/+8 |
2020-02-20 | nat: user deletion function & extra metrics |  Filip Varga | 4 | -0/+272 |
2020-02-20 | map: honor pre-resolve param in map-t |  Alexander Chernavin | 6 | -30/+154 |
2020-02-20 | map: honor icmp6-unreachables param in map-t |  Alexander Chernavin | 2 | -2/+47 |
2020-02-20 | nat: avoid running pointless session cleanups |  Klement Sekera | 3 | -11/+33 |
2020-02-20 | nat: nat44 split slow and fast path |  Filip Varga | 2 | -1080/+339 |
2020-02-20 | ikev2: fix logging init |  Filip Tehlar | 1 | -3/+2 |
2020-02-20 | tls: need to use thread id to fetch the event |  Yu Ping | 1 | -2/+1 |
2020-02-19 | tls: handle disconect and reset in async mode |  Yu Ping | 3 | -11/+38 |
2020-02-18 | misc: deprecating the plugin |  Florin Coras | 15 | -8618/+0 |
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 |