Age | Commit message (Expand) | Author | Files | Lines |
2019-01-26 | cmake: parse DPDK config without compilation | Damjan Marion | 1 | -57/+15 |
2019-01-26 | cmake: add support for linking with DPDK shared libs | Damjan Marion | 1 | -67/+121 |
2019-01-24 | perfmon: enable pmc event before reading rdpmc index | Damjan Marion | 1 | -6/+6 |
2019-01-24 | perfmon plugin: 2-way parallel stat collection | Dave Barach | 3 | -143/+228 |
2019-01-24 | avf: fix queue enable issue | Damjan Marion | 1 | -8/+11 |
2019-01-22 | gbp: fix inlining issue | Damjan Marion | 1 | -7/+7 |
2019-01-22 | GBP: Sclass to src-epg conversions | Neale Ranns | 13 | -23/+564 |
2019-01-22 | NAT: ipfix call optimization | Filip Varga | 4 | -9/+10 |
2019-01-21 | Fix LB lookup table failed issue | Hongjun Ni | 1 | -5/+11 |
2019-01-21 | NAT: VPP-1537 IPFIX per worker processing | Filip Varga | 21 | -533/+545 |
2019-01-21 | crypto-input: fix crash bug | Kingwel Xie | 1 | -8/+12 |
2019-01-20 | dpdk: add buffer.h | Damjan Marion | 12 | -13/+43 |
2019-01-20 | buffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro and fl->n_data_bytes | Damjan Marion | 2 | -2/+2 |
2019-01-20 | buffers: remove vlib_buffer_delete_free_list | Damjan Marion | 1 | -47/+0 |
2019-01-20 | buffers: don't init metadata, as it is already initialized | Damjan Marion | 6 | -51/+1 |
2019-01-20 | buffers: keep buffer_main in vlib_main_t | Damjan Marion | 2 | -3/+3 |
2019-01-20 | minor fixup in map doc (people -> seconds) | Jim Thompson | 1 | -1/+1 |
2019-01-18 | Fix GCC 8 compiler warnings on strncpy's truncated copy on debian distro | Steven Luong | 1 | -0/+12 |
2019-01-19 | buffers: remove free-list information from buffer metadata | Damjan Marion | 1 | -2/+1 |
2019-01-18 | Add vlib_buffer_copy_indices inline function | Damjan Marion | 3 | -3/+3 |
2019-01-18 | deprecate clib_memcpy64_x4 | Damjan Marion | 5 | -47/+57 |
2019-01-17 | cmake: initial cross-compilation support | Damjan Marion | 1 | -0/+5 |
2019-01-17 | Fix ASSERT usage issue in cryptodev | Simon Zhang | 1 | -1/+1 |
2019-01-16 | fix dpdk cryptodev enable issuev19.04-rc0 | Simon Zhang | 1 | -6/+9 |
2019-01-16 | NAT: Fixed issues with dropping reverse packets with output-feature. | Dmitry Vakhrushev | 1 | -0/+32 |
2019-01-15 | vmxnet3: add numa support and link speed | Steven | 4 | -13/+23 |
2019-01-13 | remove useless line in dpdk cryptodev | Simon Zhang | 1 | -2/+0 |
2019-01-13 | dpdk: show hardware may display the wrong information for rss active | Steven | 1 | -0/+1 |
2019-01-12 | session: generate wrong thread errors instead of crashing | Florin Coras | 1 | -1/+2 |
2019-01-11 | gbp2: Fix typo in condition | Mohsin Kazmi | 1 | -1/+3 |
2019-01-10 | strncpy_s_inline copies more bytes than necessary | Steven | 1 | -1/+10 |
2019-01-09 | gbp: Fix coverity warnings | Mohsin Kazmi | 4 | -9/+19 |
2019-01-07 | string_test: coverity woe | Steven | 1 | -6/+0 |
2019-01-07 | avf: allocate descriptor memory from local numa | Damjan Marion | 2 | -14/+31 |
2019-01-07 | MAP: Prevent duplicate MAP-E/T graph nodes. | Jon Loeliger | 3 | -0/+35 |
2019-01-07 | Change vpp code to align with openssl interface change | Ping Yu | 3 | -36/+27 |
2019-01-07 | gbp: Fix typo in condition | Mohsin Kazmi | 1 | -1/+1 |
2019-01-02 | Revert "add ipsecmb plugin" | Florin Coras | 7 | -2546/+0 |
2019-01-02 | Fixes for buliding for 32bit targets: | David Johnson | 5 | -5/+9 |
2019-01-02 | add ipsecmb plugin | Klement Sekera | 7 | -0/+2546 |
2019-01-01 | buffers: remove unused code | Damjan Marion | 1 | -18/+0 |
2018-12-29 | avf: tx dequeue optimizations | Damjan Marion | 3 | -11/+34 |
2018-12-29 | avf: chained buffers rx support | Damjan Marion | 4 | -44/+132 |
2018-12-28 | avf: chained buffers tx support | Damjan Marion | 2 | -104/+109 |
2018-12-28 | session: free session after transport and app confirm | Florin Coras | 2 | -3/+3 |
2018-12-27 | MAP: Install lpm.h as map.h references it. | Jon Loeliger | 1 | -0/+1 |
2018-12-26 | avf: optimize RX function | Damjan Marion | 3 | -100/+86 |
2018-12-24 | GBP: fix dump and VOM populate | Neale Ranns | 1 | -2/+2 |
2018-12-24 | crypto-input: bug fix check-op | Kingwel Xie | 1 | -6/+6 |
2018-12-23 | avf: optimize rx ring refill | Damjan Marion | 1 | -76/+53 |