aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices
AgeCommit message (Expand)AuthorFilesLines
2020-07-07tap: fix the tun sndbuf value for kernel 4.20 and laterMohsin Kazmi1-4/+16
2020-07-02tap: fix dump for TUN interfacesMohsin Kazmi2-1/+5
2020-06-27virtio: add tx traceMohsin Kazmi1-2/+60
2020-06-27tap: remove the bridge configurations for TUN interfaceMohsin Kazmi1-9/+10
2020-06-24virtio: fix the vlib buffer flagsMohsin Kazmi1-2/+1
2020-06-16virtio: add vhost sw_if_index filter for sw_interface_vhost_user_dumpSteven Luong2-3/+6
2020-06-12virtio: interface type based improvementsMohsin Kazmi3-75/+142
2020-06-09tap: enable gso/csum offload for tunMohsin Kazmi1-7/+0
2020-05-29docs: Minor updates to feature.yaml filesJohn DeNisco2-6/+8
2020-05-28tap: fix rx queue indexMohsin Kazmi1-1/+2
2020-05-27ethernet: fix DMAC check and skip unnecessary ones (VPP-1868)John Lo1-1/+1
2020-05-05gso: add support for IP-IPMohsin Kazmi2-11/+21
2020-05-04misc: binary api fuzz test fixesDave Barach1-1/+1
2020-05-04tap: refactor existing flagsMohsin Kazmi4-17/+30
2020-05-01tap: implement sw_interface_tap_v2_dump filtering by sw_if_indexPaul Vinciguerra3-13/+12
2020-04-30tap: allow deletion of tun interfaceMatthew Smith1-2/+5
2020-04-29devices: vhost: simplify string copies for GCC-10Benoît Ganne1-10/+5
2020-04-29tap: fix missing "num-rx-queues" from cli helpMohsin Kazmi1-6/+6
2020-04-28tap: use one tap fd per rx queueAloys Augustin3-35/+64
2020-04-27virtio: support virtio 1.1 packed ring in vhostSteven Luong8-156/+1604
2020-04-27devices: allow link state down with netlinkMatthew Smith1-1/+1
2020-04-24virtio: vhost checksum problem for ipv6Steven Luong1-3/+3
2020-04-22gso: add vxlan tunnel supportMohsin Kazmi2-10/+14
2020-04-17virtio: fix to use chained descriptors when missing indirect descriptorMohsin Kazmi2-7/+79
2020-04-17tap: add initial support for tunMohsin Kazmi9-47/+190
2020-04-10virtio: fix gso and csum offload errors handlingMohsin Kazmi1-45/+82
2020-04-08virtio: fix the tcp/udp checksum offloadsMohsin Kazmi2-28/+0
2020-03-31vlib: move pci api types from vnet/pci to vlib/pciJakub Grajciar2-2/+2
2020-03-30gso: fix the header parser to read onlyMohsin Kazmi2-4/+44
2020-03-23virtio: vhost gso checksum error when both indirect and mrg_rxbuf are offSteven Luong1-20/+19
2020-03-23tap: fix the numa/queue for buffersMohsin Kazmi1-1/+1
2020-03-23virtio: improve error handlingMohsin Kazmi1-9/+30
2020-03-21virtio: fix link up/down flagMohsin Kazmi1-3/+9
2020-03-21virtio: fix the out of order descriptors in txMohsin Kazmi4-8/+102
2020-03-13devices: netlink create the object if missingDave Barach1-4/+4
2020-03-05tap: add support for persistanceMohsin Kazmi7-43/+117
2020-03-02virtio: fix the coverity warningMohsin Kazmi1-4/+1
2020-02-26api: improve api string safetyJakub Grajciar1-1/+1
2020-02-18devices: netlink: add more error loggingMohsin Kazmi1-10/+50
2020-02-15tap: fix the default parameter for num_rx_queuesMohsin Kazmi1-9/+3
2020-02-04virtio: update FEATURE.yaml to include description for vhost-userSteven Luong1-3/+7
2020-02-03virtio: vhost gso is broken in some topologySteven Luong1-2/+8
2020-01-30misc: deprecate netmap and ixge driversDamjan Marion10-2148/+0
2020-01-30tap: fix host mtu configuration settingMohsin Kazmi1-12/+13
2020-01-30tap: fix the host mac addressMohsin Kazmi3-20/+11
2020-01-27devices: vhost: fix data offset on inputBenoît Ganne1-11/+1
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