Age | Commit message (Expand) | Author | Files | Lines |
2018-09-20 | vhost-user: Add disable feature support in api | Mohsin Kazmi | 4 | -2/+30 |
2018-09-20 | NAT44 virtual fragmentation reassembly for endpoint-dependent mode (VPP-1325) | Juraj Sloboda | 6 | -147/+1296 |
2018-09-20 | vmxnet3: invoke vlib_buffer_enqueue_to_next() with the wrong buffers for chai... | Steven | 1 | -7/+8 |
2018-09-19 | bihash template: reinstate the check for the available memory in the arena | Andrew Yourtchenko | 2 | -3/+3 |
2018-09-19 | GRE: fix 4o6 and 6o4 adj stacking | Neale Ranns | 4 | -20/+24 |
2018-09-19 | dpdk: mask and warn if rx/tx offload is not available | Damjan Marion | 4 | -94/+115 |
2018-09-19 | L2-fib-dump: send 1 or 0 rather than flag value | Neale Ranns | 1 | -3/+3 |
2018-09-19 | socket api: do not delay sending of messages | Florin Coras | 3 | -64/+42 |
2018-09-19 | nat: free port_bitmap | dongjuan | 1 | -0/+7 |
2018-09-19 | session: improve close procedure | Florin Coras | 6 | -19/+56 |
2018-09-18 | Fix documentation for SHG in bridge domain | Yichen Wang | 1 | -1/+1 |
2018-09-18 | vmxnet3: add support for "non-default" next node | Steven | 3 | -2/+76 |
2018-09-18 | disable scatter/gather for ENA with DPDK 18.08 | Matthew Smith | 1 | -1/+5 |
2018-09-18 | STATS: First go at documentation | Ole Troan | 1 | -0/+129 |
2018-09-18 | svm: better march support for svm fifo | Florin Coras | 2 | -96/+87 |
2018-09-18 | STATS: Optimistic concurrency handling in Python library. | Ole Troan | 1 | -4/+24 |
2018-09-18 | STATS: Add Python 3 support to vpp_stats.py. | Ole Troan | 2 | -4/+4 |
2018-09-17 | STATS: Dynamically mapped shared memory segment | Ole Troan | 17 | -685/+769 |
2018-09-16 | Register cdp_input when enabled for the first time | Dave Barach | 3 | -26/+42 |
2018-09-16 | vmxnet3: fix clang initialization error | Florin Coras | 1 | -1/+2 |
2018-09-16 | fix nsh map index error, it will cause vpp appear Segmentation fault when vpp... | zhanglimao | 1 | -1/+1 |
2018-09-15 | tls: fix openssl engine write complete condition | Florin Coras | 1 | -1/+1 |
2018-09-15 | session: ensure detach is done with worker barrier | Florin Coras | 1 | -7/+12 |
2018-09-15 | tls: use application interface apis | Florin Coras | 1 | -15/+23 |
2018-09-14 | vmxnet3 device driver | Steven Luong | 14 | -0/+3173 |
2018-09-14 | BIER API and load-balancing fixes | Neale Ranns | 13 | -72/+257 |
2018-09-14 | Remove scaffolding | Dave Barach | 2 | -14/+1 |
2018-09-14 | cpack: add deb/rpm packaging to VPP module | Damjan Marion | 8 | -19/+108 |
2018-09-14 | dpdk: add detection of mellanox PMDs | Damjan Marion | 1 | -0/+10 |
2018-09-14 | vlib: introduce user flags in vlib_frame_t | Damjan Marion | 5 | -19/+23 |
2018-09-14 | acl-plugin: do not do clib_smp_atomic_add on per-worker counters | Andrew Yourtchenko | 1 | -2/+2 |
2018-09-14 | Revert "L2-input: use vlib_buffer_enqueue_to_next" | John Lo | 2 | -320/+242 |
2018-09-14 | Ehnance and fix vpp_api_test and custom_dump to support SR-MPLS | John Lo | 2 | -33/+328 |
2018-09-14 | vcl: keep track of unexpected events | Florin Coras | 6 | -257/+303 |
2018-09-14 | cmake: use VPP package in VOM | Damjan Marion | 1 | -1/+3 |
2018-09-14 | Fix memory leak in API/CLI to create/modify SR policies | John Lo | 4 | -0/+8 |
2018-09-13 | Add a polling configure to make thread bind with hardware engine | Ping Yu | 1 | -4/+9 |
2018-09-13 | L2-FWD: use vlib_buffer_enqueue_to_next and cache prefetch fix | Neale Ranns | 4 | -201/+159 |
2018-09-13 | vppinfra: optmize clib_count_equal functions | Damjan Marion | 1 | -60/+136 |
2018-09-13 | NAT: TCP MSS clamping | Matus Fabian | 9 | -0/+236 |
2018-09-12 | Trivial: Fix lisp flag label | Paul Vinciguerra | 1 | -1/+1 |
2018-09-13 | IP-neighbor: add and delete internal API | Neale Ranns | 6 | -58/+118 |
2018-09-13 | Fix: vppapigen make build fails on fresh install | Paul Vinciguerra | 4 | -3/+3 |
2018-09-13 | L2-input: use vlib_buffer_enqueue_to_next | Neale Ranns | 2 | -242/+320 |
2018-09-12 | fix bihash test code | Dave Barach | 1 | -0/+7 |
2018-09-12 | cmake: create cmake VPP module, update sample-plugin so it uses it | Damjan Marion | 10 | -135/+117 |
2018-09-12 | Always use 'lib' instead of 'lib64' | Damjan Marion | 7 | -19/+8 |
2018-09-12 | Fix LB memory leak and remove useless code | Pierre Pfister | 1 | -11/+1 |
2018-09-12 | fix missing extern in vnet/ethernet/node.c | Damjan Marion | 1 | -1/+1 |
2018-09-12 | L2-Learn: use vlib_buffer_enqueue_to_next | Neale Ranns | 1 | -195/+147 |