Age | Commit message (Expand) | Author | Files | Lines |
2022-11-25 | interface: remove the pending interrupt from deleting interface |  Mohsin Kazmi | 1 | -5/+4 |
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-17 | devices: fix the header offsets in af_packet |  Mohsin Kazmi | 1 | -8/+18 |
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-08 | devices: fix crash on invalid interface |  Gabriel Ganne | 1 | -2/+5 |
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 | 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-01-18 | vnet: distinguish between max_frame_size and MTU |  Damjan Marion | 1 | -4/+6 |
2022-01-17 | interface: improve MTU handling |  Damjan Marion | 1 | -21/+16 |
2022-01-10 | interface: refactor interface capabilities code, part 2 |  Damjan Marion | 1 | -10/+6 |
2022-01-07 | ethernet: new interface registration function |  Damjan Marion | 1 | -15/+6 |
2022-01-05 | interface: refactor interface capabilities code |  Damjan Marion | 1 | -5/+3 |
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-10-29 | devices: default mode eth in the api |  Nathan Skrzypczak | 2 | -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-01 | devices: add support for pseudo header checksum |  Mohsin Kazmi | 1 | -4/+0 |
2021-09-28 | devices: Add queues params in create_if |  Nathan Skrzypczak | 7 | -96/+185 |
2021-09-07 | devices: restore regular af-packet tx path |  Mohammed Hawari | 2 | -21/+28 |
2021-06-22 | devices: af_packet api cleanup |  Filip Tehlar | 1 | -53/+8 |
2021-05-06 | vlib: fix the offload flags size |  Mohsin Kazmi | 1 | -1/+1 |
2021-05-01 | vlib: refactor trajectory trace debug feature |  Benoît Ganne | 1 | -1/+0 |
2021-04-08 | devices: af_packet - use netlink to get/set mtu |  Aloys Augustin | 1 | -12/+6 |
2021-03-19 | interface: add capabilities flags |  Mohsin Kazmi | 1 | -4/+9 |
2021-02-15 | vlib: refactor checksum offload support |  Mohsin Kazmi | 1 | -4/+9 |
2021-02-05 | devices: af-packet gso mtu |  Nathan Skrzypczak | 4 | -38/+126 |
2021-01-22 | devices: adapt af_packet to new rxq framework |  Mohammed Hawari | 3 | -32/+32 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 1 | -3/+3 |
2020-11-09 | vlib: fix trace number accounting |  Benoît Ganne | 1 | -3/+3 |
2020-10-08 | interface: shorten vnet_hw_if_rx_mode |  Damjan Marion | 1 | -1/+1 |
2020-05-27 | ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) |  John Lo | 1 | -1/+1 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published |  John DeNisco | 1 | -1/+1 |