aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/af_packet
AgeCommit message (Expand)AuthorFilesLines
2017-09-27VLAN support on host(af-packet) interface.Akshaya N1-3/+26
2017-09-15vppinfra: add clib_mem_vm_ext_alloc functionDamjan Marion1-2/+2
2017-09-09move unix_file_* code to vppinfraDamjan Marion2-7/+7
2017-09-08vlib: move linux-specific code to vlib/linuxDamjan Marion1-0/+1
2017-05-25af_packet: fix coverity errorRay Kinsella1-2/+19
2017-05-20af_packet: set mac address supportRay Kinsella1-1/+47
2017-05-15af_packet: support changing the mtu sizeRay Kinsella1-1/+23
2017-05-02Add interface rx mode commands, unify rx mode and placement CLIDamjan Marion1-6/+12
2017-04-28af_packet: reflect admin device state on hostRay Kinsella3-15/+78
2017-04-25"autoreply" flag: autogenerate standard xxx_reply_t messagesDave Barach1-11/+1
2017-04-10Common device-input interrupt infraDamjan Marion2-3/+6
2017-04-06Use thread local storage for thread indexDamjan Marion1-10/+10
2017-03-30vppinfra: add spinlock inline functionsDamjan Marion3-13/+6
2017-03-28af_packet driver needs to check VLIB_BUFFER_NEXT_PRESENT flag is setJim Gibson1-1/+2
2017-03-26Rename "show interfaces" -> "show interface"Dave Barach1-1/+1
2017-03-20vnet: add device-input threadplacement infraDamjan Marion3-68/+15
2017-03-06features: take device-input buffer advance value directlyDamjan Marion1-2/+1
2017-03-01devices: vnet_get_aggregate_rx_packets should not be dpdk specificDamjan Marion1-0/+1
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall1-14/+42
2017-01-19af_packet: multithreading supportMohsin KAZMI4-11/+86
2017-01-14VPP-279: Document changes for vnet/vnet/devicesBilly McFall1-0/+5
2017-01-06VPP-279: doxygen documentation for host interface CLI commandsBilly McFall2-2/+65
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion7-0/+1331