aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/devices/af_packet/af_packet.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-366/+0
2016-10-10Fix double free in af_packet api/cliIvan Kelly1-3/+5
2016-09-20fd closed twiceEyal Bari1-1/+3
2016-09-12af_packet: allocate per-worker list of free buffersDamjan Marion1-0/+4
2016-08-17Coding standards cleanup in vnet/vnet/devices, fixes VPP-248Damjan Marion1-78/+99
2016-07-28VPP-189 More coverity bug fixesDave Barach1-1/+2
2016-05-28VPP-84 af_packet retry on EAGAIN, count on errorsChris Luke1-1/+1
2016-05-23VPP-81: Print interface name after creating an interface with CLIPierre Pfister1-2/+3
2016-04-22Add clib_memcpy macro based on DPDK rte_memcpy implementationDamjan Marion1-2/+2
2016-04-11Add option to delete af_packet (host) interfacesPeter Lei1-0/+55
2016-03-29Support per-interface packet rx redirectionDave Barach1-0/+1
2016-03-16af_packet: vec functions should not be used on poolDamjan Marion1-2/+2
2016-03-16Add vpp native linux kernel AF_PACKET interface supportDamjan Marion1-0/+279