Age | Commit message (Expand) | Author | Files | Lines |
2019-05-27 | rewrite vnet_interface_output_node_inline_gso | ![](//seccdn.libravatar.org/avatar/6ed39f2e9b998822d380baaad1ef3c8e?s=13&d=retro) Zhiyong Yang | 1 | -59/+47 |
2019-04-23 | vnet: clean up calc_checksums() | ![](//seccdn.libravatar.org/avatar/6ed39f2e9b998822d380baaad1ef3c8e?s=13&d=retro) Zhiyong Yang | 1 | -7/+8 |
2019-04-17 | Duplicate pcap tx trace fix | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -3/+0 |
2019-03-21 | error-drop; print interface by name | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -1/+2 |
2019-03-13 | Move the punt/drop nodes into vlib | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -286/+91 |
2019-03-11 | disable multiarch for error-drop | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -2/+4 |
2019-03-06 | interface: migrate old MULTIARCH macros to VLIB_NODE_FN | ![](//seccdn.libravatar.org/avatar/d36f23b86551a8141ba7b3806956f083?s=13&d=retro) Filip Tehlar | 1 | -23/+19 |
2019-02-27 | VPP-1576: fix Coverity issues | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -1/+2 |
2019-02-26 | Move pcap rx/tx trace code out of the dpdk plugin | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -0/+46 |
2019-02-19 | tap gso: experimental support | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 1 | -25/+408 |
2019-02-02 | Deprecate old mutliarch code, phase 1 | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -4/+1 |
2019-01-24 | move misc-drop-errors to vnet | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -0/+31 |
2019-01-07 | Fix TCP checksum. | ![](//seccdn.libravatar.org/avatar/7d457d60966eef880315090935e2cd36?s=13&d=retro) Andrej Kozemcak | 1 | -1/+4 |
2018-11-26 | Add a feature arc consistency check | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -0/+1 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -6/+6 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) | ![](//seccdn.libravatar.org/avatar/449148c1d462072bbeda3f796a1c1eea?s=13&d=retro) Damjan Marion | 1 | -5/+5 |
2018-10-23 | c11 safe string handling support | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -1/+1 |
2018-06-26 | node functions cannot be always_inline | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -1/+1 |
2018-04-27 | A bit of buffer metadata reshuffling to accommodate flow_id | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -5/+5 |
2018-04-10 | Make IPsec tunnel intf work with IPv4 output features | ![](//seccdn.libravatar.org/avatar/b9eb332dbd684bd67b828481521e9340?s=13&d=retro) Matthew Smith | 1 | -0/+6 |
2018-01-24 | Improve tunnel interface creation performance | ![](//seccdn.libravatar.org/avatar/7e84d8b7ad256414b3b9e6fcd69e9788?s=13&d=retro) John Lo | 1 | -8/+21 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. | ![](//seccdn.libravatar.org/avatar/addc40e395a2e187d32a25f334920b28?s=13&d=retro) Christophe Fontaine | 1 | -1/+1 |
2017-08-02 | Make ip csum configurable in vlib buffer functions | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -1/+0 |
2017-07-18 | TCP/UDP checksum offload API | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -5/+90 |
2017-07-12 | Deprecate support for flattened output nodes | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -265/+0 |
2017-07-08 | lldp packet transmission on a bonded interface | ![](//seccdn.libravatar.org/avatar/eb17e498902ac41cb6c0bb83159ed3e0?s=13&d=retro) Steve Shin | 1 | -2/+4 |
2017-04-11 | Fix bug in configure 'pcap drop trace on file xx.cap' command (VPP-691) | ![](//seccdn.libravatar.org/avatar/e75df75046173ae16b92f789e46b2b7d?s=13&d=retro) jerryian | 1 | -1/+1 |
2017-04-06 | Use thread local storage for thread index | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -26/+27 |
2017-03-17 | Fix IP feature ordering. | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -1/+0 |
2017-03-06 | Quad loop interface-output node | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -13/+48 |
2016-12-28 | Reorganize source tree to use single autotools instance | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -0/+1404 |