summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-15Updating .gitreview for current repo.odp_vppSachin Saxena1-1/+1
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-13Flowprobe - tests speed-upPavel Kotucek1-183/+151
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 Fabian2-0/+27
2017-06-13memif: fix crash during interface deleteDamjan Marion1-0/+4
2017-06-12L2FIB:fix crash in show with deleted subif entriesEyal Bari2-4/+10
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-12Update CSIT tests 170605 -> 170612Jan Gelety1-1/+1
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 Kinsella5-10/+92
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 Fabian7-23/+297
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 Fabian14-16/+4206
2017-06-07Small update to session APIFlorin Coras2-1/+5
2017-06-07make test: improve debugabilityKlement Sekera2-2/+3
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
2017-06-07acl-plugin: make the ACL plugin multicore-capableAndrew Yourtchenko5-207/+912
2017-06-07VPP-873: fix vector expansion bug in dispatch_pending_nodeDave Barach1-13/+27
2017-06-07VPP-872 and End.T function for SRv6Pablo Camarillo3-126/+183
2017-06-07acl-plugin: fix coverity error in acl_test.cAndrew Yourtchenko1-2/+2
2017-06-07dpdk: ipsec fixesSergio Gonzalez Monroy2-43/+43
2017-06-07dpdk: fix ipsec coverity warningsSergio Gonzalez Monroy1-2/+3
2017-06-07Add support for memif API to VAT.Milan Lenco2-0/+364
2017-06-06Fix coverity error in IP4 Mtrie.Neale Ranns1-4/+4
2017-06-06Packets recieved on VLAN-0 map to the main interfaceNeale Ranns4-166/+138
2017-06-06Fix coverity issueFilip Tehlar1-0/+3
2017-06-06Update CSIT tests 170529 -> 170605Jan Gelety1-1/+1
2017-06-06Rework vxlan-gpe to support FIB 2.0 and bypass modeHongjun Ni11-87/+1517
2017-06-06Fix lisp map-notify parsingFlorin Coras1-0/+1
2017-06-06vlib: add screen-256color CLI terminal typeDamjan Marion1-0/+1
2017-06-05vlib: add unix_file_del_by_index functionDamjan Marion1-0/+8
2017-06-05vppinfra: fix vec_validate_init_empty_aligned macroDamjan Marion1-1/+1
2017-06-05SNAT: fix ICMP hairpinningMatus Fabian2-3/+231