aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-05plugins: odp: Add tunnel modeSzymon Sliwa2-14/+26
2018-02-05plugins: odp: Remove copying from the esp_{encrypt, decrypt}Szymon Sliwa2-195/+189
2018-02-05plugins: odp: Add ODP-IPsec nodeSzymon Sliwa9-7/+1550
2018-02-01plugins: odp: Fix minor bugsMichal Mazur2-5/+8
2018-01-29plugins: odp: Fix deletion of IF with more Rx queuesMichal Mazur1-1/+3
2018-01-17plugins: odp: Get address range from pool infoMichal Mazur1-3/+6
2018-01-17plugins: odp: Add support for buffer recyclingMichal Mazur2-13/+54
2018-01-11plugins: odp: Add support for free list of buffersMichal Mazur2-36/+275
2018-01-11plugins: odp: Fix error when all interfaces removedMichal Mazur1-7/+20
2018-01-08plugins: odp: Remove 'platform-params' optionMichal Mazur2-40/+2
2017-12-27Fix and improve Rx Scheduler modeMichal Mazur4-41/+75
2017-12-18More optimizations for Tx and Rx loopsMichal Mazur5-167/+195
2017-12-14Read ODP configuration from VPP startup configMichal Mazur6-80/+346
2017-12-14Add support for multiple Rx and Tx queuesMichal Mazur5-69/+150
2017-12-14Optimize Rx and Tx pathsMichal Mazur3-43/+199
2017-12-14Create worker threads using ODP API (direct in/out mode)Michal Mazur5-55/+105
2017-12-14Move odp_packet_main structure to shared memory.Michal Mazur5-18/+32
2017-12-07Add initial support for ODP buffers.Michal Mazur6-155/+290
2017-12-05vlib: Add pointer to driver data to vlib_buffer_tMichal Mazur1-1/+2
2017-11-15Fix style of ODP plugin and add Linaro copyrightsMichal Mazur5-303/+249
2017-07-03Introducing ODP plugin nodeSachin Saxena8-1/+1183
2017-06-14acl-plugin: shrink the L2 classifier tables used for traffic redirectAndrew Yourtchenko1-17/+17
2017-06-14VPP-874: fix coverity warnings in tw_timer_template.cDave Barach1-4/+4
2017-06-14ETH:fix l2_len/vlan count mismatch for > 2 tagsEyal Bari3-16/+7
2017-06-13FIB walk process - wake-up rate unnecessarily highNeale Ranns1-1/+11
2017-06-13SNAT: fix 1:1 NAT without port hairpinning TCP checksum updateMatus Fabian1-0/+10
2017-06-13memif: fix crash during interface deleteDamjan Marion1-0/+4
2017-06-12L2FIB:fix crash in show with deleted subif entriesEyal Bari1-4/+7
2017-06-12three-level timer wheel implementation w/ overflow vectorDave Barach13-77/+1331
2017-06-12memif: complete refactor of socket handling codeDamjan Marion11-1146/+1796
2017-06-12Fix build breakge post 6956Neale Ranns1-0/+2
2017-06-12NAT64: bug fixMatus Fabian2-6/+29
2017-06-12Remove calls to crc_u32 and add clib_crc32c for armv8+crcChristophe Fontaine6-92/+61
2017-06-12NAT64: coverity fixMatus Fabian1-2/+14
2017-06-12Fix coverity issueFilip Tehlar1-0/+1
2017-06-10MPLS: cannot delete a path from the CLINeale Ranns1-13/+25
2017-06-09Fix gpe coverity issue (VPP-874)Florin Coras1-3/+8
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras17-409/+973
2017-06-09Sample plugin: Add sample plugin documentationRay Kinsella2-7/+89
2017-06-09acl-plugin: wrap a verbose debug message in the appropriate conditionalAndrew Yourtchenko1-0/+2
2017-06-09dpdk: fix ipsec coverity warningSergio Gonzalez Monroy1-2/+2
2017-06-09NAT64: ICMP error supportMatus Fabian6-23/+207
2017-06-08LISP: add NSH supportFilip Tehlar15-44/+826
2017-06-08acl-plugin: remove clib_warnings on plugin initAndrew Yourtchenko1-3/+0
2017-06-08Add gpe native-forward static route supportFlorin Coras5-16/+402
2017-06-08P2P Ethernet - APIPavel Kotucek8-6/+442
2017-06-08NAT64: Add NAT64 support for snat plugin (VPP-699)Matus Fabian12-11/+3676
2017-06-07Small update to session APIFlorin Coras2-1/+5
2017-06-07VPP-874: fix coverity warning in vnet_classify.cDave Barach1-1/+1
2017-06-07acl-plugin: add a plugin-specific control-ping message api and make the test ...Andrew Yourtchenko4-1/+75