Age | Commit message (Expand) | Author | Files | Lines |
2021-02-04 | vlib: "revert startup multi-arch variant configuration fix for interfaces" |  Damjan Marion | 1 | -28/+2 |
2021-01-25 | vlib: startup multi-arch variant configuration fix for interfaces |  Radu Nicolau | 1 | -2/+28 |
2020-11-13 | interface: add multiarch support for per-interface tx node |  Benoît Ganne | 1 | -5/+15 |
2020-11-09 | vlib: fix trace number accounting |  Benoît Ganne | 1 | -13/+15 |
2020-10-21 | misc: minimize dependencies on udp.h |  Florin Coras | 1 | -0/+1 |
2020-10-13 | stats: counters data model |  Ole Troan | 1 | -2/+2 |
2020-06-16 | interface: add minimal vpp pkt trace for error-drop |  Dave Barach | 1 | -7/+124 |
2020-06-08 | vxlan: Fixed checksum caclculation offset |  Vladimir Isaev | 1 | -5/+5 |
2020-05-13 | interface: fix the checksum offload in quad loop |  Mohsin Kazmi | 1 | -20/+25 |
2020-04-15 | misc: refactor calc_checksums |  Dave Barach | 1 | -66/+21 |
2020-01-27 | interface: Add missing ip4 udp->checksum = 0 prior to computing checksum |  Steven Luong | 1 | -1/+4 |
2019-12-05 | gso: add protocol header parser |  Mohsin Kazmi | 1 | -4/+9 |
2019-11-20 | classify: per-interface rx/tx pcap capture filters |  Dave Barach | 1 | -1/+10 |
2019-10-14 | gso: Add gso feature arc |  Mohsin Kazmi | 1 | -377/+14 |
2019-09-26 | misc: add vnet classify filter set support |  Dave Barach | 1 | -7/+15 |
2019-09-23 | misc: improve pcap drop trace output |  Dave Barach | 1 | -0/+54 |
2019-09-23 | misc: unify pcap rx / tx / drop trace |  Dave Barach | 1 | -150/+15 |
2019-09-23 | interface: use the correct condition for checking if the pcap fd is open |  Andrew Yourtchenko | 1 | -1/+1 |
2019-09-20 | misc: classifier-based packet trace filter |  Dave Barach | 1 | -2/+17 |
2019-09-20 | interface: fix pcap drop trace in case of vlan |  Benoît Ganne | 1 | -1/+12 |
2019-09-02 | ipsec ip tcp l2: multiarch nodes cannot be declared as static |  Damjan Marion | 1 | -1/+1 |
2019-08-27 | interface: Remove residual dpdk bonding code |  Steven Luong | 1 | -2/+1 |
2019-08-26 | gso: fix segmentation when gso_size greater than vlib buffer size |  Mohsin Kazmi | 1 | -1/+4 |
2019-08-20 | fix pcap_write function |  Jack Xu | 1 | -0/+2 |
2019-08-17 | gso: fix the segmentation to use current_data offset |  Mohsin Kazmi | 1 | -15/+16 |
2019-08-07 | interface: fix checksum flags |  Florin Coras | 1 | -0/+3 |
2019-08-01 | interface: fix pcap tx/rx trace cli handling |  John Lo | 1 | -1/+1 |
2019-07-31 | devices interface tests: vhosst GSO support |  Steven Luong | 1 | -4/+0 |
2019-07-15 | interface: fix issue that pcap rx/tx trace not available when there are worke... |  Wei CHEN | 1 | -4/+5 |
2019-06-20 | interface: fix the incorrect sizes/offsets in the tso segmentation |  Andrew Yourtchenko | 1 | -2/+2 |
2019-06-19 | interface: Fix the tso segmentation |  Mohsin Kazmi | 1 | -10/+9 |
2019-05-27 | rewrite vnet_interface_output_node_inline_gso |  Zhiyong Yang | 1 | -59/+47 |
2019-04-23 | vnet: clean up calc_checksums() |  Zhiyong Yang | 1 | -7/+8 |
2019-04-17 | Duplicate pcap tx trace fix |  Neale Ranns | 1 | -3/+0 |
2019-03-21 | error-drop; print interface by name |  Neale Ranns | 1 | -1/+2 |
2019-03-13 | Move the punt/drop nodes into vlib |  Neale Ranns | 1 | -286/+91 |
2019-03-11 | disable multiarch for error-drop |  Filip Tehlar | 1 | -2/+4 |
2019-03-06 | interface: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 1 | -23/+19 |
2019-02-27 | VPP-1576: fix Coverity issues |  Dave Barach | 1 | -1/+2 |
2019-02-26 | Move pcap rx/tx trace code out of the dpdk plugin |  Dave Barach | 1 | -0/+46 |
2019-02-19 | tap gso: experimental support |  Andrew Yourtchenko | 1 | -25/+408 |
2019-02-02 | Deprecate old mutliarch code, phase 1 |  Damjan Marion | 1 | -4/+1 |
2019-01-24 | move misc-drop-errors to vnet |  Dave Barach | 1 | -0/+31 |
2019-01-07 | Fix TCP checksum. |  Andrej Kozemcak | 1 | -1/+4 |
2018-11-26 | Add a feature arc consistency check |  Dave Barach | 1 | -0/+1 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -6/+6 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) |  Damjan Marion | 1 | -5/+5 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -1/+1 |
2018-06-26 | node functions cannot be always_inline |  Damjan Marion | 1 | -1/+1 |
2018-04-27 | A bit of buffer metadata reshuffling to accommodate flow_id |  Damjan Marion | 1 | -5/+5 |