Age | Commit message (Expand) | Author | Files | Lines |
2021-05-12 | tls: switch to vc service and track half-open sessions | Florin Coras | 7 | -19/+78 |
2021-05-12 | session: return connect session handle to app | Florin Coras | 6 | -32/+36 |
2021-05-12 | session: support half-close connection | liuyacan | 9 | -5/+139 |
2021-05-11 | ip: ensure ttl doesn't decrease to 0 when punting | Aloys Augustin | 1 | -0/+2 |
2021-05-11 | interface: tx queue infra | Damjan Marion | 10 | -50/+485 |
2021-05-10 | misc: fix crash in lawful intercept CLI | hemant_mnkcg | 1 | -6/+6 |
2021-05-10 | session: use half-open sessions for vc establishment | Florin Coras | 9 | -119/+126 |
2021-05-10 | gso: fix the gro coalesced chain len | Mohsin Kazmi | 1 | -1/+2 |
2021-05-08 | vhost: low performance in interrupt mode in some cases | Steven Luong | 1 | -35/+19 |
2021-05-07 | session: connects seg manager is always first | Florin Coras | 4 | -79/+23 |
2021-05-06 | vlib: rename vl_counter_t to vlib_error_desc_t | Ole Troan | 1 | -1/+1 |
2021-05-06 | memif: add severity to counters | Ole Troan | 2 | -4/+4 |
2021-05-06 | vlib: fix the offload flags size | Mohsin Kazmi | 11 | -33/+35 |
2021-05-05 | vlib: move offload flags to 1st cacheline in vlib_buffer_t | Mohsin Kazmi | 8 | -19/+18 |
2021-05-05 | misc: ipfix process node wait time adjustment | Matthew Smith | 2 | -3/+15 |
2021-05-05 | crypto crypto-openssl: support hashing operations | Filip Tehlar | 2 | -15/+52 |
2021-05-05 | tcp: cleanup rcv-process and bulk buffer translation | Florin Coras | 1 | -141/+160 |
2021-05-05 | tcp: cleanup listen node and bulk buffer translation | Florin Coras | 1 | -41/+48 |
2021-05-05 | tcp: cleanup syn-sent and bulk buffer translation | Florin Coras | 1 | -112/+124 |
2021-05-04 | tcp: cleanup established and bulk buffer translation | Florin Coras | 1 | -29/+28 |
2021-05-04 | virtio: add simple drop counter for interface | Mohsin Kazmi | 1 | -30/+33 |
2021-05-04 | virtio: fix the interrupt | Mohsin Kazmi | 3 | -162/+202 |
2021-05-03 | session: lookup listener with iface address | liuyacan | 1 | -0/+26 |
2021-05-02 | tls: cleanup dtls migrated context | Florin Coras | 1 | -4/+7 |
2021-05-01 | vlib: refactor trajectory trace debug feature | Benoît Ganne | 24 | -176/+42 |
2021-04-30 | build: switch release build to -O3 | Damjan Marion | 1 | -1/+1 |
2021-04-29 | session: accept notifies for sessions in created state | Florin Coras | 1 | -0/+2 |
2021-04-29 | session: cleanup CREATED sessions when listener goes down | liuyacan | 3 | -0/+63 |
2021-04-28 | ip: extend the punt cli to accept reason filter for sockets registration | Arthur de Kerhor | 1 | -0/+6 |
2021-04-27 | gre: Remove the debugging logging from the mGRE tests | Neale Ranns | 1 | -6/+1 |
2021-04-27 | misc: fix dead stores | Damjan Marion | 1 | -1/+1 |
2021-04-27 | session: fix mq ext config cleanup | Florin Coras | 1 | -2/+1 |
2021-04-26 | pg: fix packet coalescing cli | Ray Kinsella | 1 | -2/+2 |
2021-04-26 | tests: clean up gbp calls from vpp_papi_provider | Paul Vinciguerra | 1 | -24/+16 |
2021-04-26 | session: fix race condition in fifo allocation | liuyacan | 3 | -43/+39 |
2021-04-23 | vxlan: Fix L3 mode | Nathan Skrzypczak | 5 | -103/+158 |
2021-04-23 | session: set connected session index for ct | Florin Coras | 1 | -2/+5 |
2021-04-23 | tcp: try to update sack list only if not empty | Florin Coras | 1 | -1/+1 |
2021-04-23 | tcp: reorganize connection members | Florin Coras | 2 | -8/+8 |
2021-04-23 | tls quic: improve error reporting | Florin Coras | 2 | -7/+11 |
2021-04-23 | session: set fifo's session index before vcl attach | liuyacan | 1 | -0/+2 |
2021-04-22 | session: remove unused connect/listen msg members | Florin Coras | 1 | -5/+0 |
2021-04-22 | vcl session: refactor passing of crypto context | Florin Coras | 7 | -61/+72 |
2021-04-22 | flow: Add API implementation of IP4/IP6, IP4_VXLAN/IP6_VXLAN | Chenmin Sun | 3 | -1/+63 |
2021-04-22 | vcl session: extended connect/listen configuration | Florin Coras | 4 | -18/+65 |
2021-04-22 | misc: add filter for specific error for pcap trace | Benoît Ganne | 4 | -1/+18 |
2021-04-22 | ip: remove unnecesary inlining in ip4-rewrite node | Damjan Marion | 1 | -16/+3 |
2021-04-21 | vppinfra: more avx512 inlines (compress, expand, from, is_equal_mask) | Damjan Marion | 1 | -1/+1 |
2021-04-20 | tcp: req app deq notification on fifo full | Florin Coras | 3 | -1/+33 |
2021-04-20 | crypto: support async handlers for 3des and md5 | Alexander Chernavin | 2 | -3/+12 |