Age | Commit message (Expand) | Author | Files | Lines |
2022-12-02 | vhost: convert vhost device driver to a plugin | Steven Luong | 7 | -6669/+0 |
2022-11-25 | interface: remove the pending interrupt from deleting interface | Mohsin Kazmi | 1 | -5/+4 |
2022-10-25 | virtio: use current_data as l2_hdr_offset | Mohsin Kazmi | 1 | -4/+2 |
2022-10-25 | devices: fix the l2 hdr offset in af_packet transmit side | Mohsin Kazmi | 1 | -4/+2 |
2022-10-21 | devices: add support for af-packet v2 | Mohsin Kazmi | 7 | -186/+645 |
2022-10-20 | virtio: fix the missing unlock | Mohsin Kazmi | 1 | -1/+2 |
2022-10-17 | virtio: fix the tx side hdr offset | Mohsin Kazmi | 1 | -11/+10 |
2022-10-17 | devices: fix the header offsets in af_packet | Mohsin Kazmi | 1 | -8/+18 |
2022-10-12 | misc: fix issues reported by clang-15 | Damjan Marion | 1 | -2/+1 |
2022-09-16 | virtio: add support for per queue packet counter | Mohsin Kazmi | 5 | -0/+28 |
2022-08-31 | gso: zero-initialize gho struct | Vladislav Grishenko | 1 | -0/+1 |
2022-08-31 | devices: fix coverity warning | Mohsin Kazmi | 1 | -1/+1 |
2022-08-31 | devices: add support for polling mode | Mohsin Kazmi | 3 | -6/+45 |
2022-08-08 | devices: af_packet, fix tx stall by retrying failed sendto | Mohammed Hawari | 3 | -6/+24 |
2022-05-24 | devices: add af-packet v3 api | Mohsin Kazmi | 2 | -0/+114 |
2022-05-20 | virtio: use the internal hdr offsets of buffer metadata for offloads | Mohsin Kazmi | 2 | -39/+23 |
2022-05-19 | api: refactor api data storage | Damjan Marion | 1 | -2/+2 |
2022-05-09 | vhost: memory leak upon deleting vhost-user interface | Steven Luong | 1 | -3/+1 |
2022-05-08 | devices: fix crash on invalid interface | Gabriel Ganne | 1 | -2/+5 |
2022-05-04 | vhost: use_custom_mac set in create_vhost_user_if_v2 | Fahad Naeem | 1 | -0/+1 |
2022-04-19 | devices: remove redundant access in af-packet input | Mohsin Kazmi | 1 | -5/+5 |
2022-04-11 | devices: refactor fanout support | Mohsin Kazmi | 3 | -27/+37 |
2022-04-08 | devices: fix the offset for af-packet | Mohsin Kazmi | 1 | -14/+7 |
2022-04-07 | devices: add cli support for checksum and gso disable | Mohsin Kazmi | 5 | -20/+29 |
2022-04-06 | devices: add cli support to disable qdisc bypass | Mohsin Kazmi | 5 | -12/+39 |
2022-04-05 | tap: fix the coverity warning | Mohsin Kazmi | 1 | -1/+1 |
2022-04-05 | devices: remove redundant code af-packet | Mohsin Kazmi | 2 | -23/+3 |
2022-04-05 | devices: fix the received blocks counters | Mohsin Kazmi | 1 | -5/+4 |
2022-04-05 | devices: fix the coverity warnings for af-packet v3 | Mohsin Kazmi | 1 | -9/+14 |
2022-04-04 | vppinfra: make _vec_len() read-only | Damjan Marion | 1 | -2/+3 |
2022-04-04 | devices: add multi-queue support for af-packet | Mohsin Kazmi | 6 | -270/+571 |
2022-03-25 | devices: fix high vector rate per dispatch | Mohsin Kazmi | 3 | -13/+44 |
2022-03-23 | devices: add tx trace for af-packet | Mohsin Kazmi | 1 | -6/+82 |
2022-03-23 | devices: add support for offloads | Mohsin Kazmi | 5 | -117/+301 |
2022-03-23 | devices: af-packet v3 support | Mohsin Kazmi | 4 | -198/+274 |
2022-03-10 | devices: remove the unused code from af_packet | Mohsin Kazmi | 2 | -6/+0 |
2022-03-09 | stats: refactor | Damjan Marion | 1 | -0/+25 |
2022-03-02 | tap: fix tun set mtu | Benoît Ganne | 1 | -1/+1 |
2022-03-01 | virtio: refactor code | Mohsin Kazmi | 19 | -355/+351 |
2022-02-18 | vnet: add set_max_frame_size callbacks for several interfaces | Artem Glazychev | 1 | -0/+9 |
2022-02-15 | tcp: Do not include the tcp_packet.h file in the ip4_packet.h | Neale Ranns | 3 | -0/+3 |
2022-02-01 | virtio: coverity woes -- divide by zero | Steven Luong | 1 | -0/+7 |
2022-01-18 | virtio: remove admin-up flag during interface creation | Mohsin Kazmi | 2 | -4/+0 |
2022-01-18 | vnet: distinguish between max_frame_size and MTU | Damjan Marion | 2 | -10/+10 |
2022-01-17 | interface: improve MTU handling | Damjan Marion | 1 | -21/+16 |
2022-01-11 | linux-cp: Add VPP->Linux synchronization | Pim van Pelt | 2 | -1/+46 |
2022-01-10 | interface: refactor interface capabilities code, part 2 | Damjan Marion | 4 | -57/+57 |
2022-01-07 | ethernet: new interface registration function | Damjan Marion | 5 | -56/+28 |
2022-01-06 | tap: add num_tx_queues API | Nathan Skrzypczak | 5 | -5/+181 |
2022-01-05 | interface: refactor interface capabilities code | Damjan Marion | 5 | -38/+30 |