Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-12-14 | virtio: integrate with new tx infra | Mohsin Kazmi | 8 | -53/+237 |
2021-12-03 | interface: add multi tx-queues support for new tx infra | Mohsin Kazmi | 1 | -4/+2 |
2021-11-27 | devices: fix af_packet GSO check | Nathan Skrzypczak | 1 | -1/+6 |
2021-11-23 | devices: support build on older kernels | Florin Coras | 1 | -0/+3 |
2021-11-12 | virtio: improve the inline of clib_memcpy_fast | Mohsin Kazmi | 1 | -1/+1 |
2021-11-05 | devices: remove dead code in pipe | Damjan Marion | 1 | -2/+1 |
2021-11-05 | virtio: fix the initialization | Mohsin Kazmi | 1 | -1/+1 |
2021-10-29 | devices: default mode eth in the api | Nathan Skrzypczak | 2 | -2/+4 |
2021-10-28 | tap: handle null namespace and bridge correctly | Matthew Smith | 1 | -2/+4 |
2021-10-27 | devices: fix coverity warning/don't leak fd | Klement Sekera | 1 | -1/+2 |
2021-10-22 | devices: add support for l3 af_packet interface | Mohsin Kazmi | 5 | -37/+106 |
2021-10-06 | docs: vnet comment nitfixes | Nathan Skrzypczak | 1 | -31/+37 |
2021-10-05 | tap: free the tap_fds vec on interface deletion | Mohsin Kazmi | 1 | -0/+1 |
2021-10-04 | virtio: remove control queue support from virtio_show() for tap/tun | Mohsin Kazmi | 1 | -6/+0 |
2021-10-01 | devices: add support for pseudo header checksum | Mohsin Kazmi | 3 | -15/+49 |
2021-09-29 | tap: Fix tap create with ns | Nathan Skrzypczak | 1 | -55/+24 |
2021-09-28 | devices: Add queues params in create_if | Nathan Skrzypczak | 7 | -96/+185 |
2021-09-27 | virtio: Still init unused txq | Nathan Skrzypczak | 1 | -17/+0 |
2021-09-27 | tap: move the api msg_id_base to tap_main_t | Mohsin Kazmi | 2 | -3/+3 |
2021-09-22 | tap: remove cxq_vring from tap/tun | Mohsin Kazmi | 1 | -1/+0 |
2021-09-22 | virtio: fix the type of argument in virtio_show() | Mohsin Kazmi | 2 | -7/+8 |
2021-09-15 | tap: set device name on creation via TUNSETIFF | Duncan Eastoe | 1 | -17/+8 |
2021-09-07 | devices: restore regular af-packet tx path | Mohammed Hawari | 2 | -21/+28 |
2021-08-26 | vhost: migrate to new TX infra | Steven Luong | 3 | -88/+67 |
2021-08-20 | vlib: add format_vnet_buffer_no_chain | Benoît Ganne | 1 | -3/+2 |
2021-08-18 | vhost: interrupt mode support with mq | Steven Luong | 3 | -138/+209 |
2021-07-22 | vppinfra: add abstract socket & netns fns | Nathan Skrzypczak | 1 | -32/+14 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} | Damjan Marion | 3 | -16/+16 |
2021-07-08 | tap: Set the MTU on the TUN deivce | Neale Ranns | 1 | -0/+13 |
2021-06-23 | virtio: api cleanup | Filip Tehlar | 2 | -49/+13 |
2021-06-22 | virtio: api cleanup | Filip Tehlar | 1 | -54/+9 |
2021-06-22 | devices: af_packet api cleanup | Filip Tehlar | 1 | -53/+8 |