aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/interface_output.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-4/+0
2022-12-15interface: fix format_vnet_interface_output_traceluoyaozu1-3/+2
2022-04-11interface: fix the offloadsMohsin Kazmi1-0/+2
2022-02-10vlib: vlib frame bitmapsDamjan Marion1-5/+3
2022-01-05interface: refactor interface capabilities codeDamjan Marion1-2/+1
2021-12-03interface: add multi tx-queues support for new tx infraMohsin Kazmi1-97/+245
2021-11-30interface: add support for outer header checksumsMohsin Kazmi1-0/+1
2021-11-06vppinfra: move clib_count_equal_* codeDamjan Marion1-0/+1
2021-10-28interface: refactor interface output node in different processing levelsMohsin Kazmi1-13/+9
2021-10-16interface: fix offload flag checkNathan Skrzypczak1-1/+4
2021-08-10misc: do not capture tx packets twiceBenoît Ganne1-13/+30
2021-07-13vppinfra: put each vector function into own fileDamjan Marion1-1/+2
2021-05-11interface: tx queue infraDamjan Marion1-13/+182
2021-04-19ip: fix offload flags handlingAloys Augustin1-3/+2
2021-04-19interface: interface-output end node reworkDamjan Marion1-53/+43
2021-04-17classify: honor pcap interface filter also when classify filter is usedBenoît Ganne1-107/+74
2021-03-30interface: fix coverityDamjan Marion1-2/+2
2021-03-24interface: do subif or feature arc work in interface-output only if neededDamjan Marion1-42/+61
2021-03-23interface: simplify and optimize interface-output nodeDamjan Marion1-204/+121
2021-03-23interface: reduce duplicate code in the interface-output nodeDamjan Marion1-42/+41
2021-03-19interface: add capabilities flagsMohsin Kazmi1-1/+1
2021-03-10interface: fix interface-output and interface-tx multiarch selectionDamjan Marion1-15/+6
2021-03-05interface: move vnet_pcap_t to vnetDamjan Marion1-2/+4
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi1-13/+6
2021-02-04vlib: "revert startup multi-arch variant configuration fix for interfaces"Damjan Marion1-28/+2
2021-01-25vlib: startup multi-arch variant configuration fix for interfacesRadu Nicolau1-2/+28
2020-11-13interface: add multiarch support for per-interface tx nodeBenoît Ganne1-5/+15
2020-11-09vlib: fix trace number accountingBenoît Ganne1-13/+15
2020-10-21misc: minimize dependencies on udp.hFlorin Coras1-0/+1
2020-10-13stats: counters data modelOle Troan1-2/+2
2020-06-16interface: add minimal vpp pkt trace for error-dropDave Barach1-7/+124
2020-06-08vxlan: Fixed checksum caclculation offsetVladimir Isaev1-5/+5
2020-05-13interface: fix the checksum offload in quad loopMohsin Kazmi1-20/+25
2020-04-15misc: refactor calc_checksumsDave Barach1-66/+21
2020-01-27interface: Add missing ip4 udp->checksum = 0 prior to computing checksumSteven Luong1-1/+4
2019-12-05gso: add protocol header parserMohsin Kazmi1-4/+9
2019-11-20classify: per-interface rx/tx pcap capture filtersDave Barach1-1/+10
2019-10-14gso: Add gso feature arcMohsin Kazmi1-377/+14
2019-09-26misc: add vnet classify filter set supportDave Barach1-7/+15
2019-09-23misc: improve pcap drop trace outputDave Barach1-0/+54
2019-09-23misc: unify pcap rx / tx / drop traceDave Barach1-150/+15
2019-09-23interface: use the correct condition for checking if the pcap fd is openAndrew Yourtchenko1-1/+1
2019-09-20misc: classifier-based packet trace filterDave Barach1-2/+17
2019-09-20interface: fix pcap drop trace in case of vlanBenoît Ganne1-1/+12
2019-09-02ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion1-1/+1
2019-08-27interface: Remove residual dpdk bonding codeSteven Luong1-2/+1
2019-08-26gso: fix segmentation when gso_size greater than vlib buffer sizeMohsin Kazmi1-1/+4
2019-08-20fix pcap_write functionJack Xu1-0/+2
2019-08-17gso: fix the segmentation to use current_data offsetMohsin Kazmi1-15/+16
2019-08-07interface: fix checksum flagsFlorin Coras1-0/+3