Age | Commit message (Expand) | Author | Files | Lines |
2019-01-31 | vcl: improve handling of close on rw | Florin Coras | 2 | -48/+55 |
2019-01-31 | assert on double-free in debug build | Klement Sekera | 1 | -4/+2 |
2019-01-31 | pci: get the number of interrupts | Mohsin Kazmi | 2 | -0/+21 |
2019-01-31 | buffers: reinitialize metadata, add additional validation | Damjan Marion | 3 | -26/+69 |
2019-01-30 | buffers: add missing ref_count = 1 in drivers | Damjan Marion | 3 | -0/+3 |
2019-01-30 | virtio: fix the device order (legacy or modern) | Mohsin Kazmi | 1 | -3/+3 |
2019-01-30 | Use IP and MAC API types for neighbors | Neale Ranns | 31 | -781/+844 |
2019-01-30 | MPLS tunnel; fix crash when deleting non-existant path | Neale Ranns | 2 | -0/+5 |
2019-01-30 | buffers: major cleanup and improvements | Damjan Marion | 26 | -1372/+997 |
2019-01-30 | ipsec: fix check support functions | Klement Sekera | 2 | -5/+17 |
2019-01-30 | vls: support passive listeners | Florin Coras | 4 | -85/+265 |
2019-01-30 | lisp: set reachable flag in map-register | Florin Coras | 3 | -0/+3 |
2019-01-30 | ldp: initialize clib time | Florin Coras | 1 | -8/+18 |
2019-01-29 | virtio: Support legacy and transitional virtio devices | Mohsin Kazmi | 1 | -3/+11 |
2019-01-29 | vls: multi-process and multi-threaded apps improvements | Florin Coras | 7 | -123/+342 |
2019-01-29 | Fix error while compiling using 'vlib/vlib.h' dependencie. | Dmitry Vakhrushev | 1 | -0/+2 |
2019-01-29 | cmake: fix out-of-git-tree build | Damjan Marion | 2 | -11/+2 |
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-28 | Add Ipsec IKE support to openssl 3.0.0 master branch | Ping Yu | 1 | -0/+24 |
2019-01-28 | Less intrusive way to capture numa_node and cpu_id changes | Damjan Marion | 4 | -11/+13 |
2019-01-27 | Fix issue with cpu_id and numa_code captured too early | Damjan Marion | 6 | -7/+11 |
2019-01-27 | session: properly initialize accepted/connected msgs | Florin Coras | 1 | -0/+2 |
2019-01-27 | perfmon: collect data on selected thread(s) | Dave Barach | 5 | -27/+129 |
2019-01-26 | cmake: parse DPDK config without compilation | Damjan Marion | 1 | -57/+15 |
2019-01-26 | vcl: add api to expose worker message queues epfd | Florin Coras | 2 | -0/+17 |
2019-01-26 | cmake: add support for linking with DPDK shared libs | Damjan Marion | 3 | -68/+135 |
2019-01-25 | deprecate tapcli | Damjan Marion | 9 | -2455/+0 |
2019-01-25 | MPLS-tunnel: show output to display the tunnel name correctly | Neale Ranns | 1 | -1/+1 |
2019-01-25 | IPSEC: tests use opbject registry | Neale Ranns | 1 | -1/+11 |
2019-01-25 | tcp_echo: support all ctrl msgs and io cleanup | Florin Coras | 1 | -95/+103 |
2019-01-25 | pg: bugfix for pg paylod hdr-size | Kingwel Xie | 1 | -3/+3 |
2019-01-25 | IP6 FIB: walk table for dump (VPP-1553) | Neale Ranns | 1 | -12/+7 |
2019-01-25 | cmake: execute git from src directory | Damjan Marion | 1 | -0/+1 |
2019-01-24 | perfmon: enable pmc event before reading rdpmc index | Damjan Marion | 1 | -6/+6 |
2019-01-24 | session/vcl: support worker ownership change for listeners | Florin Coras | 5 | -12/+54 |
2019-01-24 | move misc-drop-errors to vnet | Dave Barach | 2 | -31/+31 |
2019-01-24 | IPSEC Tests: to per-test setup and tearDown | Neale Ranns | 1 | -4/+4 |
2019-01-24 | add "Mtrie mheap usage" in "show ip fib memory" | Lollita Liu | 1 | -2/+9 |
2019-01-24 | perfmon plugin: 2-way parallel stat collection | Dave Barach | 8 | -210/+284 |
2019-01-24 | buffers: fix vector types | Damjan Marion | 2 | -3/+5 |
2019-01-24 | avf: fix queue enable issue | Damjan Marion | 1 | -8/+11 |
2019-01-24 | virtio: Minor fixes and header cleanup | Mohsin Kazmi | 5 | -24/+7 |
2019-01-23 | bond: packet drops on VPP bond interface [VPP-1544] | Steven | 2 | -20/+21 |
2019-01-23 | buffers: wrap vlib_buffer_t to union and expose vector types | Damjan Marion | 3 | -79/+98 |
2019-01-23 | pg: cli improvement | Kingwel Xie | 4 | -32/+97 |
2019-01-23 | cmake: fix debian preinst script | Damjan Marion | 1 | -1/+1 |
2019-01-23 | Initialize gc_mark_timestamp to zero to avoid garbage values. | Brian Nesbitt | 1 | -0/+1 |
2019-01-23 | vppinfra: add CLIB_CACHE_LINE_ROUND() macro | Damjan Marion | 1 | -0/+1 |
2019-01-23 | pmalloc: don't iterate if there is no enough free space | Damjan Marion | 1 | -0/+3 |