aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/af_packet/device.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-21af_packet: move to pluginMohsin Kazmi1-836/+0
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 Kazmi1-108/+246
2022-10-17devices: fix the header offsets in af_packetMohsin Kazmi1-8/+18
2022-08-31devices: add support for polling modeMohsin Kazmi1-0/+35
2022-08-08devices: af_packet, fix tx stall by retrying failed sendtoMohammed Hawari1-6/+22
2022-04-11devices: refactor fanout supportMohsin Kazmi1-0/+2
2022-04-08devices: fix the offset for af-packetMohsin Kazmi1-14/+7
2022-04-07devices: add cli support for checksum and gso disableMohsin Kazmi1-0/+2
2022-04-06devices: add cli support to disable qdisc bypassMohsin Kazmi1-0/+3
2022-04-04devices: add multi-queue support for af-packetMohsin Kazmi1-57/+92
2022-03-23devices: add tx trace for af-packetMohsin Kazmi1-6/+82
2022-03-23devices: add support for offloadsMohsin Kazmi1-11/+128
2022-03-23devices: af-packet v3 supportMohsin Kazmi1-11/+10
2021-10-27devices: fix coverity warning/don't leak fdKlement Sekera1-1/+2
2021-10-22devices: add support for l3 af_packet interfaceMohsin Kazmi1-0/+8
2021-09-28devices: Add queues params in create_ifNathan Skrzypczak1-10/+17
2021-09-07devices: restore regular af-packet tx pathMohammed Hawari1-21/+19
2021-02-05devices: af-packet gso mtuNathan Skrzypczak1-22/+66
2019-03-13deprecate VLIB_DEVICE_TX_FUNCTION_MULTIARCHFilip Tehlar1-7/+5
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-3/+3
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-2/+2
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns1-1/+1
2018-05-28af-packet: Add support for loggingMohsin Kazmi1-14/+17
2018-02-07af_packet: Fix lock positionPierre Pfister1-2/+1
2018-02-06vlib: epoll on worker threadsDamjan Marion1-1/+1
2017-11-30af_packet: update tx_frame even when ring exhaustedFlorin Coras1-2/+2
2017-10-11Revert "VPP-1001 - update AF Packet Driver to for modern kernels"Damjan Marion1-29/+1
2017-10-04VPP-1001 - update AF Packet Driver to for modern kernelsAnton Ivanov1-1/+29
2017-05-25af_packet: fix coverity errorRay Kinsella1-2/+19
2017-05-20af_packet: set mac address supportRay Kinsella1-1/+47
2017-04-28af_packet: reflect admin device state on hostRay Kinsella1-3/+39
2017-03-30vppinfra: add spinlock inline functionsDamjan Marion1-7/+2
2017-03-28af_packet driver needs to check VLIB_BUFFER_NEXT_PRESENT flag is setJim Gibson1-1/+2
2017-01-19af_packet: multithreading supportMohsin KAZMI1-0/+9
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+250