aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/gso
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion2-3/+0
2023-04-12misc: change of addressMohsin Kazmi1-1/+1
2022-11-23gso: add gso documentationMohsin Kazmi1-0/+154
2022-10-24gso: remove vxlan header include file dependencySteven Luong1-2/+3
2022-10-17gso: fix the metadata for gro packetsMohsin Kazmi1-0/+2
2022-10-06gso: set the header offsets in gro hdr fixupMohsin Kazmi1-0/+3
2022-10-06gso: fix the checksum for odd number of data bytesMohsin Kazmi1-0/+1
2022-09-29gso: clear the offload flags from segmented buffersMohsin Kazmi1-0/+1
2022-08-31gso: zero-initialize gho structVladislav Grishenko1-0/+5
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-1/+1
2022-02-15tcp: Do not include the tcp_packet.h file in the ip4_packet.hNeale Ranns1-0/+1
2022-02-01gso: remove the assert if packet is geneve or gre encapedMohsin Kazmi1-4/+0
2022-01-05interface: refactor interface capabilities codeDamjan Marion1-9/+6
2021-12-14virtio: integrate with new tx infraMohsin Kazmi1-3/+8
2021-11-22gso: implement gso segementation copy with checksumMohsin Kazmi2-15/+239
2021-10-20gso: add support for gso perf unittestMohsin Kazmi2-0/+13
2021-09-27gso: do not gro on small packetsAloys Augustin1-3/+41
2021-09-16vxlan: improve to use the hardware offloadMohsin Kazmi1-1/+2
2021-06-21gso: api cleanupFilip Tehlar1-42/+6
2021-06-11gso: fix the gro re-ordering for packets with PSHMohsin Kazmi1-25/+54
2021-05-28gso: fix the error handlingMohsin Kazmi1-13/+52
2021-05-13tests: move test source to vpp/testDave Wallace2-864/+0
2021-05-10gso: fix the gro coalesced chain lenMohsin Kazmi1-1/+2
2021-03-19interface: add capabilities flagsMohsin Kazmi1-6/+8
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi2-11/+12
2020-11-24tests: remove svs, proxy_arp and gso from vpp_papi_providerOle Troan1-14/+23
2020-11-17tests: move GSO/GRO tests to src/vnet/gso/testDave Wallace2-0/+855
2020-10-21gso: remove dependency on tcp proto implementationFlorin Coras1-1/+1
2020-10-21misc: minimize dependencies on udp.hFlorin Coras2-1/+3
2020-10-19gso: add checksum validation in groMohsin Kazmi2-1/+23
2020-09-28virtio: fix the gro enable/disable on tx-vringsMohsin Kazmi1-13/+16
2020-09-16misc: fix the formatting styleMohsin Kazmi2-3/+2
2020-08-14gso: packet coalesce libraryMohsin Kazmi3-0/+887
2020-06-29gso: fix the l2 pathMohsin Kazmi1-8/+10
2020-06-08vxlan: Fixed checksum caclculation offsetVladimir Isaev1-1/+1
2020-05-29gso: fix flag for inner headerMohsin Kazmi1-2/+3
2020-05-13gso: remove ordering dependency on esp-encrypt-tunNeale Ranns1-2/+2
2020-05-05gso: add support for IP-IPMohsin Kazmi4-126/+243
2020-04-22gso: add vxlan tunnel supportMohsin Kazmi5-124/+605
2020-03-30gso: fix the header parser to read onlyMohsin Kazmi1-2/+0
2020-01-16gso: fix typo in the quad-loopSteven Luong1-3/+3
2020-01-10gso: add FEATURE.yamlMohsin Kazmi1-0/+12
2020-01-02gso: fix number of buffers required for segmentationMohsin Kazmi1-3/+4
2019-12-17gso: minor fixes to gso segmentationMohsin Kazmi1-110/+115
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-12-05gso: add protocol header parserMohsin Kazmi3-24/+121
2019-10-24gso: fix buffers traceBenoƮt Ganne1-0/+1
2019-10-14gso: Add gso feature arcMohsin Kazmi6-0/+1018