Age | Commit message (Expand) | Author | Files | Lines |
2020-10-08 | interface: shorten vnet_hw_if_rx_mode | Damjan Marion | 1 | -1/+1 |
2020-09-28 | virtio: fix the gro enable/disable on tx-vrings | Mohsin Kazmi | 1 | -2/+0 |
2020-09-18 | tap: do not use strlen on vector | Vladimir Isaev | 1 | -2/+1 |
2020-09-04 | virtio: remove kernel virtio header dependencies | Mohsin Kazmi | 1 | -8/+6 |
2020-08-17 | tap: add gro support | Mohsin Kazmi | 1 | -1/+15 |
2020-07-07 | tap: fix the tun sndbuf value for kernel 4.20 and later | Mohsin Kazmi | 1 | -4/+16 |
2020-07-02 | tap: fix dump for TUN interfaces | Mohsin Kazmi | 1 | -1/+4 |
2020-06-27 | tap: remove the bridge configurations for TUN interface | Mohsin Kazmi | 1 | -9/+10 |
2020-06-09 | tap: enable gso/csum offload for tun | Mohsin Kazmi | 1 | -7/+0 |
2020-04-30 | tap: allow deletion of tun interface | Matthew Smith | 1 | -2/+5 |
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 | 1 | -21/+63 |
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 | 1 | -36/+101 |
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 | 1 | -19/+7 |
2020-01-08 | tap: split gso and checksum offload functionality | Mohsin Kazmi | 1 | -3/+72 |
2019-12-11 | devices: tap API cleanup | Jakub Grajciar | 1 | -8/+20 |
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 | 1 | -123/+242 |
2019-11-08 | tap: add check for vhost-net backend | Damjan Marion | 1 | -0/+9 |
2019-10-30 | docs: devices-- add FEATURES.yaml | Paul Vinciguerra | 1 | -1/+1 |
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 | 1 | -0/+1 |
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 | 1 | -0/+47 |
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-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-02-22 | tapv2: coverity strikes back | Steven Luong | 1 | -5/+4 |
2019-02-19 | tap gso: experimental support | Andrew Yourtchenko | 1 | -0/+65 |
2019-02-06 | virtio: Use new buffer optimization | Mohsin Kazmi | 1 | -0/+1 |
2019-01-21 | virtio: Native virtio driver | Mohsin Kazmi | 1 | -8/+18 |
2018-12-22 | tapv2: coverity woe | Steven | 1 | -2/+4 |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -5/+5 |
2018-05-18 | tap: remove the local vlib_log_info definition | Mohsin Kazmi | 1 | -9/+3 |
2018-04-27 | TAP memory leaks: | Neale Ranns | 1 | -23/+15 |
2018-04-17 | Add logging support | Damjan Marion | 1 | -0/+9 |
2018-03-02 | tapv2: CLI and binary API fixes | Steven | 1 | -2/+2 |
2018-02-28 | tapv2: abort in tap_create_if (VPP-1179) | Steven | 1 | -0/+1 |
2018-02-19 | virtio: add missing tx lock when running multithreaded | Damjan Marion | 1 | -0/+4 |
2018-01-18 | tapv2: add option to set host-side default gw | Damjan Marion | 1 | -0/+20 |
2018-01-16 | tapv2: deleting tap interface may leak buffers (VPP-1124) | Steven | 1 | -2/+2 |