Age | Commit message (Expand) | Author | Files | Lines |
2021-04-21 | buffers: vlib_get_buffers() with 512-bit SIMD | Damjan Marion | 2 | -5/+47 |
2021-04-21 | vlib: don't inline vlib_buffer_enqueue_to_* | Damjan Marion | 4 | -236/+316 |
2021-04-21 | vppinfra: more avx512 inlines (compress, expand, from, is_equal_mask) | Damjan Marion | 3 | -31/+81 |
2021-04-21 | cnat: Fix session flag initialization | Nathan Skrzypczak | 4 | -1/+8 |
2021-04-21 | nat: fix multi worker scenarios | Klement Sekera | 3 | -48/+161 |
2021-04-20 | svm: allow external chunk alloc on segment | Florin Coras | 2 | -0/+32 |
2021-04-20 | pmalloc: tolerate move_pages failure on numa node #0 | Klement Sekera | 1 | -1/+2 |
2021-04-20 | nat: fixing cli bug for nat44-ei and nat44-ed | Filip Varga | 2 | -2/+2 |
2021-04-20 | tls: honor tcp deq notification request | Florin Coras | 1 | -0/+6 |
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 |
2021-04-20 | nat: nat44-ed i2o & o2i trace fix | Filip Varga | 2 | -8/+10 |
2021-04-20 | ipsec: remove WITH_LIBSSL macros | Damjan Marion | 2 | -125/+3 |
2021-04-20 | dpdk: fix mlx4 mlx5 detection in plugin build | Mohammed Hawari | 1 | -1/+1 |
2021-04-20 | vlib: remove unused code | Damjan Marion | 2 | -38/+0 |
2021-04-19 | vppinfra: momve clib_sysfs_list_to_bitmap to sysfs.c | Damjan Marion | 3 | -27/+29 |
2021-04-19 | ip: fix offload flags handling | Aloys Augustin | 2 | -3/+5 |
2021-04-19 | interface: interface-output end node rework | Damjan Marion | 9 | -75/+87 |
2021-04-18 | ip: remove dead code from ip_csum | Damjan Marion | 1 | -1/+0 |
2021-04-18 | vppinfra: remove outdated and unused unix format functions | Damjan Marion | 2 | -486/+0 |
2021-04-18 | vppinfra: remove linux/syscall.h | Damjan Marion | 13 | -163/+51 |
2021-04-17 | classify: honor pcap interface filter also when classify filter is used | Benoît Ganne | 3 | -135/+136 |
2021-04-16 | tests: cpus awareness | Klement Sekera | 1 | -1/+14 |
2021-04-15 | vlib: make vlib_pending_frame_t smaller | Damjan Marion | 1 | -3/+3 |
2021-04-15 | tcp: support for rate sample attr flag | Florin Coras | 2 | -1/+23 |
2021-04-15 | vrrp: refactor test | Paul Vinciguerra | 1 | -36/+38 |
2021-04-15 | vcl: validate fs before cleanup | Florin Coras | 1 | -2/+5 |
2021-04-15 | papi: fix ubuntu 1804 make test socket.close error | Tianyu Li | 1 | -1/+1 |
2021-04-15 | vppinfra: move bitmap format functions to .c file, add format_bitmap_list | Damjan Marion | 3 | -120/+172 |
2021-04-15 | avf: fix tx path segfault | Radu Nicolau | 1 | -0/+1 |
2021-04-15 | vppinfra: correct intrinsic called by u16x16_from_u8x16 | Lijian.Zhang | 1 | -2/+2 |
2021-04-15 | avf: remove the vxlan flow support | Chenmin Sun | 2 | -1/+1 |
2021-04-14 | session: fix next node add on transport registration | Florin Coras | 1 | -7/+2 |
2021-04-14 | vlib: fix access before check issue in foreach_vlib_main macro | Damjan Marion | 1 | -9/+17 |
2021-04-14 | misc: clang-12 support | Damjan Marion | 2 | -7/+11 |
2021-04-14 | session tcp vcl: api to update connection attributes | Florin Coras | 14 | -44/+350 |
2021-04-14 | dpdk: add RSS capability flag to iavf PMD in dpdk_plugin | Chenmin Sun | 1 | -4/+4 |
2021-04-14 | rdma: remove redundant memory registration | Benoît Ganne | 1 | -6/+0 |
2021-04-14 | nat: test dynamic translation between two vrfs | Filip Varga | 1 | -3/+41 |
2021-04-14 | rdma: fix skip_ipv4_cksum behavior in scalar path | Tianyu Li | 1 | -1/+1 |
2021-04-14 | hsa: fix coverity warnings | Florin Coras | 1 | -2/+3 |
2021-04-14 | tls: fix coverity warning | Florin Coras | 1 | -1/+1 |
2021-04-14 | flow: The type of vni in VxLAN flow should be u32 | Chenmin Sun | 3 | -10/+8 |
2021-04-13 | avf: rework TX one-by-one loop | Damjan Marion | 1 | -68/+63 |
2021-04-13 | avf: avoid placeholder buffer alloc in datapath | Damjan Marion | 3 | -31/+25 |
2021-04-13 | avf: avoid ring wrap in the tx path | Damjan Marion | 3 | -139/+122 |
2021-04-12 | avf: avf flow bug fix | Chenmin Sun | 2 | -27/+2 |
2021-04-12 | geneve: fix options len parsing as 32-bits words | Mohammed Hawari | 1 | -2/+3 |
2021-04-12 | tests: support attaching to existing vpp | Klement Sekera | 3 | -7/+7 |
2021-04-09 | dpdk: selection of cryptodev engine data-path | Fan Zhang | 8 | -2733/+2082 |