aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/devices/af_packet
AgeCommit message (Expand)AuthorFilesLines
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