aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices
AgeCommit message (Expand)AuthorFilesLines
2018-10-01fix packets redirect ineffective on af-packet interfacestable/1804chenxiang1-2/+1
2018-07-09gcc8 and Wstringop-truncationMarco Varlese1-2/+2
2018-04-27TAP memory leaks:Neale Ranns2-26/+15
2018-04-17vhost: show vhost-user <interface> may crash [VPP-1242]Steven1-0/+7
2018-03-30tapv2: Sporadic SIGABRT in ethernet_input [VPP-1183]Steven2-5/+6
2018-03-26afpacket: Fix the reply if itf already exitsMohsin Kazmi1-1/+3
2018-03-22Avoid atomic ops when polling queuesDave Barach1-4/+5
2018-03-14At AF_PACKET socket create, do intf bind before rx ring cfg to avoid receivin...Chaoyu Jin1-12/+12
2018-03-03netlink: Use nl_pid 0 to play nice with others.Jon Loeliger1-1/+1
2018-03-02tapv2: CLI and binary API fixesSteven2-3/+3
2018-02-28tapv2: abort in tap_create_if (VPP-1179)Steven1-0/+1
2018-02-28at af_packet input, drop partial packets to prevent l4 checksum deadloop at o...Chaoyu Jin1-4/+17
2018-02-19virtio: add missing tx lock when running multithreadedDamjan Marion3-0/+10
2018-02-08virtio: reset vnet header on txDamjan Marion1-0/+3
2018-02-08vhostuser: Fix vhostuser file descriptor leakHaiyang Tan1-4/+13
2018-02-07vhost: Added ARMV8 NEON version of function map_guest_mem()Nitin Saxena1-0/+69
2018-02-07af_packet: Fix lock positionPierre Pfister1-2/+1
2018-02-06vlib: epoll on worker threadsDamjan Marion5-1/+9
2018-02-05vhost_user: code cleanupHaiyang Tan1-4/+4
2018-01-30VPP-899: Run VPP under SELinuxBilly McFall1-13/+17
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan4-4/+4
2018-01-21vhost_user: 'nregions' saves the actual number of mapped guest physical addre...Haiyang Tan1-1/+2
2018-01-18vlib: add vlib_buffer_alloc_to_ring APIDamjan Marion2-11/+4
2018-01-18tapv2: add option to set host-side default gwDamjan Marion7-2/+97
2018-01-16tapv2: deleting tap interface may leak buffers (VPP-1124)Steven4-11/+34
2018-01-15svm: refactor memfd and remove ssvm_ethFlorin Coras3-976/+0
2018-01-11api: remove transport specific code from handlersFlorin Coras2-29/+31
2018-01-09api: refactor vlibmemoryFlorin Coras5-29/+25
2018-01-05VPP-1115 Fix a debug log mistake when create AF_PACKET socketzhaoqingling1-1/+1
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