aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/af_packet
AgeCommit message (Expand)AuthorFilesLines
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-1/+1
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-11-06build: add yaml file linting to make checkstylePaul Vinciguerra1-2/+8
2019-10-30docs: devices-- add FEATURES.yamlPaul Vinciguerra2-1/+10
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-09-12devices: af_packet API cleanupJakub Grajciar3-24/+29
2019-08-30devices: fix issue of per_interface_next_indexMichael Yu1-3/+4
2019-05-07Fix af_packet issues:jackiechen19851-31/+57
2019-04-08fixing typosJim Thompson1-1/+1
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-1/+1
2019-03-13deprecate VLIB_DEVICE_TX_FUNCTION_MULTIARCHFilip Tehlar1-7/+5
2019-03-04devices: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-6/+3
2019-02-09buffers: fix typoDamjan Marion1-1/+1
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion1-1/+1
2019-01-01buffers: remove unused codeDamjan Marion1-2/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach2-11/+11
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-2/+2
2018-10-23c11 safe string handling supportDave Barach2-4/+4
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns1-1/+1
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-1/+1
2018-05-29af_packet: Add support for dump interfacesMohsin Kazmi4-1/+98
2018-05-28af-packet: Add support for loggingMohsin Kazmi3-38/+52
2018-05-28itf: Fix admin up down for AF_PACKET and vhost-userMohsin Kazmi1-4/+41
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