Age | Commit message (Expand) | Author | Files | Lines |
2022-02-15 | tcp: Do not include the tcp_packet.h file in the ip4_packet.h |  Neale Ranns | 1 | -0/+1 |
2022-02-01 | gso: remove the assert if packet is geneve or gre encaped |  Mohsin Kazmi | 1 | -4/+0 |
2022-01-05 | interface: refactor interface capabilities code |  Damjan Marion | 1 | -9/+6 |
2021-12-14 | virtio: integrate with new tx infra |  Mohsin Kazmi | 1 | -3/+8 |
2021-11-22 | gso: implement gso segementation copy with checksum |  Mohsin Kazmi | 2 | -15/+239 |
2021-10-20 | gso: add support for gso perf unittest |  Mohsin Kazmi | 2 | -0/+13 |
2021-09-27 | gso: do not gro on small packets |  Aloys Augustin | 1 | -3/+41 |
2021-09-16 | vxlan: improve to use the hardware offload |  Mohsin Kazmi | 1 | -1/+2 |
2021-06-21 | gso: api cleanup |  Filip Tehlar | 1 | -42/+6 |
2021-06-11 | gso: fix the gro re-ordering for packets with PSH |  Mohsin Kazmi | 1 | -25/+54 |
2021-05-28 | gso: fix the error handling |  Mohsin Kazmi | 1 | -13/+52 |
2021-05-13 | tests: move test source to vpp/test |  Dave Wallace | 2 | -864/+0 |
2021-05-10 | gso: fix the gro coalesced chain len |  Mohsin Kazmi | 1 | -1/+2 |
2021-03-19 | interface: add capabilities flags |  Mohsin Kazmi | 1 | -6/+8 |
2021-02-15 | vlib: refactor checksum offload support |  Mohsin Kazmi | 2 | -11/+12 |
2020-11-24 | tests: remove svs, proxy_arp and gso from vpp_papi_provider |  Ole Troan | 1 | -14/+23 |
2020-11-17 | tests: move GSO/GRO tests to src/vnet/gso/test |  Dave Wallace | 2 | -0/+855 |
2020-10-21 | gso: remove dependency on tcp proto implementation |  Florin Coras | 1 | -1/+1 |
2020-10-21 | misc: minimize dependencies on udp.h |  Florin Coras | 2 | -1/+3 |
2020-10-19 | gso: add checksum validation in gro |  Mohsin Kazmi | 2 | -1/+23 |
2020-09-28 | virtio: fix the gro enable/disable on tx-vrings |  Mohsin Kazmi | 1 | -13/+16 |
2020-09-16 | misc: fix the formatting style |  Mohsin Kazmi | 2 | -3/+2 |
2020-08-14 | gso: packet coalesce library |  Mohsin Kazmi | 3 | -0/+887 |
2020-06-29 | gso: fix the l2 path |  Mohsin Kazmi | 1 | -8/+10 |
2020-06-08 | vxlan: Fixed checksum caclculation offset |  Vladimir Isaev | 1 | -1/+1 |
2020-05-29 | gso: fix flag for inner header |  Mohsin Kazmi | 1 | -2/+3 |
2020-05-13 | gso: remove ordering dependency on esp-encrypt-tun |  Neale Ranns | 1 | -2/+2 |
2020-05-05 | gso: add support for IP-IP |  Mohsin Kazmi | 4 | -126/+243 |
2020-04-22 | gso: add vxlan tunnel support |  Mohsin Kazmi | 5 | -124/+605 |
2020-03-30 | gso: fix the header parser to read only |  Mohsin Kazmi | 1 | -2/+0 |
2020-01-16 | gso: fix typo in the quad-loop |  Steven Luong | 1 | -3/+3 |
2020-01-10 | gso: add FEATURE.yaml |  Mohsin Kazmi | 1 | -0/+12 |
2020-01-02 | gso: fix number of buffers required for segmentation |  Mohsin Kazmi | 1 | -3/+4 |
2019-12-17 | gso: minor fixes to gso segmentation |  Mohsin Kazmi | 1 | -110/+115 |
2019-12-10 | api: multiple connections per process |  Dave Barach | 1 | -1/+1 |
2019-12-05 | gso: add protocol header parser |  Mohsin Kazmi | 3 | -24/+121 |
2019-10-24 | gso: fix buffers trace |  Benoît Ganne | 1 | -0/+1 |
2019-10-14 | gso: Add gso feature arc |  Mohsin Kazmi | 6 | -0/+1018 |