aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/devices/af_packet
AgeCommit message (Expand)AuthorFilesLines
2016-12-21API refactoring : af_packetPavel Kotucek2-0/+214
2016-12-02interfaces: make no_flatten variant of inteface_ouptut fn defaultDamjan Marion1-1/+0
2016-11-23dpdk: remove rte_mbuf modifications at many places in the codeDamjan Marion1-16/+0
2016-11-09devices: create dummy device-input node to keep nexts in syncDamjan Marion1-3/+1
2016-11-04feature: store arc index in vlib_bufferDamjan Marion1-2/+2
2016-11-02feature: all input nodes must have same nextsDamjan Marion1-13/+4
2016-11-01feature: add new feature handling code and device-input featuresDamjan Marion1-1/+7
2016-10-10Fix double free in af_packet api/cliIvan Kelly2-3/+7
2016-09-20fd closed twiceEyal Bari1-1/+3
2016-09-12af_packet: allocate per-worker list of free buffersDamjan Marion3-8/+15
2016-08-17Coding standards cleanup in vnet/vnet/devices, fixes VPP-248Damjan Marion5-233/+321
2016-07-28VPP-189 More coverity bug fixesDave Barach1-1/+2
2016-07-14Show 802.1q/802.1ah details in the trace output, fixes VPP-111marek zavodsky1-4/+4
2016-06-18Move pkt replication counter to the opaque2 cache lineDave Barach1-1/+0
2016-05-28VPP-84 af_packet retry on EAGAIN, count on errorsChris Luke2-9/+32
2016-05-23VPP-81: Print interface name after creating an interface with CLIPierre Pfister3-4/+7
2016-05-19Add support for multiple microarchitectures in single binaryDamjan Marion2-1/+6
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion3-5/+5
2016-04-15af_packet: clear bitmap entries when processing inputPeter Lei1-0/+1
2016-04-14Init rte_mbuf length fields in af_packet driverDamjan Marion1-0/+5
2016-04-11Add option to delete af_packet (host) interfacesPeter Lei3-0/+90
2016-04-08fix uninitialized vars warnings with -OsBenoƮt Ganne1-1/+1
2016-04-05host-interface admin down/up does not bring the interface upAlpesh Patel1-1/+9
2016-03-29Support per-interface packet rx redirectionDave Barach2-1/+5
2016-03-25Use rte_mempool private data for storing vlib_buffer_tDamjan Marion1-5/+3
2016-03-25Remove unnecesary clib_bitmap_set from af_packet input nodeDamjan Marion1-1/+0
2016-03-16af_packet: vec functions should not be used on poolDamjan Marion3-5/+5
2016-03-16Add vpp native linux kernel AF_PACKET interface supportDamjan Marion5-0/+902