Age | Commit message (Expand) | Author | Files | Lines |
2019-05-03 | plugins: clean up plugin descriptions | Dave Wallace | 1 | -1/+1 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 1 | -3/+3 |
2019-02-22 | avf: fix eat own tail issue on tx | Damjan Marion | 1 | -3/+7 |
2019-02-22 | Add no-append flag to vlib_frame_t | Damjan Marion | 1 | -0/+1 |
2019-02-19 | avf: fix feature arc, take two | Damjan Marion | 1 | -1/+2 |
2019-02-19 | avf: fix feature arc | Damjan Marion | 1 | -0/+3 |
2019-02-14 | Add -fno-common compile option | Benoît Ganne | 1 | -1/+1 |
2019-02-09 | buffers: fix typo | Damjan Marion | 1 | -1/+1 |
2019-02-06 | buffers: make buffer data size configurable from startup config | Damjan Marion | 1 | -1/+1 |
2019-01-30 | buffers: add missing ref_count = 1 in drivers | Damjan Marion | 1 | -0/+1 |
2019-01-30 | buffers: major cleanup and improvements | Damjan Marion | 3 | -2/+10 |
2019-01-24 | avf: fix queue enable issue | Damjan Marion | 1 | -8/+11 |
2019-01-20 | buffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro and fl->n_data_bytes | Damjan Marion | 1 | -1/+1 |
2019-01-18 | Add vlib_buffer_copy_indices inline function | Damjan Marion | 2 | -2/+2 |
2019-01-18 | deprecate clib_memcpy64_x4 | Damjan Marion | 1 | -9/+15 |
2019-01-07 | avf: allocate descriptor memory from local numa | Damjan Marion | 2 | -14/+31 |
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-26 | avf: optimize RX function | Damjan Marion | 3 | -100/+86 |
2018-12-23 | avf: optimize rx ring refill | Damjan Marion | 1 | -76/+53 |
2018-12-23 | avf: new ethernet-input support | Damjan Marion | 3 | -183/+44 |
2018-12-23 | avf: add option to specify interface name | Damjan Marion | 4 | -0/+11 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 2 | -21/+21 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) | Damjan Marion | 1 | -1/+1 |
2018-11-08 | vnet: store hw interface speed in kbps instead of using flags | Damjan Marion | 1 | -5/+7 |
2018-11-08 | avf: update virtchnl header file | Damjan Marion | 1 | -18/+32 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) | Damjan Marion | 4 | -55/+68 |
2018-10-23 | c11 safe string handling support | Dave Barach | 4 | -13/+13 |
2018-10-22 | vlib: pci improvements | Damjan Marion | 2 | -16/+18 |
2018-10-22 | vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlines | Damjan Marion | 3 | -45/+40 |
2018-10-19 | avf: fix crash in rss key calculation | Damjan Marion | 1 | -1/+1 |
2018-09-27 | avf: may crash if failed to allocate buffers to ring | Steven | 1 | -1/+1 |
2018-09-24 | avf: rename interface name | Damjan Marion | 2 | -2/+2 |
2018-09-24 | Trivial: Clean up some typos. | Paul Vinciguerra | 2 | -3/+3 |
2018-09-04 | avf: fix random rss key | Jakub Grajciar | 1 | -2/+2 |
2018-08-30 | avf: RSS support | Jakub Grajciar | 6 | -19/+80 |
2018-08-28 | avf: deal willth tx ring full properly | Damjan Marion | 3 | -11/+52 |
2018-08-28 | avf: add missing rx_redirect_to_node handler | Damjan Marion | 1 | -0/+20 |
2018-08-27 | cmake: Fix plugins .h includes | Mohsin Kazmi | 1 | -0/+4 |
2018-08-27 | cmake: add missing vat plugins | Damjan Marion | 1 | -0/+3 |
2018-08-25 | cmake: improve add_vpp_plugin macro | Damjan Marion | 1 | -4/+6 |
2018-08-17 | CMake as an alternative to autotools (experimental) | Damjan Marion | 1 | -0/+28 |
2018-08-13 | Multiarch handling in different constructor macros | Damjan Marion | 1 | -2/+0 |
2018-08-11 | Multiversioning: Device (tx) function constructor | Mohsin Kazmi | 3 | -22/+3 |
2018-08-11 | avf: fix prefetch bug | Damjan Marion | 1 | -1/+1 |
2018-08-03 | Fix typo in trace trajectory init | Dave Barach | 1 | -1/+1 |
2018-08-03 | avf: add avf_create_reply_handler to avf_test | Jakub Grajciar | 1 | -1/+18 |
2018-07-26 | avf: used tx queue should be enabled | Damjan Marion | 2 | -2/+8 |
2018-07-26 | avf: request queues support | Jakub Grajciar | 3 | -3/+68 |