aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/gso/node.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-1/+0
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-01-05interface: refactor interface capabilities codeDamjan Marion1-9/+6
2021-11-22gso: implement gso segementation copy with checksumMohsin Kazmi1-15/+2
2021-10-20gso: add support for gso perf unittestMohsin Kazmi1-0/+9
2021-09-16vxlan: improve to use the hardware offloadMohsin Kazmi1-1/+2
2021-05-28gso: fix the error handlingMohsin Kazmi1-13/+52
2021-03-19interface: add capabilities flagsMohsin Kazmi1-6/+8
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi1-4/+6
2020-10-19gso: add checksum validation in groMohsin Kazmi1-1/+0
2020-09-16misc: fix the formatting styleMohsin Kazmi1-2/+2
2020-06-29gso: fix the l2 pathMohsin Kazmi1-8/+10
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 Kazmi1-77/+132
2020-04-22gso: add vxlan tunnel supportMohsin Kazmi1-30/+194
2020-01-16gso: fix typo in the quad-loopSteven Luong1-3/+3
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-05gso: add protocol header parserMohsin Kazmi1-23/+26
2019-10-24gso: fix buffers traceBenoƮt Ganne1-0/+1
2019-10-14gso: Add gso feature arcMohsin Kazmi1-0/+652