Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-04-10 | Make IPsec tunnel intf work with IPv4 output features |  Matthew Smith | 1 | -0/+6 |
2018-01-24 | Improve tunnel interface creation performance |  John Lo | 1 | -8/+21 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. |  Christophe Fontaine | 1 | -1/+1 |
2017-08-02 | Make ip csum configurable in vlib buffer functions |  Florin Coras | 1 | -1/+0 |
2017-07-18 | TCP/UDP checksum offload API |  Dave Barach | 1 | -5/+90 |
2017-07-12 | Deprecate support for flattened output nodes |  Damjan Marion | 1 | -265/+0 |
2017-07-08 | lldp packet transmission on a bonded interface |  Steve Shin | 1 | -2/+4 |
2017-04-11 | Fix bug in configure 'pcap drop trace on file xx.cap' command (VPP-691) |  jerryian | 1 | -1/+1 |
2017-04-06 | Use thread local storage for thread index |  Damjan Marion | 1 | -26/+27 |
2017-03-17 | Fix IP feature ordering. |  Neale Ranns | 1 | -1/+0 |