Age | Commit message (Expand) | Author | Files | Lines |
2020-05-04 | misc: binary api fuzz test fixes | Dave Barach | 1 | -1/+1 |
2020-05-04 | tap: refactor existing flags | Mohsin Kazmi | 3 | -12/+26 |
2020-05-01 | tap: implement sw_interface_tap_v2_dump filtering by sw_if_index | Paul Vinciguerra | 3 | -13/+12 |
2020-04-30 | tap: allow deletion of tun interface | Matthew Smith | 1 | -2/+5 |
2020-04-29 | tap: fix missing "num-rx-queues" from cli help | Mohsin Kazmi | 1 | -6/+6 |
2020-04-28 | tap: use one tap fd per rx queue | Aloys Augustin | 1 | -33/+59 |
2020-04-17 | tap: add initial support for tun | Mohsin Kazmi | 4 | -22/+118 |
2020-03-23 | tap: fix the numa/queue for buffers | Mohsin Kazmi | 1 | -1/+1 |
2020-03-05 | tap: add support for persistance | Mohsin Kazmi | 6 | -39/+113 |
2020-02-26 | api: improve api string safety | Jakub Grajciar | 1 | -1/+1 |
2020-02-15 | tap: fix the default parameter for num_rx_queues | Mohsin Kazmi | 1 | -9/+3 |
2020-01-30 | tap: fix host mtu configuration setting | Mohsin Kazmi | 1 | -12/+13 |
2020-01-30 | tap: fix the host mac address | Mohsin Kazmi | 2 | -20/+9 |
2020-01-08 | tap: split gso and checksum offload functionality | Mohsin Kazmi | 4 | -17/+107 |
2019-12-11 | devices: tap API cleanup | Jakub Grajciar | 5 | -93/+128 |
2019-12-10 | api: multiple connections per process | Dave Barach | 1 | -1/+1 |
2019-12-04 | gso: remove the interface count | Mohsin Kazmi | 1 | -7/+0 |
2019-11-25 | tap: fix coverity warning 205875 | Andrew Yourtchenko | 1 | -1/+6 |
2019-11-20 | tap: multiqueue support | Damjan Marion | 3 | -123/+246 |
2019-11-12 | tap: Move client registration check to top | Paul Vinciguerra | 2 | -9/+14 |
2019-11-08 | tap: add check for vhost-net backend | Damjan Marion | 1 | -0/+9 |
2019-11-08 | tap: fix cli parser | Damjan Marion | 1 | -4/+5 |
2019-11-06 | build: add yaml file linting to make checkstyle | Paul Vinciguerra | 1 | -1/+3 |
2019-10-30 | docs: devices-- add FEATURES.yaml | Paul Vinciguerra | 3 | -4/+14 |
2019-09-06 | tap: revert clean-up when linux will delete the tap interface | Mohsin Kazmi | 1 | -42/+0 |
2019-09-03 | tap: fix tap interface not working on Arm issue | Lijian.Zhang | 1 | -1/+6 |
2019-07-30 | tap: fix segv when host-if-name is not given | Mohsin Kazmi | 1 | -8/+10 |
2019-07-24 | tap: print the interface name on cli when created | Mohsin Kazmi | 2 | -0/+6 |
2019-07-23 | api: binary api cleanup | Dave Barach | 1 | -2/+4 |
2019-07-18 | tap: fix memory errors with create/delete API | Benoît Ganne | 1 | -7/+9 |
2019-06-28 | tap: fix memory errors in create/delete | Benoît Ganne | 1 | -1/+5 |
2019-06-20 | tap: add support to configure tap interface host MTU size | Mohsin Kazmi | 5 | -2/+73 |
2019-05-28 | tap: crash in multi-thread environment | Mohsin Kazmi | 1 | -4/+0 |
2019-04-17 | tap: clean-up when linux will delete the tap interface | Mohsin Kazmi | 1 | -0/+42 |
2019-04-15 | tap: fix the crash | Mohsin Kazmi | 1 | -0/+3 |
2019-04-10 | API: Fix shared memory only action handlers. | Ole Troan | 1 | -23/+1 |
2019-04-03 | virtio: Add support for multiqueue | Mohsin Kazmi | 1 | -12/+27 |
2019-03-28 | Add RDMA ibverb driver plugin | Benoît Ganne | 1 | -10/+2 |
2019-03-15 | Revert "API: Cleanup APIs interface.api" | Ole Trøan | 1 | -1/+2 |
2019-03-15 | API: Cleanup APIs interface.api | Jakub Grajciar | 1 | -2/+1 |
2019-02-22 | tapv2: coverity strikes back | Steven Luong | 1 | -5/+4 |
2019-02-19 | tap gso: experimental support | Andrew Yourtchenko | 3 | -1/+127 |
2019-02-06 | virtio: Use new buffer optimization | Mohsin Kazmi | 1 | -0/+1 |
2019-01-21 | virtio: Native virtio driver | Mohsin Kazmi | 2 | -106/+20 |
2019-01-07 | tapv2: add "tap_flags" field to the TAPv2 interface API | Andrew Yourtchenko | 3 | -0/+8 |
2018-12-22 | tapv2: coverity woe | Steven | 1 | -2/+4 |
2018-10-23 | c11 safe string handling support | Dave Barach | 2 | -8/+8 |
2018-06-22 | Update tapv2 documentation | Ian Wells | 1 | -1/+1 |
2018-06-05 | VPP-1305: Add support for tags | Jerome Tollet | 2 | -2/+18 |
2018-05-18 | tap: remove the local vlib_log_info definition | Mohsin Kazmi | 1 | -9/+3 |