aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/interface_output.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-12interface: Add missing ip4 udp->checksum = 0 prior to computing checksumSteven Luong1-1/+4
2020-01-02gso: fix the number of buffers required for segmentationMohsin Kazmi1-1/+2
2019-11-03gso: fix buffers traceAndrew Yourtchenko1-0/+1
2019-10-04misc: add vnet classify filter set supportDave Barach1-7/+15
2019-09-28ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion1-1/+1
2019-09-25misc: improve pcap drop trace outputDave Barach1-0/+54
2019-09-25misc: unify pcap rx / tx / drop traceDave Barach1-150/+15
2019-09-25interface: fix pcap drop trace in case of vlanBenoƮt Ganne1-1/+12
2019-09-25misc: classifier-based packet trace filterDave Barach1-2/+17
2019-09-25interface: use the correct condition for checking if the pcap fd is openAndrew Yourtchenko1-1/+1
2019-09-25interface: fix pcap_write functionAndrew Yourtchenko1-0/+2
2019-09-25interface: Remove residual dpdk bonding codeSteven Luong1-2/+1
2019-09-02gso: fix segmentation when gso_size greater than vlib buffer sizeMohsin Kazmi1-1/+4
2019-08-18gso: fix the segmentation to use current_data offsetMohsin Kazmi1-15/+16
2019-08-07interface: fix checksum flagsFlorin Coras1-0/+3
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