Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-04-30 | build: declare some CMake variables as advanced |  Damjan Marion | 8 | -16/+16 |
2021-04-30 | quic: report number of packets sent on custom tx |  Florin Coras | 1 | -14/+8 |
2021-04-30 | hsa: vcl test client incremental stats |  Florin Coras | 2 | -22/+82 |
2021-04-29 | crypto: fix chained buffer integrity support |  Benoît Ganne | 1 | -1/+15 |
2021-04-29 | hsa: vcl test perf improvements |  Florin Coras | 3 | -88/+93 |
2021-04-28 | vcl: fix epoll wait with indefinite timeout |  Florin Coras | 1 | -4/+4 |
2021-04-28 | hsa: fix quic vcl test |  Florin Coras | 1 | -9/+21 |
2021-04-28 | hsa: support sigint in vcl test client |  Florin Coras | 1 | -2/+33 |
2021-04-28 | nat: fix byte order on ipfix message fields |  Matthew Smith | 4 | -7/+10 |
2021-04-27 | hsa: custom proto vfts for vcl tests |  Florin Coras | 5 | -314/+836 |