Age | Commit message (Expand) | Author | Files | Lines |
2021-05-20 | hsa: test server incremental stats | Florin Coras | 3 | -35/+71 |
2021-05-20 | tls svm: prealloc tcp fifo chunks before ssl write | Florin Coras | 1 | -0/+7 |
2021-05-19 | tls: fix signed unsigned comparison | Florin Coras | 1 | -2/+2 |
2021-05-19 | quic: fix memory leak & crash on connection delete | Dave Wallace | 1 | -2/+8 |
2021-05-19 | memif: remove dead code | Damjan Marion | 1 | -1/+1 |
2021-05-19 | avf: improve elogs | Damjan Marion | 4 | -2/+227 |
2021-05-19 | vppinfra: add more llist macros | Florin Coras | 1 | -25/+25 |
2021-05-19 | build: fix crypto_native compile flags check | Damjan Marion | 1 | -2/+2 |
2021-05-19 | avf: tx queue sharing fixes and improvements | Damjan Marion | 3 | -38/+36 |
2021-05-19 | avf: print stats in separate log class | Damjan Marion | 3 | -6/+38 |
2021-05-17 | memif: remove unused code | Damjan Marion | 1 | -46/+13 |
2021-05-17 | memif: remove duplicate code in tx | Damjan Marion | 1 | -53/+39 |
2021-05-17 | memif: optimize zero-copy rx ring refill | Damjan Marion | 2 | -65/+47 |
2021-05-17 | memif: fix "remove barriers" commit | Damjan Marion | 1 | -2/+2 |
2021-05-17 | memif: remove barriers | Damjan Marion | 2 | -22/+33 |
2021-05-15 | lacp: coverity fix on null pointer dereference | Steven Luong | 1 | -2/+2 |
2021-05-14 | vlib: pass node runtime to vlib_buffer_enqueue_to_thread() | Damjan Marion | 7 | -16/+13 |
2021-05-14 | avf: free spinlock on txq removal | Damjan Marion | 1 | -0/+2 |
2021-05-14 | session: switch ct to vc and track half-opens | Florin Coras | 1 | -8/+5 |
2021-05-13 | lacp: Prohibiting bonding with remote having different key than 1st member | Steven Luong | 4 | -23/+42 |
2021-05-13 | tests: move test source to vpp/test | Dave Wallace | 61 | -45331/+0 |
2021-05-12 | avf: avoid eating our own tail | Damjan Marion | 1 | -0/+3 |
2021-05-12 | crypto: add chacha20-poly1305 support to ipsecmb | Fan Zhang | 1 | -0/+252 |
2021-05-11 | interface: tx queue infra | Damjan Marion | 3 | -7/+18 |
2021-05-11 | quic: alloc ctx on udp thread | Florin Coras | 1 | -9/+10 |
2021-05-10 | dpdk: do not crash when failing to bring interface up | Benoît Ganne | 1 | -5/+9 |
2021-05-08 | memif: Fix delete on error | Nathan Skrzypczak | 1 | -8/+0 |
2021-05-08 | avf: fix coverity | Mohammed Hawari | 1 | -7/+4 |
2021-05-07 | dpdk: fix cryptodev session handler | Fan Zhang | 1 | -0/+4 |
2021-05-07 | session: connects seg manager is always first | Florin Coras | 5 | -10/+9 |
2021-05-07 | avf: Fix cksum offload / ipsec | Nathan Skrzypczak | 1 | -1/+6 |
2021-05-06 | build: add FORCE_ON option for multiarch variants | Damjan Marion | 1 | -0/+2 |
2021-05-06 | vlib: rename vl_counter_t to vlib_error_desc_t | Ole Troan | 3 | -3/+3 |
2021-05-06 | pnat: coverity errors | Ole Troan | 4 | -5/+13 |
2021-05-06 | memif: add severity to counters | Ole Troan | 2 | -14/+14 |
2021-05-06 | vlib: fix the offload flags size | Mohsin Kazmi | 3 | -3/+4 |
2021-05-05 | avf: remove dead store | Damjan Marion | 1 | -1/+0 |
2021-05-05 | nat: cli commands parsing fix | Filip Varga | 2 | -235/+200 |
2021-05-05 | nat: fixing cfg file parsing cli issues | Filip Varga | 4 | -93/+92 |
2021-05-05 | vlib: move offload flags to 1st cacheline in vlib_buffer_t | Mohsin Kazmi | 3 | -4/+4 |
2021-05-05 | crypto crypto-openssl: support hashing operations | Filip Tehlar | 4 | -0/+174 |
2021-05-04 | dpdk: allow configuration of max-simd-bitwidth | Ray Kinsella | 2 | -2/+34 |
2021-05-04 | avf: fix simultaneous txq wrap and tx retry | Mohammed Hawari | 1 | -1/+2 |
2021-05-04 | rdma: add support for RSS configuration | Benoît Ganne | 7 | -14/+338 |
2021-05-04 | rdma: support non-power-of-2 number of rxq | Benoît Ganne | 1 | -13/+19 |
2021-05-03 | quic: fix coverity warning | Florin Coras | 1 | -2/+2 |
2021-05-03 | rdma: avoid unnencessary inlining | Damjan Marion | 1 | -27/+29 |
2021-05-03 | quic: improve udp dgram write | Florin Coras | 1 | -10/+7 |
2021-05-02 | tls: cleanup dtls migrated context | Florin Coras | 1 | -4/+9 |
2021-05-01 | vlib: refactor trajectory trace debug feature | Benoît Ganne | 17 | -59/+18 |