Age | Commit message (Expand) | Author | Files | Lines |
2019-02-19 | avf: fix feature arc |  Damjan Marion | 1 | -0/+3 |
2019-02-18 | tls: fix openssl/mbedtls use of app_wrk index |  Florin Coras | 2 | -4/+14 |
2019-02-18 | session: move fifo allocation logic to app worker |  Florin Coras | 1 | -1/+1 |
2019-02-18 | NAT: fix: multiple definition of nat64_cleaner_process_event_e |  Neale Ranns | 3 | -3/+3 |
2019-02-18 | NAT: VPP-1552 code migration from old multiarch scheme |  Filip Varga | 26 | -448/+387 |
2019-02-18 | IPSEC: move SA counters into the stats segment |  Neale Ranns | 2 | -4/+12 |
2019-02-18 | NAT44: fix snat_get_worker_out2in_cb (VPP-1536) |  Matus Fabian | 4 | -17/+126 |
2019-02-15 | dpdk-ipsec: store buffer index into crypto-op private |  Kingwel Xie | 5 | -44/+115 |
2019-02-14 | Add -fno-common compile option |  Benoît Ganne | 3 | -3/+3 |
2019-02-12 | fix assert failure |  Dave Barach | 1 | -0/+6 |
2019-02-11 | session: cleanup application interface |  Florin Coras | 1 | -36/+21 |
2019-02-09 | buffers: fix typo |  Damjan Marion | 6 | -9/+9 |
2019-02-09 | session: refactor listen logic |  Florin Coras | 2 | -22/+24 |
2019-02-07 | IPSEC: no second lookup after tunnel encap |  Neale Ranns | 1 | -4/+5 |
2019-02-06 | buffers: make buffer data size configurable from startup config |  Damjan Marion | 6 | -8/+9 |
2019-02-06 | dpdp-crypto: fix cryptodev segfault with dpdk 19.02 |  Sergio Gonzalez Monroy | 1 | -11/+16 |
2019-02-05 | crypto-input: fix broken buffer trace issue |  Kingwel Xie | 1 | -37/+16 |
2019-02-04 | session: cleanup part 1 |  Florin Coras | 6 | -49/+45 |
2019-02-02 | Disable hqos part deux |  Dave Barach | 2 | -0/+4 |
2019-02-02 | dpdk: bump to dpdk 19.02 |  Damjan Marion | 5 | -22/+33 |
2019-02-02 | vmxnet3: multiple TX queues support |  Steven Luong | 9 | -182/+296 |
2019-02-02 | Deprecate old mutliarch code, phase 1 |  Damjan Marion | 1 | -3/+1 |
2019-02-02 | VPP-1543: show map stats crash when not configured. |  Ole Troan | 1 | -1/+1 |
2019-02-01 | memif: fix buffer prefetch |  Damjan Marion | 1 | -4/+5 |
2019-01-31 | buffers: vallidate that buffer is allocated during buffer pool put |  Damjan Marion | 1 | -1/+1 |
2019-01-31 | dpdk-ipsec: use single queue pair per crypto resource |  Sergio Gonzalez Monroy | 6 | -32/+30 |
2019-01-31 | dpdk: populate mempool mem_list |  Damjan Marion | 1 | -2/+16 |
2019-01-31 | dpdk: store buffer poool index in mempool pool_id |  Damjan Marion | 1 | -22/+10 |
2019-01-31 | buffers: reinitialize metadata, add additional validation |  Damjan Marion | 1 | -13/+25 |
2019-01-30 | buffers: add missing ref_count = 1 in drivers |  Damjan Marion | 3 | -0/+3 |
2019-01-30 | Use IP and MAC API types for neighbors |  Neale Ranns | 3 | -4/+3 |
2019-01-30 | MPLS tunnel; fix crash when deleting non-existant path |  Neale Ranns | 1 | -0/+2 |
2019-01-30 | buffers: major cleanup and improvements |  Damjan Marion | 15 | -684/+339 |
2019-01-28 | update openssl TLS async to align with openssl master branch |  Ping Yu | 1 | -4/+2 |
2019-01-28 | Fix issues with order of NAT commands before set VRF table on an interface |  Dmitry Vakhrushev | 1 | -2/+66 |
2019-01-27 | Fix issue with cpu_id and numa_code captured too early |  Damjan Marion | 1 | -1/+1 |
2019-01-27 | perfmon: collect data on selected thread(s) |  Dave Barach | 3 | -18/+86 |
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 |