aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/pg
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion4-38/+0
2024-02-20pg: fix stream pg interfaceMaxime Peim4-11/+16
2023-07-06api: pg - Mark old message versions as deprecatedOndrej Fabry1-0/+4
2022-05-16vlib: exec cli line-by-line processing and script updatesDamjan Marion1-5/+5
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion2-2/+2
2022-03-04pg: fixing the cliMohsin Kazmi1-2/+0
2022-03-04pg: add support for ip mode through cliMohsin Kazmi1-2/+8
2022-01-07ethernet: new interface registration functionDamjan Marion1-2/+6
2022-01-05interface: refactor interface capabilities codeDamjan Marion1-1/+1
2021-12-14virtio: integrate with new tx infraMohsin Kazmi1-1/+5
2021-12-03interface: add multi tx-queues support for new tx infraMohsin Kazmi1-0/+1
2021-08-20vlib: add format_vnet_buffer_no_chainBenoît Ganne2-6/+5
2021-06-21pg: api cleanupFilip Tehlar2-49/+10
2021-06-14pg: A Tunnel mode variant of a pg interfaceNeale Ranns5-24/+127
2021-05-06vlib: fix the offload flags sizeMohsin Kazmi1-1/+1
2021-04-26pg: fix packet coalescing cliRay Kinsella1-2/+2
2021-03-19interface: add capabilities flagsMohsin Kazmi1-1/+1
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi3-15/+25
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion1-2/+2
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-4/+4
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-12misc: clang-11 and gcc-10 supportDamjan Marion1-1/+1
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 Ranns3-0/+159
2020-08-14gso: packet coalesce libraryMohsin Kazmi7-9/+113
2020-06-16gso: fix the udp checksum in testMohsin Kazmi2-13/+8
2020-06-08vxlan: Fixed checksum caclculation offsetVladimir Isaev1-10/+19
2020-05-04misc: binary api fuzz test fixesDave Barach1-1/+1
2020-04-15pg: set vnet buffer flags in pg streamsDave Barach3-1/+11
2020-02-26pg: API cleanupJakub Grajciar4-25/+21
2020-02-10misc: add FEATURE.yaml filesDave Barach1-0/+13
2019-12-17pg: don't leak open files in packet-generatorChristian E. Hopps1-0/+3
2019-12-10api: multiple connections per processDave Barach1-1/+1
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-12-04gso: remove the interface countMohsin Kazmi1-1/+0
2019-10-03misc: add "maxframe" and "rate" to packet-generator cli.Christian E. Hopps3-5/+13
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-09-23interface: use the correct condition for checking if the pcap fd is openAndrew Yourtchenko1-1/+1
2019-08-20fix pcap_write functionJack Xu1-1/+4
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-31pg: clarify the text of error messageAndrew Yourtchenko1-1/+1
2019-07-28pg: add GSO supportMohsin Kazmi6-11/+109
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-22stats: support multiple works for error countersOle Troan1-3/+0
2019-05-17Tests: Raise exception if API cli_inband command fails.Paul Vinciguerra1-1/+2
2019-05-09add mactime plugin unit / code coverage testsDave Barach3-20/+30