aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices
AgeCommit message (Expand)AuthorFilesLines
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-1/+1
2020-01-08virtio: fix ip4 checksum offloadMohsin Kazmi1-2/+14
2020-01-08tap: split gso and checksum offload functionalityMohsin Kazmi5-19/+108
2020-01-08virtio: split gso and checksum offload functionalityMohsin Kazmi9-44/+312
2020-01-03devices: virtio API cleanupJakub Grajciar2-16/+21
2020-01-02virtio: fix checksum offload supportBenoît Ganne1-10/+21
2019-12-17virtio: fix the tx queue thread bindingMohsin Kazmi1-3/+17
2019-12-11devices: vhost API cleanupJakub Grajciar5-26/+171
2019-12-11devices: tap API cleanupJakub Grajciar5-93/+128
2019-12-10api: multiple connections per processDave Barach6-6/+6
2019-12-06gso: fix the tap/virtio driver for header offsetMohsin Kazmi1-1/+25
2019-12-05gso: add protocol header parserMohsin Kazmi1-33/+10
2019-12-04gso: remove the interface countMohsin Kazmi4-17/+1
2019-11-25tap: fix coverity warning 205875Andrew Yourtchenko1-1/+6
2019-11-20tap: multiqueue supportDamjan Marion5-161/+261
2019-11-20virtio: fix use-after-freeBenoît Ganne1-1/+1
2019-11-14virtio: refactor virtio-pci loggingDamjan Marion7-96/+143
2019-11-13virtio: feature arc have higher priority than redirectDamjan Marion1-3/+4
2019-11-12tap: Move client registration check to topPaul Vinciguerra2-9/+14
2019-11-12virtio: remove unused codeDamjan Marion1-4/+0
2019-11-08tap: add check for vhost-net backendDamjan Marion1-0/+9
2019-11-08tap: fix cli parserDamjan Marion1-4/+5
2019-11-06build: add yaml file linting to make checkstylePaul Vinciguerra5-7/+24
2019-10-30docs: devices-- add FEATURES.yamlPaul Vinciguerra15-17/+65
2019-10-23devices: vhoost cpu->copy array overflow on tcp jumbo frame (65535 bytes)Steven Luong2-2/+8
2019-10-07devices: vhost not reading packets from vringSteven Luong2-0/+25
2019-09-25devices: pipe API cleanupJakub Grajciar1-7/+9
2019-09-25fib: fix some typos in fib/mtrieLijian.Zhang1-1/+1
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion4-0/+4
2019-09-12devices: af_packet API cleanupJakub Grajciar3-24/+29
2019-09-06tap: revert clean-up when linux will delete the tap interfaceMohsin Kazmi2-43/+0
2019-09-03tap: fix tap interface not working on Arm issueLijian.Zhang1-1/+6
2019-09-02tap: interface rx counter not increment correctSteven Luong1-1/+1
2019-08-30devices: fix issue of per_interface_next_indexMichael Yu1-3/+4
2019-08-19devices: skip checksum calculation if guest supports checksum offloadSteven Luong1-3/+7
2019-08-17gso: fix l3 and l4 header offset in case of tagged interfaceMohsin Kazmi1-0/+14
2019-08-16devices: vhost-user crashes displaying show trace for deleted interfaceSteven Luong1-6/+10
2019-08-16gso: remove the ip checksum flag in case of ipv6Mohsin Kazmi1-1/+0
2019-08-02devices: add null check after map_guest_mem callsSteven Luong1-2/+16
2019-08-02virtio: add the display information in virtio cliChenmin Sun2-2/+2
2019-07-31devices interface tests: vhosst GSO supportSteven Luong7-19/+296
2019-07-30tap: fix segv when host-if-name is not givenMohsin Kazmi1-8/+10
2019-07-24tap: print the interface name on cli when createdMohsin Kazmi2-0/+6
2019-07-23api: binary api cleanupDave Barach4-10/+18
2019-07-23devices: vhost handling VHOST_USER_SET_FEATURESSteven Luong1-0/+1
2019-07-18tap: fix memory errors with create/delete APIBenoît Ganne1-7/+9
2019-07-18vlib: convert frame_index into real pointersAndreas Schultz1-1/+1
2019-06-29devices: virtio pci leaking spinlockSteven Luong1-0/+1
2019-06-28tap: fix memory errors in create/deleteBenoît Ganne1-1/+5
2019-06-20tap: fix the total length of packet for stats byteMohsin Kazmi1-3/+3