aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/af_packet
AgeCommit message (Expand)AuthorFilesLines
2022-12-21af_packet: move to pluginMohsin Kazmi9-3524/+0
2022-11-25interface: remove the pending interrupt from deleting interfaceMohsin Kazmi1-5/+4
2022-10-25devices: fix the l2 hdr offset in af_packet transmit sideMohsin Kazmi1-4/+2
2022-10-21devices: add support for af-packet v2Mohsin Kazmi7-186/+645
2022-10-17devices: fix the header offsets in af_packetMohsin Kazmi1-8/+18
2022-08-31devices: fix coverity warningMohsin Kazmi1-1/+1
2022-08-31devices: add support for polling modeMohsin Kazmi3-6/+45
2022-08-08devices: af_packet, fix tx stall by retrying failed sendtoMohammed Hawari3-6/+24
2022-05-24devices: add af-packet v3 apiMohsin Kazmi2-0/+114
2022-05-08devices: fix crash on invalid interfaceGabriel Ganne1-2/+5
2022-04-19devices: remove redundant access in af-packet inputMohsin Kazmi1-5/+5
2022-04-11devices: refactor fanout supportMohsin Kazmi3-27/+37
2022-04-08devices: fix the offset for af-packetMohsin Kazmi1-14/+7
2022-04-07devices: add cli support for checksum and gso disableMohsin Kazmi5-20/+29
2022-04-06devices: add cli support to disable qdisc bypassMohsin Kazmi5-12/+39
2022-04-05devices: remove redundant code af-packetMohsin Kazmi2-23/+3
2022-04-05devices: fix the received blocks countersMohsin Kazmi1-5/+4
2022-04-05devices: fix the coverity warnings for af-packet v3Mohsin Kazmi1-9/+14
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-2/+3
2022-04-04devices: add multi-queue support for af-packetMohsin Kazmi6-270/+571
2022-03-25devices: fix high vector rate per dispatchMohsin Kazmi3-13/+44
2022-03-23devices: add tx trace for af-packetMohsin Kazmi1-6/+82
2022-03-23devices: add support for offloadsMohsin Kazmi5-117/+301
2022-03-23devices: af-packet v3 supportMohsin Kazmi4-198/+274
2022-03-10devices: remove the unused code from af_packetMohsin Kazmi2-6/+0
2022-01-18vnet: distinguish between max_frame_size and MTUDamjan Marion1-4/+6
2022-01-17interface: improve MTU handlingDamjan Marion1-21/+16
2022-01-10interface: refactor interface capabilities code, part 2Damjan Marion1-10/+6
2022-01-07ethernet: new interface registration functionDamjan Marion1-15/+6
2022-01-05interface: refactor interface capabilities codeDamjan Marion1-5/+3
2021-11-27devices: fix af_packet GSO checkNathan Skrzypczak1-1/+6
2021-11-23devices: support build on older kernelsFlorin Coras1-0/+3
2021-10-29devices: default mode eth in the apiNathan Skrzypczak2-2/+4
2021-10-27devices: fix coverity warning/don't leak fdKlement Sekera1-1/+2
2021-10-22devices: add support for l3 af_packet interfaceMohsin Kazmi5-37/+106
2021-10-01devices: add support for pseudo header checksumMohsin Kazmi1-4/+0
2021-09-28devices: Add queues params in create_ifNathan Skrzypczak7-96/+185
2021-09-07devices: restore regular af-packet tx pathMohammed Hawari2-21/+28
2021-06-22devices: af_packet api cleanupFilip Tehlar1-53/+8
2021-05-06vlib: fix the offload flags sizeMohsin Kazmi1-1/+1
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne1-1/+0
2021-04-08devices: af_packet - use netlink to get/set mtuAloys Augustin1-12/+6
2021-03-19interface: add capabilities flagsMohsin Kazmi1-4/+9
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi1-4/+9
2021-02-05devices: af-packet gso mtuNathan Skrzypczak4-38/+126
2021-01-22devices: adapt af_packet to new rxq frameworkMohammed Hawari3-32/+32
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-11-09vlib: fix trace number accountingBenoît Ganne1-3/+3
2020-10-08interface: shorten vnet_hw_if_rx_modeDamjan Marion1-1/+1
2020-05-27ethernet: fix DMAC check and skip unnecessary ones (VPP-1868)John Lo1-1/+1