Age | Commit message (Expand) | Author | Files | Lines |
2019-06-20 | tap: fix the total length of packet for stats byte |  Mohsin Kazmi | 1 | -3/+3 |
2019-06-20 | tap: add support to configure tap interface host MTU size |  Mohsin Kazmi | 8 | -2/+78 |
2019-05-28 | tap: crash in multi-thread environment |  Mohsin Kazmi | 3 | -5/+4 |
2019-05-27 | virtio: Add gso support for native virtio driver |  Mohsin Kazmi | 5 | -7/+77 |
2019-05-24 | Tap: Fix the indirect buffers allocation VPP-1660 |  Mohsin Kazmi | 4 | -48/+61 |
2019-05-16 | init / exit function ordering |  Dave Barach | 1 | -6/+6 |
2019-05-07 | Fix af_packet issues: |  jackiechen1985 | 1 | -31/+57 |
2019-05-06 | virtio: refactor ctrl queue support |  Mohsin Kazmi | 1 | -22/+32 |
2019-05-01 | virtio: Fix virtio buffer allocation |  Mohsin Kazmi | 1 | -1/+1 |
2019-05-01 | virtio: remove configurable queue size support |  Mohsin Kazmi | 5 | -41/+27 |
2019-04-25 | tap: Fix the indirect buffer allocation |  Mohsin Kazmi | 1 | -1/+1 |
2019-04-17 | tap: clean-up when linux will delete the tap interface |  Mohsin Kazmi | 2 | -0/+43 |
2019-04-15 | tap: fix the crash |  Mohsin Kazmi | 1 | -0/+3 |
2019-04-10 | API: Fix shared memory only action handlers. |  Ole Troan | 3 | -70/+1 |
2019-04-08 | fixing typos |  Jim Thompson | 4 | -4/+4 |
2019-04-08 | virtio: Fix the coverity warnings |  Mohsin Kazmi | 1 | -6/+11 |
2019-04-08 | minor spelling errors (both in comments) |  Jim Thompson | 1 | -1/+1 |
2019-04-06 | Pipe: fix double count on TX (TX counting is done in interface-output) |  Neale Ranns | 1 | -11/+1 |
2019-04-03 | virtio: Add support for multiqueue |  Mohsin Kazmi | 7 | -88/+493 |
2019-03-28 | Add RDMA ibverb driver plugin |  Benoît Ganne | 1 | -10/+2 |
2019-03-28 | Typos. A bunch of typos I've been collecting. |  Paul Vinciguerra | 1 | -1/+1 |
2019-03-15 | Revert "API: Cleanup APIs interface.api" |  Ole Trøan | 3 | -3/+6 |
2019-03-15 | API: Cleanup APIs interface.api |  Jakub Grajciar | 3 | -6/+3 |
2019-03-13 | vhost-user: restart vpp may cause vhost to crash |  Steven Luong | 1 | -1/+1 |
2019-03-13 | deprecate VLIB_DEVICE_TX_FUNCTION_MULTIARCH |  Filip Tehlar | 3 | -21/+15 |
2019-03-04 | devices: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 3 | -18/+9 |
2019-02-23 | vhoat: potential crash in map_guest_mem using debug image |  Steven Luong | 1 | -1/+14 |
2019-02-22 | tapv2: coverity strikes back |  Steven Luong | 1 | -5/+4 |
2019-02-22 | Add no-append flag to vlib_frame_t |  Damjan Marion | 1 | -0/+1 |
2019-02-21 | vhost: VPP stalls with vhost performing control plane actions |  Steven Luong | 3 | -214/+259 |
2019-02-19 | tap gso: experimental support |  Andrew Yourtchenko | 7 | -8/+248 |
2019-02-14 | Add -fno-common compile option |  Benoît Ganne | 3 | -3/+3 |
2019-02-09 | buffers: fix typo |  Damjan Marion | 4 | -7/+6 |
2019-02-06 | buffers: make buffer data size configurable from startup config |  Damjan Marion | 4 | -5/+6 |
2019-02-06 | virtio: enable msix interrupt mode |  Mohsin Kazmi | 4 | -44/+114 |
2019-02-06 | virtio: Use new buffer optimization |  Mohsin Kazmi | 5 | -2/+24 |
2019-01-30 | virtio: fix the device order (legacy or modern) |  Mohsin Kazmi | 1 | -3/+3 |
2019-01-29 | virtio: Support legacy and transitional virtio devices |  Mohsin Kazmi | 1 | -3/+11 |
2019-01-24 | virtio: Minor fixes and header cleanup |  Mohsin Kazmi | 5 | -24/+7 |
2019-01-23 | virtio: Add support for logging |  Mohsin Kazmi | 4 | -31/+97 |
2019-01-21 | virtio: Native virtio driver |  Mohsin Kazmi | 11 | -173/+2069 |
2019-01-08 | virtio: fix kick race issue |  Damjan Marion | 3 | -10/+29 |
2019-01-07 | tapv2: add "tap_flags" field to the TAPv2 interface API |  Andrew Yourtchenko | 3 | -0/+8 |
2019-01-02 | Fixes for buliding for 32bit targets: |  David Johnson | 1 | -0/+1 |
2019-01-01 | buffers: remove unused code |  Damjan Marion | 3 | -7/+4 |
2018-12-22 | tapv2: coverity woe |  Steven | 1 | -2/+4 |
2018-11-26 | Add a feature arc consistency check |  Dave Barach | 1 | -0/+1 |
2018-11-23 | vhost-user: use memory store barrier |  Damjan Marion | 1 | -3/+3 |
2018-11-23 | vhost-user: add missing inlines |  Damjan Marion | 1 | -2/+2 |
2018-11-23 | vhost-user: avoid global storage access |  Damjan Marion | 1 | -26/+34 |