aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-01-22NAT44: asymmetrical static mapping rule (VPP-1135)Matus Fabian4-24/+40
2018-01-19SRv6 static proxy pluginFrancois Clad6-0/+1266
2018-01-18VPP-1119: PPPoE's destination MAC was overwrittenHongjun Ni1-1/+2
2018-01-18VPP-1122 dpdk/ipsec: fix transport mode pkt lenRadu Nicolau1-3/+7
2018-01-17stn: add vat supportFlorin Coras5-24/+260
2018-01-16acl-plugin: multicore: use pool_init_fixed for per-worker preallocated poolsAndrew Yourtchenko1-1/+7
2018-01-15fix udp_ping api naming errorGabriel Ganne3-35/+17
2018-01-15Marvell device pluginDamjan Marion10-0/+1535
2018-01-13Improve "show xxx tunnel" and "show int addr" outputJohn Lo1-7/+7
2018-01-11api: remove transport specific code from handlersFlorin Coras5-200/+193
2018-01-11Remove vpp_api_test interface name filter catalogDave Barach1-0/+1
2018-01-11VPP-1131: doxygen: Documentation for Debug CLI stops at src/plugin/l2eBilly McFall1-3/+3
2018-01-11NAT44: asymmetrical load balancing static mapping rule (VPP-1132)Matus Fabian5-22/+38
2018-01-11Add basic support for DS-Lite CE (VPP-1059)Juraj Sloboda11-13/+683
2018-01-10Fix stn rules dump api (VPP-1123)Florin Coras1-20/+25
2018-01-09Patch ENA PMD to skip setting tx flags in rx pathMatthew Smith1-1/+1
2018-01-09memif: fix coverity divide by zeroSteven1-0/+1
2018-01-09api: refactor vlibmemoryFlorin Coras9-71/+60
2018-01-08NAT64: IPFix (VPP-1106)Matus Fabian7-23/+1337
2018-01-08NAT: fixed get_worker_out2in bug (VPP-1116)Matus Fabian2-4/+12
2018-01-05Unify and cleanup usage of hash_set/unset_mem by various tunnelsJohn Lo1-26/+7
2018-01-05Add support for 464XLAT NAT44 mode (VPP-1045)Juraj Sloboda7-7/+166
2018-01-03NAT64: free port when dynamic BIB deleted (VPP-1107)v18.04-rc0Matus Fabian6-39/+46
2017-12-21VPP-1109 Fix loop for some CLI (code review)Swarup Nayak2-0/+4
2017-12-20L2 emulation: remove usued ip-table-id from APINeale Ranns1-1/+0
2017-12-20acl-plugin: add a debug CLI to print 5-tuple structure in human readable form...Andrew Yourtchenko3-0/+33
2017-12-20L2 EmulationNeale Ranns8-0/+803
2017-12-20fix kubeproxy some testsGabriel Ganne2-2/+41
2017-12-20Translate matching packets using NAT (VPP-1069)Juraj Sloboda6-48/+238
2017-12-19NAT: Twice NAT44 (VPP-969)Matus Fabian6-783/+821
2017-12-18NAT: Add performance testing TRex scripts and config (VPP-832)Matus Fabian13-0/+426
2017-12-18Fix nat44 identity mappingDave Barach1-0/+5
2017-12-18Support kube-proxy data planeHongjun Ni11-0/+3594
2017-12-16Use crc32 wrapper (VPP-1086)Gabriel Ganne1-6/+6
2017-12-16dpdk: unset ETH_TXQ_FLAGS_NOXSUMS only for selected PMDsDamjan Marion1-5/+8
2017-12-14pci: auto-detect right vfio/uio driverDamjan Marion1-1/+1
2017-12-14Enable AWS ENA PMDMatthew Smith3-1/+13
2017-12-14NAT64: fix coverity (VPP-1032)Matus Fabian2-0/+4
2017-12-13NAT64: multi-thread support (VPP-891)Matus Fabian15-505/+1263
2017-12-13NAT: DS-Lite AFTR tunnel endpoint address respond to ICMPv6 echo request (VPP...Matus Fabian1-3/+8
2017-12-11acl-plugin: unapply/reapply the classifier-based inacls when performing macip...Andrew Yourtchenko1-1/+29
2017-12-11call unformat_free in some flow, remove unnecessary callsSwarup Nayak1-8/+0
2017-12-09vlib: PCI rework to support VFIODamjan Marion3-60/+74
2017-12-06Restructure some files in LB to src/vnet to reuseHongjun Ni4-111/+1
2017-12-05dpdk/ipsec: multiple fixesSergio Gonzalez Monroy5-105/+126
2017-12-05dpdk:remove duplicate codeEyal Bari1-11/+8
2017-12-04dpdk: remove unused "use_rss" flagEyal Bari2-7/+0
2017-12-04dpdk: remove duplicate functionEyal Bari1-32/+1
2017-12-04dpdk: remove unused cached eth input nodeEyal Bari2-10/+0
2017-12-01acl-plugin: fix coverity 177970-177973,178891, and incorrect reset of dot1q/d...Andrew Yourtchenko1-13/+33