Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-07-26 | avf: fix interrupt mode |  Damjan Marion | 2 | -2/+25 |
2018-07-25 | avf: api fix |  Jakub Grajciar | 4 | -7/+25 |
2018-07-20 | avf: don't enable interrupts before interface is admin up |  Damjan Marion | 1 | -1/+0 |
2018-07-20 | avf: Support interrupt mode |  Steven | 2 | -1/+5 |
2018-07-11 | avoid using thread local storage for thread index |  Damjan Marion | 1 | -1/+1 |
2018-07-11 | avf: descriptor should be volatile |  Damjan Marion | 4 | -40/+60 |
2018-06-27 | avf: binary API and configurable RX/TX queue size |  Jakub Grajciar | 9 | -12/+566 |
2018-06-15 | avf: tx node fixes |  Damjan Marion | 1 | -9/+9 |
2018-06-12 | avf: fix crash if device is busy |  Jakub Grajciar | 1 | -1/+8 |
2018-06-09 | avf: properly cofigure RSS LUT |  Damjan Marion | 2 | -13/+40 |
2018-06-09 | avf: add support for intel X722 NICs |  Damjan Marion | 1 | -0/+1 |
2018-06-02 | AVF input node rework |  Damjan Marion | 2 | -203/+334 |
2018-05-29 | Add VLIB_NODE_FN() macro to simplify multiversioning of node functions |  Damjan Marion | 2 | -19/+3 |
2018-05-22 | avf plugin: add support for logging |  Jakub Grajciar | 2 | -5/+14 |
2018-04-04 | Doc updates prior to branch |  Chris Luke | 1 | -1/+1 |
2018-03-28 | avf: keep input node in disabled state unless needed |  Damjan Marion | 1 | -1/+1 |
2018-03-26 | Intel Adaptive Virtual Function native device driver plugin |  Damjan Marion | 9 | -0/+2946 |