aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices
AgeCommit message (Expand)AuthorFilesLines
2018-03-31tapv2: Sporadic SIGABRT in ethernet_input [VPP-1183]Steven2-5/+6
2018-03-14At AF_PACKET socket create, do intf bind before rx ring cfg to avoid receivin...Chaoyu Jin1-12/+12
2018-03-08at af_packet input, drop partial packets to prevent l4 checksum deadloop at o...Chaoyu Jin1-4/+17
2018-02-28tapv2: abort in tap_create_if (VPP-1179)Steven1-0/+1
2018-02-25virtio: add missing tx lock when running multithreadedDamjan Marion3-0/+10
2018-02-24virtio: reset vnet header on txDamjan Marion1-0/+3
2018-01-11tapv2: deleting tap interface may leak buffers (VPP-1124)Steven4-11/+34
2017-12-14tap_v2: include host-side parameters in the dump binary APIMilan Lenco8-7/+114
2017-12-11call unformat_free in some flow, remove unnecessary callsSwarup Nayak1-3/+5
2017-12-10tap_v2: fix issues reported by coverityDamjan Marion1-3/+3
2017-12-08tapv2: multiple improvementsDamjan Marion9-126/+320
2017-12-05tap_v2: convert ring size from network to host orderMilan Lenco1-2/+2
2017-12-04tap_v2: move code to vnet/devices/tapDamjan Marion5-3/+3
2017-12-04tap_v2: coverity strikes, again!Steven1-2/+3
2017-12-04virtio: zero data structs in virtio_vring_initDamjan Marion1-3/+3
2017-12-02tap_v2: multiple improvementsDamjan Marion7-101/+318
2017-12-01virtio: fix coverity warningsSteven2-6/+7
2017-11-30tap_v2: move netlink code to separate fileDamjan Marion3-76/+146
2017-11-30virtio: fast TAP interfaces with vhost-net backendDamjan Marion9-0/+1953
2017-11-30af_packet: update tx_frame even when ring exhaustedFlorin Coras1-2/+2
2017-11-21dpdk: add l2_hdr_offset and l3_hdr_offset in vlib_buffer_tDamjan Marion2-0/+11
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 Wallace5-3/+7
2017-10-23af_packet: invalid TCP/UDP offload checksum on RX node recalculationJakub Grajciar6-3/+171
2017-10-14vhost: crash under heavy traffic condition due to memory corruption (VPP-1016)Steven1-2/+33
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 Barach3-0/+6
2017-10-09fix buffer allocation for sparse jumbo frames in vhostPierre Pfister1-1/+3
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine4-4/+4
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-22vhost-user: fix link-up statusYoann Desmouceaux1-1/+1
2017-09-15vppinfra: add clib_mem_vm_ext_alloc functionDamjan Marion1-2/+2
2017-09-09move unix_file_* code to vppinfraDamjan Marion6-47/+47
2017-09-08vlib: move linux-specific code to vlib/linuxDamjan Marion1-0/+1
2017-09-07Devices: Set interface rx-mode may cause SIGSEGV with nonexistent queueSteven1-0/+8
2017-08-31vhost: Disallow interrupt mode config if driver opts out interrupt supportSteven2-3/+9
2017-08-30vhost: Cache qsz_mask instead of qsz in vhost_user_vring_tSteven2-32/+28
2017-08-28vhost: Remove operation mode in the APISteven1-6/+0
2017-08-18Use correct msg ID in the sw-interface-event from TAP and VHOSTNeale Ranns1-1/+1
2017-08-11Dedicated SW Interface EventNeale Ranns1-3/+3
2017-08-01P2P EthernetPavel Kotucek1-0/+6
2017-07-27vhost: debug vhost-user command needs better error checking on the syntax (VP...Steven1-5/+26
2017-06-29Fix SIGBUS on aarch64Christophe Fontaine1-1/+1
2017-06-21Introduce default rx mode for device driversDamjan Marion1-0/+3
2017-06-16Add missing barrier sync to rx placement infra codeDamjan Marion1-5/+15
2017-06-02vhost: add debug vhost-user on | off CLISteven2-20/+59
2017-05-25af_packet: fix coverity errorRay Kinsella1-2/+19