Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-04-27 | TAP memory leaks: |  Neale Ranns | 2 | -26/+18 |
2018-04-17 | Add logging support |  Damjan Marion | 2 | -0/+12 |
2018-03-30 | tapv2: Sporadic SIGABRT in ethernet_input [VPP-1183] |  Steven | 1 | -2/+3 |
2018-03-02 | tapv2: CLI and binary API fixes |  Steven | 2 | -3/+3 |
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-23 | VPPAPIGEN: vppapigen replacement in Python PLY. |  Ole Troan | 1 | -1/+1 |
2018-01-18 | tapv2: add option to set host-side default gw |  Damjan Marion | 5 | -2/+53 |
2018-01-16 | tapv2: deleting tap interface may leak buffers (VPP-1124) |  Steven | 1 | -2/+2 |
2018-01-11 | api: remove transport specific code from handlers |  Florin Coras | 1 | -18/+19 |
2018-01-09 | api: refactor vlibmemory |  Florin Coras | 1 | -6/+5 |
2017-12-14 | tap_v2: include host-side parameters in the dump binary API |  Milan Lenco | 4 | -7/+99 |
2017-12-11 | call unformat_free in some flow, remove unnecessary calls |  Swarup Nayak | 1 | -3/+5 |
2017-12-10 | tap_v2: fix issues reported by coverity |  Damjan Marion | 1 | -3/+3 |
2017-12-08 | tapv2: multiple improvements |  Damjan Marion | 5 | -70/+225 |
2017-12-05 | tap_v2: convert ring size from network to host order |  Milan Lenco | 1 | -2/+2 |
2017-12-04 | tap_v2: move code to vnet/devices/tap |  Damjan Marion | 5 | -0/+1068 |