aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/pg/input.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-8/+0
2024-02-20pg: fix stream pg interfaceMaxime Peim1-5/+5
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-1/+1
2021-12-14virtio: integrate with new tx infraMohsin Kazmi1-1/+5
2021-08-20vlib: add format_vnet_buffer_no_chainBenoît Ganne1-3/+3
2021-05-06vlib: fix the offload flags sizeMohsin Kazmi1-1/+1
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi1-13/+18
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion1-2/+2
2020-11-13pg: fix uninitialized variable in pg mac filter CLIAndrew Yourtchenko1-1/+1
2020-11-09vlib: fix trace number accountingBenoît Ganne1-10/+17
2020-10-08pg: Choose the input interface from the stream's rxNeale Ranns1-1/+3
2020-10-08fib: Register multicast MAC with interface for accepting interfacesNeale Ranns1-0/+118
2020-08-14gso: packet coalesce libraryMohsin Kazmi1-0/+4
2020-06-16gso: fix the udp checksum in testMohsin Kazmi1-12/+7
2020-06-08vxlan: Fixed checksum caclculation offsetVladimir Isaev1-10/+19
2020-04-15pg: set vnet buffer flags in pg streamsDave Barach1-1/+4
2019-12-06gso: fix the tap/virtio driver for header offsetMohsin Kazmi1-1/+24
2019-12-05gso: add protocol header parserMohsin Kazmi1-29/+9
2019-10-03misc: add "maxframe" and "rate" to packet-generator cli.Christian E. Hopps1-2/+2
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-08-17gso: fix l3 and l4 header offset in case of tagged interfaceMohsin Kazmi1-0/+14
2019-08-16gso: remove the ip checksum flag in case of ipv6Mohsin Kazmi1-1/+0
2019-07-28pg: add GSO supportMohsin Kazmi1-2/+71
2019-07-18vlib: convert frame_index into real pointersAndreas Schultz1-1/+1
2019-06-29pg: format_pg_input_trace - reorder fieldsPaul Vinciguerra1-1/+1
2019-05-09add mactime plugin unit / code coverage testsDave Barach1-4/+3
2019-02-22Add no-append flag to vlib_frame_tDamjan Marion1-0/+1
2019-02-20pg: fix tracing when device-input feature arc is usedDamjan Marion1-6/+4
2019-02-20pg: fix crash when multiple streams are enqueuing to the same nextDamjan Marion1-1/+1
2019-02-09buffers: fix typoDamjan Marion1-1/+1
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion1-3/+3
2019-01-18Add vlib_buffer_copy_indices inline functionDamjan Marion1-4/+3
2019-01-06pktgen: support mixed multi/single chunk pcap replayDave Barach1-71/+158
2019-01-01buffers: remove unused codeDamjan Marion1-7/+5
2018-11-20ethernet-input optimizationsDamjan Marion1-1/+19
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-13/+16
2018-07-19Cleanup of handoff codeDamjan Marion1-3/+0
2018-05-17Packet generator: preserve pcap file timestampsDave Barach1-0/+1
2018-04-27A bit of buffer metadata reshuffling to accommodate flow_idDamjan Marion1-1/+1
2018-03-07packet-generator: use default free listDamjan Marion1-46/+6
2017-11-21dpdk: add l2_hdr_offset and l3_hdr_offset in vlib_buffer_tDamjan Marion1-2/+2
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-1/+1
2017-07-10vlib: store buffer memory information in the buffer_mainDamjan Marion1-3/+3
2017-04-06Use thread local storage for thread indexDamjan Marion1-2/+2
2017-03-07DHCP Multiple Servers (VPP-602, VPP-605)Neale Ranns1-0/+6
2017-03-01dpdk: be a pluginDamjan Marion1-5/+6
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+1667