Age | Commit message (Expand) | Author | Files | Lines |
2019-11-20 | tap: multiqueue support |  Damjan Marion | 5 | -161/+261 |
2019-11-20 | virtio: fix use-after-free |  Benoît Ganne | 1 | -1/+1 |
2019-11-14 | virtio: refactor virtio-pci logging |  Damjan Marion | 7 | -96/+143 |
2019-11-13 | virtio: feature arc have higher priority than redirect |  Damjan Marion | 1 | -3/+4 |
2019-11-12 | tap: Move client registration check to top |  Paul Vinciguerra | 2 | -9/+14 |
2019-11-12 | virtio: remove unused code |  Damjan Marion | 1 | -4/+0 |
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 | 5 | -7/+24 |
2019-10-30 | docs: devices-- add FEATURES.yaml |  Paul Vinciguerra | 15 | -17/+65 |
2019-10-23 | devices: vhoost cpu->copy array overflow on tcp jumbo frame (65535 bytes) |  Steven Luong | 2 | -2/+8 |
2019-10-07 | devices: vhost not reading packets from vring |  Steven Luong | 2 | -0/+25 |
2019-09-25 | devices: pipe API cleanup |  Jakub Grajciar | 1 | -7/+9 |
2019-09-25 | fib: fix some typos in fib/mtrie |  Lijian.Zhang | 1 | -1/+1 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace |  Damjan Marion | 4 | -0/+4 |
2019-09-12 | devices: af_packet API cleanup |  Jakub Grajciar | 3 | -24/+29 |
2019-09-06 | tap: revert clean-up when linux will delete the tap interface |  Mohsin Kazmi | 2 | -43/+0 |
2019-09-03 | tap: fix tap interface not working on Arm issue |  Lijian.Zhang | 1 | -1/+6 |
2019-09-02 | tap: interface rx counter not increment correct |  Steven Luong | 1 | -1/+1 |
2019-08-30 | devices: fix issue of per_interface_next_index |  Michael Yu | 1 | -3/+4 |
2019-08-19 | devices: skip checksum calculation if guest supports checksum offload |  Steven Luong | 1 | -3/+7 |
2019-08-17 | gso: fix l3 and l4 header offset in case of tagged interface |  Mohsin Kazmi | 1 | -0/+14 |
2019-08-16 | devices: vhost-user crashes displaying show trace for deleted interface |  Steven Luong | 1 | -6/+10 |
2019-08-16 | gso: remove the ip checksum flag in case of ipv6 |  Mohsin Kazmi | 1 | -1/+0 |
2019-08-02 | devices: add null check after map_guest_mem calls |  Steven Luong | 1 | -2/+16 |
2019-08-02 | virtio: add the display information in virtio cli |  Chenmin Sun | 2 | -2/+2 |
2019-07-31 | devices interface tests: vhosst GSO support |  Steven Luong | 7 | -19/+296 |
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 | 4 | -10/+18 |
2019-07-23 | devices: vhost handling VHOST_USER_SET_FEATURES |  Steven Luong | 1 | -0/+1 |
2019-07-18 | tap: fix memory errors with create/delete API |  Benoît Ganne | 1 | -7/+9 |
2019-07-18 | vlib: convert frame_index into real pointers |  Andreas Schultz | 1 | -1/+1 |
2019-06-29 | devices: virtio pci leaking spinlock |  Steven Luong | 1 | -0/+1 |
2019-06-28 | tap: fix memory errors in create/delete |  Benoît Ganne | 1 | -1/+5 |
2019-06-20 | tap: fix the total length of packet for stats byte |  Mohsin Kazmi | 1 | -3/+3 |
2019-06-20 | tap: add support to configure tap interface host MTU size |  Mohsin Kazmi | 8 | -2/+78 |
2019-05-28 | tap: crash in multi-thread environment |  Mohsin Kazmi | 3 | -5/+4 |
2019-05-27 | virtio: Add gso support for native virtio driver |  Mohsin Kazmi | 5 | -7/+77 |
2019-05-24 | Tap: Fix the indirect buffers allocation VPP-1660 |  Mohsin Kazmi | 4 | -48/+61 |
2019-05-16 | init / exit function ordering |  Dave Barach | 1 | -6/+6 |
2019-05-07 | Fix af_packet issues: |  jackiechen1985 | 1 | -31/+57 |
2019-05-06 | virtio: refactor ctrl queue support |  Mohsin Kazmi | 1 | -22/+32 |
2019-05-01 | virtio: Fix virtio buffer allocation |  Mohsin Kazmi | 1 | -1/+1 |
2019-05-01 | virtio: remove configurable queue size support |  Mohsin Kazmi | 5 | -41/+27 |
2019-04-25 | tap: Fix the indirect buffer allocation |  Mohsin Kazmi | 1 | -1/+1 |
2019-04-17 | tap: clean-up when linux will delete the tap interface |  Mohsin Kazmi | 2 | -0/+43 |
2019-04-15 | tap: fix the crash |  Mohsin Kazmi | 1 | -0/+3 |
2019-04-10 | API: Fix shared memory only action handlers. |  Ole Troan | 3 | -70/+1 |
2019-04-08 | fixing typos |  Jim Thompson | 4 | -4/+4 |