aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/interface_output.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-01interface: fix pcap tx/rx trace cli handlingJohn Lo1-1/+1
2019-07-31devices interface tests: vhosst GSO supportSteven Luong1-4/+0
2019-07-15interface: fix issue that pcap rx/tx trace not available when there are worke...Wei CHEN1-4/+5
2019-06-20interface: fix the incorrect sizes/offsets in the tso segmentationAndrew Yourtchenko1-2/+2
2019-06-19interface: Fix the tso segmentationMohsin Kazmi1-10/+9
2019-05-27rewrite vnet_interface_output_node_inline_gsoZhiyong Yang1-59/+47
2019-04-23vnet: clean up calc_checksums()Zhiyong Yang1-7/+8
2019-04-17Duplicate pcap tx trace fixNeale Ranns1-3/+0
2019-03-21error-drop; print interface by nameNeale Ranns1-1/+2
2019-03-13Move the punt/drop nodes into vlibNeale Ranns1-286/+91
2019-03-11disable multiarch for error-dropFilip Tehlar1-2/+4
2019-03-06interface: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-23/+19
2019-02-27VPP-1576: fix Coverity issuesDave Barach1-1/+2
2019-02-26Move pcap rx/tx trace code out of the dpdk pluginDave Barach1-0/+46
2019-02-19tap gso: experimental supportAndrew Yourtchenko1-25/+408
2019-02-02Deprecate old mutliarch code, phase 1Damjan Marion1-4/+1
2019-01-24move misc-drop-errors to vnetDave Barach1-0/+31
2019-01-07Fix TCP checksum.Andrej Kozemcak1-1/+4
2018-11-26Add a feature arc consistency checkDave Barach1-0/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-6/+6
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-5/+5
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-06-26node functions cannot be always_inlineDamjan Marion1-1/+1
2018-04-27A bit of buffer metadata reshuffling to accommodate flow_idDamjan Marion1-5/+5
2018-04-10Make IPsec tunnel intf work with IPv4 output featuresMatthew Smith1-0/+6
2018-01-24Improve tunnel interface creation performanceJohn Lo1-8/+21
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-1/+1
2017-08-02Make ip csum configurable in vlib buffer functionsFlorin Coras1-1/+0
2017-07-18TCP/UDP checksum offload APIDave Barach1-5/+90
2017-07-12Deprecate support for flattened output nodesDamjan Marion1-265/+0
2017-07-08lldp packet transmission on a bonded interfaceSteve Shin1-2/+4
2017-04-11Fix bug in configure 'pcap drop trace on file xx.cap' command (VPP-691)jerryian1-1/+1
2017-04-06Use thread local storage for thread indexDamjan Marion1-26/+27
2017-03-17Fix IP feature ordering.Neale Ranns1-1/+0
2017-03-06Quad loop interface-output nodeDamjan Marion1-13/+48
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+1404