aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/af_packet
AgeCommit message (Expand)AuthorFilesLines
2018-10-01fix packets redirect ineffective on af-packet interfacestable/1804chenxiang1-2/+1
2018-03-26afpacket: Fix the reply if itf already exitsMohsin Kazmi1-1/+3
2018-03-14At AF_PACKET socket create, do intf bind before rx ring cfg to avoid receivin...Chaoyu Jin1-12/+12
2018-02-28at af_packet input, drop partial packets to prevent l4 checksum deadloop at o...Chaoyu Jin1-4/+17
2018-02-07af_packet: Fix lock positionPierre Pfister1-2/+1
2018-02-06vlib: epoll on worker threadsDamjan Marion3-1/+5
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-05VPP-1115 Fix a debug log mistake when create AF_PACKET socketzhaoqingling1-1/+1
2017-11-30af_packet: update tx_frame even when ring exhaustedFlorin Coras1-2/+2
2017-11-15Revert "vnet: af_packet mark l3 offload cksum"Jakub Grajciar1-2/+1
2017-11-14vnet: af_packet_set_l4_cksum_offload device class checkJakub Grajciar2-1/+5
2017-11-14vnet: af_packet mark l3 offload cksumJakub Grajciar1-1/+2
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace2-1/+3
2017-10-23af_packet: invalid TCP/UDP offload checksum on RX node recalculationJakub Grajciar6-3/+171
2017-10-11Revert "VPP-1001 - update AF Packet Driver to for modern kernels"Damjan Marion4-119/+10
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+2
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-1/+1
2017-10-04VPP-1001 - update AF Packet Driver to for modern kernelsAnton Ivanov4-10/+119
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